Skip to content

Commit cd92e34

Browse files
fix(deps): update dependency glob to v10
1 parent a52c104 commit cd92e34

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dedent": "^1.5.3",
5151
"deepmerge": "^4.3.1",
5252
"ejs": "^3.1.10",
53-
"glob": "^8.1.0",
53+
"glob": "^10.4.3",
5454
"prompts": "^2.4.2",
5555
"semver": "^7.6.2"
5656
},

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3972,6 +3972,18 @@ glob@^10.0.0:
39723972
package-json-from-dist "^1.0.0"
39733973
path-scurry "^1.11.1"
39743974

3975+
glob@^10.4.3:
3976+
version "10.4.3"
3977+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.3.tgz#e0ba2253dd21b3d0acdfb5d507c59a29f513fc7a"
3978+
integrity sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==
3979+
dependencies:
3980+
foreground-child "^3.1.0"
3981+
jackspeak "^3.1.2"
3982+
minimatch "^9.0.4"
3983+
minipass "^7.1.2"
3984+
package-json-from-dist "^1.0.0"
3985+
path-scurry "^1.11.1"
3986+
39753987
glob@^7.1.3, glob@^7.1.6, glob@^7.2.0:
39763988
version "7.2.3"
39773989
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"

0 commit comments

Comments
 (0)