mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-14 13:42:30 +00:00
⬆️ Upgrade glob to v7.1.7 (#162)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
fe0d74e0ee
commit
7b3fc06520
2 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
"dependencies": {
|
||||
"aperture": "5.2.0",
|
||||
"delay": "5.0.0",
|
||||
"glob": "7.1.6",
|
||||
"glob": "7.1.7",
|
||||
"glob-promise": "4.1.0",
|
||||
"jimp": "0.16.1",
|
||||
"mkdirp": "1.0.4",
|
||||
|
|
|
@ -954,10 +954,10 @@ glob-promise@4.1.0:
|
|||
dependencies:
|
||||
"@types/glob" "^7.1.3"
|
||||
|
||||
glob@7.1.6:
|
||||
version "7.1.6"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
|
||||
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
|
||||
glob@7.1.7:
|
||||
version "7.1.7"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
|
||||
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
|
||||
dependencies:
|
||||
fs.realpath "^1.0.0"
|
||||
inflight "^1.0.4"
|
||||
|
|
Loading…
Reference in a new issue