Skip to content

Commit faa4b07

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

File tree

2 files changed

+69
-1
lines changed

2 files changed

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

yarn.lock

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,18 @@
12411241
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
12421242
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
12431243

1244+
"@isaacs/balanced-match@^4.0.1":
1245+
version "4.0.1"
1246+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1247+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1248+
1249+
"@isaacs/brace-expansion@^5.0.0":
1250+
version "5.0.0"
1251+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
1252+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
1253+
dependencies:
1254+
"@isaacs/balanced-match" "^4.0.1"
1255+
12441256
"@isaacs/cliui@^8.0.2":
12451257
version "8.0.2"
12461258
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2846,6 +2858,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
28462858
shebang-command "^2.0.0"
28472859
which "^2.0.1"
28482860

2861+
cross-spawn@^7.0.6:
2862+
version "7.0.6"
2863+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2864+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
2865+
dependencies:
2866+
path-key "^3.1.0"
2867+
shebang-command "^2.0.0"
2868+
which "^2.0.1"
2869+
28492870
crypto-random-string@^2.0.0:
28502871
version "2.0.0"
28512872
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
@@ -3779,6 +3800,14 @@ foreground-child@^3.1.0:
37793800
cross-spawn "^7.0.0"
37803801
signal-exit "^4.0.1"
37813802

3803+
foreground-child@^3.3.1:
3804+
version "3.3.1"
3805+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
3806+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
3807+
dependencies:
3808+
cross-spawn "^7.0.6"
3809+
signal-exit "^4.0.1"
3810+
37823811
form-data@^4.0.0:
37833812
version "4.0.0"
37843813
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
@@ -3982,6 +4011,18 @@ glob@^10.0.0:
39824011
package-json-from-dist "^1.0.0"
39834012
path-scurry "^1.11.1"
39844013

4014+
glob@^11.0.3:
4015+
version "11.0.3"
4016+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
4017+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
4018+
dependencies:
4019+
foreground-child "^3.3.1"
4020+
jackspeak "^4.1.1"
4021+
minimatch "^10.0.3"
4022+
minipass "^7.1.2"
4023+
package-json-from-dist "^1.0.0"
4024+
path-scurry "^2.0.0"
4025+
39854026
glob@^7.1.3, glob@^7.1.6, glob@^7.2.0:
39864027
version "7.2.3"
39874028
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4650,6 +4691,13 @@ jackspeak@^3.1.2:
46504691
optionalDependencies:
46514692
"@pkgjs/parseargs" "^0.11.0"
46524693

4694+
jackspeak@^4.1.1:
4695+
version "4.1.1"
4696+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
4697+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
4698+
dependencies:
4699+
"@isaacs/cliui" "^8.0.2"
4700+
46534701
jake@^10.8.5:
46544702
version "10.9.1"
46554703
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
@@ -5104,6 +5152,11 @@ lru-cache@^10.2.0:
51045152
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.3.0.tgz#4a4aaf10c84658ab70f79a85a9a3f1e1fb11196b"
51055153
integrity sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==
51065154

5155+
lru-cache@^11.0.0:
5156+
version "11.1.0"
5157+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
5158+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
5159+
51075160
lru-cache@^5.1.1:
51085161
version "5.1.1"
51095162
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -5229,6 +5282,13 @@ min-indent@^1.0.0:
52295282
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
52305283
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
52315284

5285+
minimatch@^10.0.3:
5286+
version "10.0.3"
5287+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
5288+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
5289+
dependencies:
5290+
"@isaacs/brace-expansion" "^5.0.0"
5291+
52325292
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
52335293
version "3.1.2"
52345294
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5688,6 +5748,14 @@ path-scurry@^1.11.1:
56885748
lru-cache "^10.2.0"
56895749
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
56905750

5751+
path-scurry@^2.0.0:
5752+
version "2.0.0"
5753+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
5754+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
5755+
dependencies:
5756+
lru-cache "^11.0.0"
5757+
minipass "^7.1.2"
5758+
56915759
path-type@^3.0.0:
56925760
version "3.0.0"
56935761
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)