Skip to content

Commit 59fec1f

Browse files
Update dependency rimraf to v6
1 parent 55d904e commit 59fec1f

File tree

2 files changed

+73
-53
lines changed

2 files changed

+73
-53
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.5.3",
70-
"rimraf": "5.0.10",
70+
"rimraf": "6.0.1",
7171
"rollup": "3.29.5",
7272
"rollup-plugin-dts": "6.2.1",
7373
"sinon": "18.0.1",

yarn.lock

Lines changed: 72 additions & 52 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"
@@ -2625,15 +2637,6 @@ cliui@^3.2.0:
26252637
strip-ansi "^3.0.1"
26262638
wrap-ansi "^2.0.0"
26272639

2628-
cliui@^7.0.4:
2629-
version "7.0.4"
2630-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
2631-
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
2632-
dependencies:
2633-
string-width "^4.2.0"
2634-
strip-ansi "^6.0.0"
2635-
wrap-ansi "^7.0.0"
2636-
26372640
cliui@^8.0.1:
26382641
version "8.0.1"
26392642
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
@@ -2909,6 +2912,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
29092912
shebang-command "^2.0.0"
29102913
which "^2.0.1"
29112914

2915+
cross-spawn@^7.0.6:
2916+
version "7.0.6"
2917+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2918+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
2919+
dependencies:
2920+
path-key "^3.1.0"
2921+
shebang-command "^2.0.0"
2922+
which "^2.0.1"
2923+
29122924
29132925
version "3.12.0"
29142926
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -4355,6 +4367,14 @@ foreground-child@^3.1.0:
43554367
cross-spawn "^7.0.0"
43564368
signal-exit "^4.0.1"
43574369

4370+
foreground-child@^3.3.1:
4371+
version "3.3.1"
4372+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
4373+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
4374+
dependencies:
4375+
cross-spawn "^7.0.6"
4376+
signal-exit "^4.0.1"
4377+
43584378
forever-agent@~0.6.1:
43594379
version "0.6.1"
43604380
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -4601,16 +4621,17 @@ glob@^10.0.0:
46014621
package-json-from-dist "^1.0.0"
46024622
path-scurry "^1.11.1"
46034623

4604-
glob@^10.3.7:
4605-
version "10.3.7"
4606-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
4607-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
4624+
glob@^11.0.0:
4625+
version "11.0.3"
4626+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
4627+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
46084628
dependencies:
4609-
foreground-child "^3.1.0"
4610-
jackspeak "^2.0.3"
4611-
minimatch "^9.0.1"
4612-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4613-
path-scurry "^1.10.1"
4629+
foreground-child "^3.3.1"
4630+
jackspeak "^4.1.1"
4631+
minimatch "^10.0.3"
4632+
minipass "^7.1.2"
4633+
package-json-from-dist "^1.0.0"
4634+
path-scurry "^2.0.0"
46144635

46154636
glob@^7.1.2, glob@^7.1.3, glob@^7.1.6:
46164637
version "7.2.0"
@@ -5711,15 +5732,6 @@ it-to-stream@^1.0.0:
57115732
p-fifo "^1.0.0"
57125733
readable-stream "^3.6.0"
57135734

5714-
jackspeak@^2.0.3:
5715-
version "2.0.3"
5716-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.0.3.tgz#672eb397b97744a265b5862d7762b96e8dad6e61"
5717-
integrity sha512-0Jud3OMUdMbrlr3PyUMKESq51LXVAB+a239Ywdvd+Kgxj3MaBRml/nVRxf8tQFyfthMjuRkxkv7Vg58pmIMfuQ==
5718-
dependencies:
5719-
cliui "^7.0.4"
5720-
optionalDependencies:
5721-
"@pkgjs/parseargs" "^0.11.0"
5722-
57235735
jackspeak@^3.1.2:
57245736
version "3.4.3"
57255737
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
@@ -5729,6 +5741,13 @@ jackspeak@^3.1.2:
57295741
optionalDependencies:
57305742
"@pkgjs/parseargs" "^0.11.0"
57315743

5744+
jackspeak@^4.1.1:
5745+
version "4.1.1"
5746+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
5747+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
5748+
dependencies:
5749+
"@isaacs/cliui" "^8.0.2"
5750+
57325751
[email protected], js-sha3@^0.5.7:
57335752
version "0.5.7"
57345753
resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.7.tgz#0d4ffd8002d5333aabaf4a23eed2f6374c9f28e7"
@@ -6306,6 +6325,11 @@ lru-cache@^10.2.0:
63066325
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
63076326
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
63086327

6328+
lru-cache@^11.0.0:
6329+
version "11.1.0"
6330+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
6331+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
6332+
63096333
lru-cache@^3.2.0:
63106334
version "3.2.0"
63116335
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-3.2.0.tgz#71789b3b7f5399bec8565dda38aa30d2a097efee"
@@ -6320,11 +6344,6 @@ lru-cache@^6.0.0:
63206344
dependencies:
63216345
yallist "^4.0.0"
63226346

6323-
"lru-cache@^9.1.1 || ^10.0.0":
6324-
version "10.2.0"
6325-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
6326-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
6327-
63286347
ltgt@^2.1.2, ltgt@~2.2.0:
63296348
version "2.2.1"
63306349
resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5"
@@ -6574,6 +6593,13 @@ minimatch@*:
65746593
dependencies:
65756594
brace-expansion "^2.0.1"
65766595

6596+
minimatch@^10.0.3:
6597+
version "10.0.3"
6598+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
6599+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
6600+
dependencies:
6601+
"@isaacs/brace-expansion" "^5.0.0"
6602+
65776603
minimatch@^3.0.4:
65786604
version "3.0.4"
65796605
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -6588,13 +6614,6 @@ minimatch@^3.0.5, minimatch@^3.1.2:
65886614
dependencies:
65896615
brace-expansion "^1.1.7"
65906616

6591-
minimatch@^9.0.1:
6592-
version "9.0.4"
6593-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6594-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6595-
dependencies:
6596-
brace-expansion "^2.0.1"
6597-
65986617
minimatch@^9.0.4:
65996618
version "9.0.5"
66006619
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
@@ -7381,14 +7400,6 @@ path-parse@^1.0.6, path-parse@^1.0.7:
73817400
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
73827401
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
73837402

7384-
path-scurry@^1.10.1:
7385-
version "1.10.1"
7386-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
7387-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
7388-
dependencies:
7389-
lru-cache "^9.1.1 || ^10.0.0"
7390-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
7391-
73927403
path-scurry@^1.11.1:
73937404
version "1.11.1"
73947405
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -7397,6 +7408,14 @@ path-scurry@^1.11.1:
73977408
lru-cache "^10.2.0"
73987409
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
73997410

7411+
path-scurry@^2.0.0:
7412+
version "2.0.0"
7413+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7414+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7415+
dependencies:
7416+
lru-cache "^11.0.0"
7417+
minipass "^7.1.2"
7418+
74007419
74017420
version "0.1.7"
74027421
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -8084,12 +8103,13 @@ reusify@^1.0.4:
80848103
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
80858104
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
80868105

8087-
rimraf@5.0.10:
8088-
version "5.0.10"
8089-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
8090-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
8106+
rimraf@6.0.1:
8107+
version "6.0.1"
8108+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
8109+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
80918110
dependencies:
8092-
glob "^10.3.7"
8111+
glob "^11.0.0"
8112+
package-json-from-dist "^1.0.0"
80938113

80948114
rimraf@^2.2.8, rimraf@^2.6.3:
80958115
version "2.7.1"

0 commit comments

Comments
 (0)