@@ -4496,6 +4496,18 @@ glob@^10.2.2, glob@^10.3.10, glob@^10.4.1:
4496
4496
package-json-from-dist "^1.0.0"
4497
4497
path-scurry "^1.11.1"
4498
4498
4499
+ glob@^11.0.0 :
4500
+ version "11.0.2"
4501
+ resolved "https://registry.npmjs.org/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
4502
+ integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
4503
+ dependencies :
4504
+ foreground-child "^3.1.0"
4505
+ jackspeak "^4.0.1"
4506
+ minimatch "^10.0.0"
4507
+ minipass "^7.1.2"
4508
+ package-json-from-dist "^1.0.0"
4509
+ path-scurry "^2.0.0"
4510
+
4499
4511
glob@^9.2.0 :
4500
4512
version "9.3.5"
4501
4513
resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
@@ -5316,6 +5328,13 @@ jackspeak@^3.1.2:
5316
5328
optionalDependencies :
5317
5329
" @pkgjs/parseargs" " ^0.11.0"
5318
5330
5331
+ jackspeak@^4.0.1 :
5332
+ version "4.1.0"
5333
+ resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
5334
+ integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
5335
+ dependencies :
5336
+ " @isaacs/cliui" " ^8.0.2"
5337
+
5319
5338
jake@^10.8.5 :
5320
5339
version "10.9.2"
5321
5340
resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -5846,6 +5865,11 @@ lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.2.2:
5846
5865
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
5847
5866
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
5848
5867
5868
+ lru-cache@^11.0.0 :
5869
+ version "11.1.0"
5870
+ resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
5871
+ integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
5872
+
5849
5873
lru-cache@^5.1.1 :
5850
5874
version "5.1.1"
5851
5875
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -6062,6 +6086,13 @@ minimatch@9.0.3:
6062
6086
dependencies :
6063
6087
brace-expansion "^2.0.1"
6064
6088
6089
+ minimatch@^10.0.0 :
6090
+ version "10.0.1"
6091
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6092
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6093
+ dependencies :
6094
+ brace-expansion "^2.0.1"
6095
+
6065
6096
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2 :
6066
6097
version "3.1.2"
6067
6098
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6841,6 +6872,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
6841
6872
lru-cache "^10.2.0"
6842
6873
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6843
6874
6875
+ path-scurry@^2.0.0 :
6876
+ version "2.0.0"
6877
+ resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6878
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6879
+ dependencies :
6880
+ lru-cache "^11.0.0"
6881
+ minipass "^7.1.2"
6882
+
6844
6883
path-type@^3.0.0 :
6845
6884
version "3.0.0"
6846
6885
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
0 commit comments