Skip to content

Commit 379123a

Browse files
Update dependency rimraf to v6
1 parent 0a9fc14 commit 379123a

File tree

2 files changed

+47
-54
lines changed

2 files changed

+47
-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.6.2",
70-
"rimraf": "5.0.10",
70+
"rimraf": "6.1.2",
7171
"rollup": "3.29.5",
7272
"rollup-plugin-dts": "6.2.3",
7373
"sinon": "18.0.1",

yarn.lock

Lines changed: 46 additions & 53 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"
@@ -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"
@@ -4615,16 +4618,14 @@ glob@^10.0.0:
46154618
package-json-from-dist "^1.0.0"
46164619
path-scurry "^1.11.1"
46174620

4618-
glob@^10.3.7:
4619-
version "10.3.7"
4620-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
4621-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
4621+
glob@^13.0.0:
4622+
version "13.0.0"
4623+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
4624+
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
46224625
dependencies:
4623-
foreground-child "^3.1.0"
4624-
jackspeak "^2.0.3"
4625-
minimatch "^9.0.1"
4626-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4627-
path-scurry "^1.10.1"
4626+
minimatch "^10.1.1"
4627+
minipass "^7.1.2"
4628+
path-scurry "^2.0.0"
46284629

46294630
glob@^7.1.2, glob@^7.1.3, glob@^7.1.6:
46304631
version "7.2.0"
@@ -5725,15 +5726,6 @@ it-to-stream@^1.0.0:
57255726
p-fifo "^1.0.0"
57265727
readable-stream "^3.6.0"
57275728

5728-
jackspeak@^2.0.3:
5729-
version "2.0.3"
5730-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.0.3.tgz#672eb397b97744a265b5862d7762b96e8dad6e61"
5731-
integrity sha512-0Jud3OMUdMbrlr3PyUMKESq51LXVAB+a239Ywdvd+Kgxj3MaBRml/nVRxf8tQFyfthMjuRkxkv7Vg58pmIMfuQ==
5732-
dependencies:
5733-
cliui "^7.0.4"
5734-
optionalDependencies:
5735-
"@pkgjs/parseargs" "^0.11.0"
5736-
57375729
jackspeak@^3.1.2:
57385730
version "3.4.3"
57395731
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -6320,6 +6312,11 @@ lru-cache@^10.2.0:
63206312
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
63216313
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
63226314

6315+
lru-cache@^11.0.0:
6316+
version "11.2.2"
6317+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
6318+
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
6319+
63236320
lru-cache@^3.2.0:
63246321
version "3.2.0"
63256322
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-3.2.0.tgz#71789b3b7f5399bec8565dda38aa30d2a097efee"
@@ -6334,11 +6331,6 @@ lru-cache@^6.0.0:
63346331
dependencies:
63356332
yallist "^4.0.0"
63366333

6337-
"lru-cache@^9.1.1 || ^10.0.0":
6338-
version "10.2.0"
6339-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
6340-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
6341-
63426334
ltgt@^2.1.2, ltgt@~2.2.0:
63436335
version "2.2.1"
63446336
resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5"
@@ -6588,6 +6580,13 @@ minimatch@*:
65886580
dependencies:
65896581
brace-expansion "^2.0.1"
65906582

6583+
minimatch@^10.1.1:
6584+
version "10.1.1"
6585+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
6586+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
6587+
dependencies:
6588+
"@isaacs/brace-expansion" "^5.0.0"
6589+
65916590
minimatch@^3.0.4:
65926591
version "3.0.4"
65936592
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -6602,13 +6601,6 @@ minimatch@^3.0.5, minimatch@^3.1.2:
66026601
dependencies:
66036602
brace-expansion "^1.1.7"
66046603

6605-
minimatch@^9.0.1:
6606-
version "9.0.4"
6607-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6608-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6609-
dependencies:
6610-
brace-expansion "^2.0.1"
6611-
66126604
minimatch@^9.0.4:
66136605
version "9.0.5"
66146606
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
@@ -7256,7 +7248,7 @@ p-timeout@^5.0.2:
72567248
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-5.0.2.tgz#d12964c4b2f988e15f72b455c2c428d82a0ec0a0"
72577249
integrity sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ==
72587250

7259-
package-json-from-dist@^1.0.0:
7251+
package-json-from-dist@^1.0.0, package-json-from-dist@^1.0.1:
72607252
version "1.0.1"
72617253
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
72627254
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
@@ -7395,14 +7387,6 @@ path-parse@^1.0.6, path-parse@^1.0.7:
73957387
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
73967388
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
73977389

7398-
path-scurry@^1.10.1:
7399-
version "1.10.1"
7400-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
7401-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
7402-
dependencies:
7403-
lru-cache "^9.1.1 || ^10.0.0"
7404-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7405-
74067390
path-scurry@^1.11.1:
74077391
version "1.11.1"
74087392
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -7411,6 +7395,14 @@ path-scurry@^1.11.1:
74117395
lru-cache "^10.2.0"
74127396
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
74137397

7398+
path-scurry@^2.0.0:
7399+
version "2.0.1"
7400+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.1.tgz#4b6572376cfd8b811fca9cd1f5c24b3cbac0fe10"
7401+
integrity sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==
7402+
dependencies:
7403+
lru-cache "^11.0.0"
7404+
minipass "^7.1.2"
7405+
74147406
74157407
version "0.1.7"
74167408
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -8098,12 +8090,13 @@ reusify@^1.0.4:
80988090
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
80998091
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
81008092

8101-
rimraf@5.0.10:
8102-
version "5.0.10"
8103-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
8104-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
8093+
rimraf@6.1.2:
8094+
version "6.1.2"
8095+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.2.tgz#9a0f3cea2ab853e81291127422116ecf2a86ae89"
8096+
integrity sha512-cFCkPslJv7BAXJsYlK1dZsbP8/ZNLkCAQ0bi1hf5EKX2QHegmDFEFA6QhuYJlk7UDdc+02JjO80YSOrWPpw06g==
81058097
dependencies:
8106-
glob "^10.3.7"
8098+
glob "^13.0.0"
8099+
package-json-from-dist "^1.0.1"
81078100

81088101
rimraf@^2.2.8, rimraf@^2.6.3:
81098102
version "2.7.1"

0 commit comments

Comments
 (0)