Skip to content

Commit b43a674

Browse files
fix(deps): update dependency glob to v11
1 parent ee620bf commit b43a674

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-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": "^11.0.2",
5454
"prompts": "^2.4.2",
5555
"semver": "^7.6.2"
5656
},

yarn.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3982,6 +3982,18 @@ glob@^10.0.0:
39823982
package-json-from-dist "^1.0.0"
39833983
path-scurry "^1.11.1"
39843984

3985+
glob@^11.0.2:
3986+
version "11.0.2"
3987+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
3988+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
3989+
dependencies:
3990+
foreground-child "^3.1.0"
3991+
jackspeak "^4.0.1"
3992+
minimatch "^10.0.0"
3993+
minipass "^7.1.2"
3994+
package-json-from-dist "^1.0.0"
3995+
path-scurry "^2.0.0"
3996+
39853997
glob@^7.1.3, glob@^7.1.6, glob@^7.2.0:
39863998
version "7.2.3"
39873999
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4650,6 +4662,13 @@ jackspeak@^3.1.2:
46504662
optionalDependencies:
46514663
"@pkgjs/parseargs" "^0.11.0"
46524664

4665+
jackspeak@^4.0.1:
4666+
version "4.1.0"
4667+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
4668+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
4669+
dependencies:
4670+
"@isaacs/cliui" "^8.0.2"
4671+
46534672
jake@^10.8.5:
46544673
version "10.9.1"
46554674
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
@@ -5104,6 +5123,11 @@ lru-cache@^10.2.0:
51045123
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.3.0.tgz#4a4aaf10c84658ab70f79a85a9a3f1e1fb11196b"
51055124
integrity sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==
51065125

5126+
lru-cache@^11.0.0:
5127+
version "11.1.0"
5128+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
5129+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
5130+
51075131
lru-cache@^5.1.1:
51085132
version "5.1.1"
51095133
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -5229,6 +5253,13 @@ min-indent@^1.0.0:
52295253
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
52305254
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
52315255

5256+
minimatch@^10.0.0:
5257+
version "10.0.1"
5258+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
5259+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
5260+
dependencies:
5261+
brace-expansion "^2.0.1"
5262+
52325263
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
52335264
version "3.1.2"
52345265
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5688,6 +5719,14 @@ path-scurry@^1.11.1:
56885719
lru-cache "^10.2.0"
56895720
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
56905721

5722+
path-scurry@^2.0.0:
5723+
version "2.0.0"
5724+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
5725+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
5726+
dependencies:
5727+
lru-cache "^11.0.0"
5728+
minipass "^7.1.2"
5729+
56915730
path-type@^3.0.0:
56925731
version "3.0.0"
56935732
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)