Skip to content

Commit 5c94302

Browse files
committed
fix(deps): update dependency glob to ^7.2.0
1 parent cff3bba commit 5c94302

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dedent": "^0.7.0",
4848
"deepmerge": "^4.2.2",
4949
"ejs": "^3.1.6",
50-
"glob": "^7.1.7",
50+
"glob": "^7.2.0",
5151
"prompts": "^2.4.1",
5252
"semver": "^7.3.5"
5353
},

yarn.lock

+13-1
Original file line numberDiff line numberDiff line change
@@ -4582,7 +4582,7 @@ [email protected]:
45824582
once "^1.3.0"
45834583
path-is-absolute "^1.0.0"
45844584

4585-
[email protected], glob@^7.1.7:
4585+
45864586
version "7.1.7"
45874587
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
45884588
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -4606,6 +4606,18 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.6:
46064606
once "^1.3.0"
46074607
path-is-absolute "^1.0.0"
46084608

4609+
glob@^7.2.0:
4610+
version "7.2.0"
4611+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
4612+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
4613+
dependencies:
4614+
fs.realpath "^1.0.0"
4615+
inflight "^1.0.4"
4616+
inherits "2"
4617+
minimatch "^3.0.4"
4618+
once "^1.3.0"
4619+
path-is-absolute "^1.0.0"
4620+
46094621
globals@^11.1.0:
46104622
version "11.12.0"
46114623
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"

0 commit comments

Comments
 (0)