Skip to content

Commit 2c9deba

Browse files
Update dependency rimraf to v6
1 parent 7cc9c86 commit 2c9deba

File tree

2 files changed

+52
-54
lines changed

2 files changed

+52
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"p-queue": "6.6.2",
6868
"p-retry": "4.6.2",
6969
"prettier": "3.8.1",
70-
"rimraf": "5.0.10",
70+
"rimraf": "6.1.3",
7171
"rollup": "3.30.0",
7272
"rollup-plugin-dts": "6.3.0",
7373
"sinon": "18.0.1",

yarn.lock

Lines changed: 51 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,11 @@ balanced-match@^1.0.0:
20292029
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
20302030
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
20312031

2032+
balanced-match@^4.0.2:
2033+
version "4.0.4"
2034+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2035+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2036+
20322037
base-x@^3.0.2, base-x@^3.0.8:
20332038
version "3.0.8"
20342039
resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.8.tgz#1e1106c2537f0162e8b52474a557ebb09000018d"
@@ -2213,6 +2218,13 @@ brace-expansion@^2.0.1:
22132218
dependencies:
22142219
balanced-match "^1.0.0"
22152220

2221+
brace-expansion@^5.0.2:
2222+
version "5.0.4"
2223+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
2224+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
2225+
dependencies:
2226+
balanced-match "^4.0.2"
2227+
22162228
braces@^2.3.1:
22172229
version "2.3.2"
22182230
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -2630,15 +2642,6 @@ cliui@^3.2.0:
26302642
strip-ansi "^3.0.1"
26312643
wrap-ansi "^2.0.0"
26322644

2633-
cliui@^7.0.4:
2634-
version "7.0.4"
2635-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
2636-
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
2637-
dependencies:
2638-
string-width "^4.2.0"
2639-
strip-ansi "^6.0.0"
2640-
wrap-ansi "^7.0.0"
2641-
26422645
cliui@^8.0.1:
26432646
version "8.0.1"
26442647
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
@@ -4620,16 +4623,14 @@ glob@^10.0.0:
46204623
package-json-from-dist "^1.0.0"
46214624
path-scurry "^1.11.1"
46224625

4623-
glob@^10.3.7:
4624-
version "10.3.7"
4625-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
4626-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
4626+
glob@^13.0.3:
4627+
version "13.0.6"
4628+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
4629+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
46274630
dependencies:
4628-
foreground-child "^3.1.0"
4629-
jackspeak "^2.0.3"
4630-
minimatch "^9.0.1"
4631-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4632-
path-scurry "^1.10.1"
4631+
minimatch "^10.2.2"
4632+
minipass "^7.1.3"
4633+
path-scurry "^2.0.2"
46334634

46344635
glob@^7.1.2, glob@^7.1.3:
46354636
version "7.2.0"
@@ -5730,15 +5731,6 @@ it-to-stream@^1.0.0:
57305731
p-fifo "^1.0.0"
57315732
readable-stream "^3.6.0"
57325733

5733-
jackspeak@^2.0.3:
5734-
version "2.0.3"
5735-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.0.3.tgz#672eb397b97744a265b5862d7762b96e8dad6e61"
5736-
integrity sha512-0Jud3OMUdMbrlr3PyUMKESq51LXVAB+a239Ywdvd+Kgxj3MaBRml/nVRxf8tQFyfthMjuRkxkv7Vg58pmIMfuQ==
5737-
dependencies:
5738-
cliui "^7.0.4"
5739-
optionalDependencies:
5740-
"@pkgjs/parseargs" "^0.11.0"
5741-
57425734
jackspeak@^3.1.2:
57435735
version "3.4.3"
57445736
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -6325,6 +6317,11 @@ lru-cache@^10.2.0:
63256317
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
63266318
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
63276319

