Skip to content

Commit 486da78

Browse files
fix(deps): update dependency glob to v11
1 parent d28a361 commit 486da78

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
@@ -3601,6 +3601,18 @@ glob@^10.2.2, glob@^10.3.10:
36013601
package-json-from-dist "^1.0.0"
36023602
path-scurry "^1.11.1"
36033603

3604+
glob@^11.0.0:
3605+
version "11.0.0"
3606+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
3607+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
3608+
dependencies:
3609+
foreground-child "^3.1.0"
3610+
jackspeak "^4.0.1"
3611+
minimatch "^10.0.0"
3612+
minipass "^7.1.2"
3613+
package-json-from-dist "^1.0.0"
3614+
path-scurry "^2.0.0"
3615+
36043616
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4:
36053617
version "7.2.3"
36063618
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4245,6 +4257,15 @@ jackspeak@^3.1.2:
42454257
optionalDependencies:
42464258
"@pkgjs/parseargs" "^0.11.0"
42474259

4260+
jackspeak@^4.0.1:
4261+
version "4.0.1"
4262+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
4263+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
4264+
dependencies:
4265+
"@isaacs/cliui" "^8.0.2"
4266+
optionalDependencies:
4267+
"@pkgjs/parseargs" "^0.11.0"
4268+
42484269
js-tokens@^4.0.0:
42494270
version "4.0.0"
42504271
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -4712,6 +4733,11 @@ lru-cache@^10.2.0, lru-cache@^10.2.2:
47124733
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
47134734
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
47144735

4736+
lru-cache@^11.0.0:
4737+
version "11.0.0"
4738+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
4739+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
4740+
47154741
lru-cache@^6.0.0:
47164742
version "6.0.0"
47174743
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -5438,6 +5464,13 @@ [email protected]:
54385464
dependencies:
54395465
brace-expansion "^2.0.1"
54405466

5467+
minimatch@^10.0.0:
5468+
version "10.0.1"
5469+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
5470+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
5471+
dependencies:
5472+
brace-expansion "^2.0.1"
5473+
54415474
minimatch@^3.0.4, minimatch@^3.1.1:
54425475
version "3.1.2"
54435476
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6293,6 +6326,14 @@ path-scurry@^1.11.1:
62936326
lru-cache "^10.2.0"
62946327
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
62956328

6329+
path-scurry@^2.0.0:
6330+
version "2.0.0"
6331+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6332+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6333+
dependencies:
6334+
lru-cache "^11.0.0"
6335+
minipass "^7.1.2"
6336+
62966337
path-to-regexp@^6.2.1:
62976338
version "6.2.2"
62986339
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"

0 commit comments

Comments
 (0)