⬆️ Upgrade glob to v7.1.7 (#162)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-10-19 14:32:22 +02:00 committed by GitHub
parent fe0d74e0ee
commit 7b3fc06520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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",

View file

@ -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"