6320+
lru-cache@^11.0.0:
6321+
version "11.2.6"
6322+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.6.tgz#356bf8a29e88a7a2945507b31f6429a65a192c58"
6323+
integrity sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==
6324+
63286325
lru-cache@^3.2.0:
63296326
version "3.2.0"
63306327
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-3.2.0.tgz#71789b3b7f5399bec8565dda38aa30d2a097efee"
@@ -6339,11 +6336,6 @@ lru-cache@^6.0.0:
63396336
dependencies:
63406337
yallist "^4.0.0"
63416338

6342-
"lru-cache@^9.1.1 || ^10.0.0":
6343-
version "10.2.0"
6344-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
6345-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
6346-
63476339
ltgt@^2.1.2, ltgt@~2.2.0:
63486340
version "2.2.1"
63496341
resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5"
@@ -6585,6 +6577,13 @@ minimatch@*:
65856577
dependencies:
65866578
brace-expansion "^2.0.1"
65876579

6580+
minimatch@^10.2.2:
6581+
version "10.2.4"
6582+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6583+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
6584+
dependencies:
6585+
brace-expansion "^5.0.2"
6586+
65886587
minimatch@^3.0.4:
65896588
version "3.0.4"
65906589
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -6599,13 +6598,6 @@ minimatch@^3.0.5, minimatch@^3.1.2:
65996598
dependencies:
66006599
brace-expansion "^1.1.7"
66016600

6602-
minimatch@^9.0.1:
6603-
version "9.0.4"
6604-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6605-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6606-
dependencies:
6607-
brace-expansion "^2.0.1"
6608-
66096601
minimatch@^9.0.4:
66106602
version "9.0.5"
66116603
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
@@ -6631,6 +6623,11 @@ minipass@^2.6.0, minipass@^2.9.0:
66316623
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
66326624
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
66336625

6626+
minipass@^7.1.3:
6627+
version "7.1.3"
6628+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
6629+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
6630+
66346631
minizlib@^1.3.3:
66356632
version "1.3.3"
66366633
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
@@ -7253,7 +7250,7 @@ p-timeout@^5.0.2:
72537250
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-5.0.2.tgz#d12964c4b2f988e15f72b455c2c428d82a0ec0a0"
72547251
integrity sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ==
72557252

7256-
package-json-from-dist@^1.0.0:
7253+
package-json-from-dist@^1.0.0, package-json-from-dist@^1.0.1:
72577254
version "1.0.1"
72587255
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
72597256
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
@@ -7392,14 +7389,6 @@ path-parse@^1.0.6, path-parse@^1.0.7:
73927389
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
73937390
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
73947391

7395-
path-scurry@^1.10.1:
7396-
version "1.10.1"
7397-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
7398-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
7399-
dependencies:
7400-
lru-cache "^9.1.1 || ^10.0.0"
7401-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7402-
74037392
path-scurry@^1.11.1:
74047393
version "1.11.1"
74057394
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -7408,6 +7397,14 @@ path-scurry@^1.11.1:
74087397
lru-cache "^10.2.0"
74097398
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
74107399

7400+
path-scurry@^2.0.2:
7401+
version "2.0.2"
7402+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
7403+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
7404+
dependencies:
7405+
lru-cache "^11.0.0"
7406+
minipass "^7.1.2"
7407+
74117408
path-to-regexp@0.1.7:
74127409
version "0.1.7"
74137410
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -8100,12 +8097,13 @@ reusify@^1.0.4:
81008097
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
81018098
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
81028099

8103-
rimraf@5.0.10:
8104-
version "5.0.10"
8105-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
8106-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
8100+
rimraf@6.1.3:
8101+
version "6.1.3"
8102+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.3.tgz#afbee236b3bd2be331d4e7ce4493bac1718981af"
8103+
integrity sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==
81078104
dependencies:
8108-
glob "^10.3.7"
8105+
glob "^13.0.3"
8106+
package-json-from-dist "^1.0.1"
81098107

81108108
rimraf@^2.2.8, rimraf@^2.6.3:
81118109
version "2.7.1"

0 commit comments

Comments
 (0)