Skip to content

Commit 5668bf5

Browse files
Update dependency glob to v11
1 parent 4a5f1cb commit 5668bf5

File tree

2 files changed

+63
-36
lines changed

2 files changed

+63
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@devprotocol/khaos-core": "1.6.0",
3737
"@devprotocol/util-ts": "4.0.0",
3838
"bent": "7.3.12",
39-
"glob": "^10.0.0",
39+
"glob": "^11.0.0",
4040
"ramda": "0.30.1",
4141
"type-fest": "4.35.0"
4242
},

yarn.lock

Lines changed: 62 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,18 @@
552552
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
553553
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
554554

555+
"@isaacs/balanced-match@^4.0.1":
556+
version "4.0.1"
557+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
558+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
559+
560+
"@isaacs/brace-expansion@^5.0.0":
561+
version "5.0.0"
562+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
563+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
564+
dependencies:
565+
"@isaacs/balanced-match" "^4.0.1"
566+
555567
"@isaacs/cliui@^8.0.2":
556568
version "8.0.2"
557569
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2909,6 +2921,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
29092921
shebang-command "^2.0.0"
29102922
which "^2.0.1"
29112923

2924+
cross-spawn@^7.0.6:
2925+
version "7.0.6"
2926+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2927+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
2928+
dependencies:
2929+
path-key "^3.1.0"
2930+
shebang-command "^2.0.0"
2931+
which "^2.0.1"
2932+
29122933
29132934
version "3.12.0"
29142935
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -4355,6 +4376,14 @@ foreground-child@^3.1.0:
43554376
cross-spawn "^7.0.0"
43564377
signal-exit "^4.0.1"
43574378

4379+
foreground-child@^3.3.1:
4380+
version "3.3.1"
4381+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
4382+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
4383+
dependencies:
4384+
cross-spawn "^7.0.6"
4385+
signal-exit "^4.0.1"
4386+
43584387
forever-agent@~0.6.1:
43594388
version "0.6.1"
43604389
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -4589,18 +4618,6 @@ glob-parent@^6.0.2:
45894618
dependencies:
45904619
is-glob "^4.0.3"
45914620

4592-
glob@^10.0.0:
4593-
version "10.4.5"
4594-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
4595-
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
4596-
dependencies:
4597-
foreground-child "^3.1.0"
4598-
jackspeak "^3.1.2"
4599-
minimatch "^9.0.4"
4600-
minipass "^7.1.2"
4601-
package-json-from-dist "^1.0.0"
4602-
path-scurry "^1.11.1"
4603-
46044621
glob@^10.3.7:
46054622
version "10.3.7"
46064623
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
@@ -4612,6 +4629,18 @@ glob@^10.3.7:
46124629
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
46134630
path-scurry "^1.10.1"
46144631

4632+
glob@^11.0.0:
4633+
version "11.0.3"
4634+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
4635+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
4636+
dependencies:
4637+
foreground-child "^3.3.1"
4638+
jackspeak "^4.1.1"
4639+
minimatch "^10.0.3"
4640+
minipass "^7.1.2"
4641+
package-json-from-dist "^1.0.0"
4642+
path-scurry "^2.0.0"
4643+
46154644
glob@^7.1.2, glob@^7.1.3, glob@^7.1.6:
46164645
version "7.2.0"
46174646
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
@@ -5720,14 +5749,12 @@ jackspeak@^2.0.3:
57205749
optionalDependencies:
57215750
"@pkgjs/parseargs" "^0.11.0"
57225751

5723-
jackspeak@^3.1.2:
5724-
version "3.4.3"
5725-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
5726-
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
5752+
jackspeak@^4.1.1:
5753+
version "4.1.1"
5754+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
5755+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
57275756
dependencies:
57285757
"@isaacs/cliui" "^8.0.2"
5729-
optionalDependencies:
5730-
"@pkgjs/parseargs" "^0.11.0"
57315758

57325759
[email protected], js-sha3@^0.5.7:
57335760
version "0.5.7"
@@ -6301,10 +6328,10 @@ [email protected], lru-cache@^5.1.1:
63016328
dependencies:
63026329
yallist "^3.0.2"
63036330

6304-
lru-cache@^10.2.0:
6305-
version "10.4.3"
6306-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
6307-
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
6331+
lru-cache@^11.0.0:
6332+
version "11.1.0"
6333+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
6334+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
63086335

63096336
lru-cache@^3.2.0:
63106337
version "3.2.0"
@@ -6574,6 +6601,13 @@ minimatch@*:
65746601
dependencies:
65756602
brace-expansion "^2.0.1"
65766603

6604+
minimatch@^10.0.3:
6605+
version "10.0.3"
6606+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
6607+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
6608+
dependencies:
6609+
"@isaacs/brace-expansion" "^5.0.0"
6610+
65776611
minimatch@^3.0.4:
65786612
version "3.0.4"
65796613
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -6595,13 +6629,6 @@ minimatch@^9.0.1:
65956629
dependencies:
65966630
brace-expansion "^2.0.1"
65976631

6598-
minimatch@^9.0.4:
6599-
version "9.0.5"
6600-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6601-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
6602-
dependencies:
6603-
brace-expansion "^2.0.1"
6604-
66056632
minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.5:
66066633
version "1.2.5"
66076634
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -7389,13 +7416,13 @@ path-scurry@^1.10.1:
73897416
lru-cache "^9.1.1 || ^10.0.0"
73907417
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
73917418

7392-
path-scurry@^1.11.1:
7393-
version "1.11.1"
7394-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
7395-
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
7419+
path-scurry@^2.0.0:
7420+
version "2.0.0"
7421+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7422+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
73967423
dependencies:
7397-
lru-cache "^10.2.0"
7398-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7424+
lru-cache "^11.0.0"
7425+
minipass "^7.1.2"
73997426

74007427
74017428
version "0.1.7"

0 commit comments

Comments
 (0)