4842
4842
once "^1.3.0"
4843
4843
path-is-absolute "^1.0.0"
4844
4844
4845
- glob@^10.3.10, glob@^10. 4.1 :
4845
+ glob@^10.4.1 :
4846
4846
version "10.4.5"
4847
4847
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
4848
4848
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -4854,6 +4854,18 @@ glob@^10.3.10, glob@^10.4.1:
4854
4854
package-json-from-dist "^1.0.0"
4855
4855
path-scurry "^1.11.1"
4856
4856
4857
+ glob@^11.0.0 :
4858
+ version "11.0.0"
4859
+ resolved "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
4860
+ integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
4861
+ dependencies :
4862
+ foreground-child "^3.1.0"
4863
+ jackspeak "^4.0.1"
4864
+ minimatch "^10.0.0"
4865
+ minipass "^7.1.2"
4866
+ package-json-from-dist "^1.0.0"
4867
+ path-scurry "^2.0.0"
4868
+
4857
4869
glob@^8.0.1 :
4858
4870
version "8.1.0"
4859
4871
resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz"
@@ -5601,6 +5613,15 @@ jackspeak@^3.1.2:
5601
5613
optionalDependencies :
5602
5614
" @pkgjs/parseargs" " ^0.11.0"
5603
5615
5616
+ jackspeak@^4.0.1 :
5617
+ version "4.0.1"
5618
+ resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
5619
+ integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
5620
+ dependencies :
5621
+ " @isaacs/cliui" " ^8.0.2"
5622
+ optionalDependencies :
5623
+ " @pkgjs/parseargs" " ^0.11.0"
5624
+
5604
5625
jake@^10.8.5 :
5605
5626
version "10.8.5"
5606
5627
resolved "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz"
@@ -6062,6 +6083,11 @@ lru-cache@^10.2.0:
6062
6083
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
6063
6084
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
6064
6085
6086
+ lru-cache@^11.0.0 :
6087
+ version "11.0.0"
6088
+ resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
6089
+ integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
6090
+
6065
6091
lru-cache@^5.1.1 :
6066
6092
version "5.1.1"
6067
6093
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
6240
6266
dependencies :
6241
6267
brace-expansion "^1.1.7"
6242
6268
6269
+ minimatch@^10.0.0 :
6270
+ version "10.0.1"
6271
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6272
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6273
+ dependencies :
6274
+ brace-expansion "^2.0.1"
6275
+
6243
6276
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2 :
6244
6277
version "3.1.2"
6245
6278
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
@@ -7049,6 +7082,14 @@ path-scurry@^1.11.1:
7049
7082
lru-cache "^10.2.0"
7050
7083
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7051
7084
7085
+ path-scurry@^2.0.0 :
7086
+ version "2.0.0"
7087
+ resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7088
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7089
+ dependencies :
7090
+ lru-cache "^11.0.0"
7091
+ minipass "^7.1.2"
7092
+
7052
7093
path-type@^3.0.0 :
7053
7094
version "3.0.0"
7054
7095
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"
0 commit comments