Skip to content

Commit c971978

Browse files
fix(deps): update dependency glob to v11
1 parent a9e0f07 commit c971978

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

packages/mocha/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@faltest/utils": "^8.0.0",
3131
"choma": "^1.2.1",
3232
"filenamify": "^6.0.0",
33-
"glob": "^10.0.0",
33+
"glob": "^11.0.0",
3434
"mocha-helpers": "^9.0.0"
3535
},
3636
"peerDependencies": {

yarn.lock

+41
Original file line numberDiff line numberDiff line change
@@ -3538,6 +3538,18 @@ glob@^10.2.2, glob@^10.3.10:
35383538
package-json-from-dist "^1.0.0"
35393539
path-scurry "^1.11.1"
35403540

3541+
glob@^11.0.0:
3542+
version "11.0.0"
3543+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
3544+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
3545+
dependencies:
3546+
foreground-child "^3.1.0"
3547+
jackspeak "^4.0.1"
3548+
minimatch "^10.0.0"
3549+
minipass "^7.1.2"
3550+
package-json-from-dist "^1.0.0"
3551+
path-scurry "^2.0.0"
3552+
35413553
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4:
35423554
version "7.2.3"
35433555
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4182,6 +4194,15 @@ jackspeak@^3.1.2:
41824194
optionalDependencies:
41834195
"@pkgjs/parseargs" "^0.11.0"
41844196

4197+
jackspeak@^4.0.1:
4198+
version "4.0.1"
4199+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
4200+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
4201+
dependencies:
4202+
"@isaacs/cliui" "^8.0.2"
4203+
optionalDependencies:
4204+
"@pkgjs/parseargs" "^0.11.0"
4205+
41854206
jiti@^1.19.1:
41864207
version "1.21.6"
41874208
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268"
@@ -4654,6 +4675,11 @@ lru-cache@^10.2.0, lru-cache@^10.2.2:
46544675
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
46554676
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
46564677

4678+
lru-cache@^11.0.0:
4679+
version "11.0.0"
4680+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
4681+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
4682+
46574683
lru-cache@^6.0.0:
46584684
version "6.0.0"
46594685
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -5375,6 +5401,13 @@ [email protected]:
53755401
dependencies:
53765402
brace-expansion "^2.0.1"
53775403

5404+
minimatch@^10.0.0:
5405+
version "10.0.1"
5406+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
5407+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
5408+
dependencies:
5409+
brace-expansion "^2.0.1"
5410+
53785411
minimatch@^3.0.4, minimatch@^3.1.1:
53795412
version "3.1.2"
53805413
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6240,6 +6273,14 @@ path-scurry@^1.11.1:
62406273
lru-cache "^10.2.0"
62416274
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
62426275

6276+
path-scurry@^2.0.0:
6277+
version "2.0.0"
6278+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6279+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6280+
dependencies:
6281+
lru-cache "^11.0.0"
6282+
minipass "^7.1.2"
6283+
62436284
path-to-regexp@^6.2.1:
62446285
version "6.2.2"
62456286
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"

0 commit comments

Comments
 (0)