Skip to content

Commit 92404e8

Browse files
Update dependency rimraf to v6
1 parent 9e9a6c0 commit 92404e8

File tree

2 files changed

+51
-45
lines changed

2 files changed

+51
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@rollup/plugin-commonjs": "^26.0.0",
3232
"@rollup/plugin-node-resolve": "^15.0.0",
3333
"ethers": "^6.0.0",
34-
"rimraf": "5.0.7",
34+
"rimraf": "6.0.0",
3535
"rollup": "^2.75.6"
3636
},
3737
"devDependencies": {

yarn.lock

Lines changed: 50 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -820,17 +820,6 @@ glob-parent@^6.0.2:
820820
dependencies:
821821
is-glob "^4.0.3"
822822

823-
glob@^10.3.7:
824-
version "10.3.10"
825-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
826-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
827-
dependencies:
828-
foreground-child "^3.1.0"
829-
jackspeak "^2.3.5"
830-
minimatch "^9.0.1"
831-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
832-
path-scurry "^1.10.1"
833-
834823
glob@^10.4.1:
835824
version "10.4.1"
836825
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
@@ -842,6 +831,18 @@ glob@^10.4.1:
842831
minipass "^7.1.2"
843832
path-scurry "^1.11.1"
844833

834+
glob@^11.0.0:
835+
version "11.0.0"
836+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
837+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
838+
dependencies:
839+
foreground-child "^3.1.0"
840+
jackspeak "^4.0.1"
841+
minimatch "^10.0.0"
842+
minipass "^7.1.2"
843+
package-json-from-dist "^1.0.0"
844+
path-scurry "^2.0.0"
845+
845846
glob@^7.1.3:
846847
version "7.1.6"
847848
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -994,19 +995,19 @@ isexe@^2.0.0:
994995
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
995996
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
996997

997-
jackspeak@^2.3.5:
998-
version "2.3.6"
999-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
1000-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
998+
jackspeak@^3.1.2:
999+
version "3.4.0"
1000+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
1001+
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
10011002
dependencies:
10021003
"@isaacs/cliui" "^8.0.2"
10031004
optionalDependencies:
10041005
"@pkgjs/parseargs" "^0.11.0"
10051006

1006-
jackspeak@^3.1.2:
1007-
version "3.4.0"
1008-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
1009-
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
1007+
jackspeak@^4.0.1:
1008+
version "4.0.1"
1009+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
1010+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
10101011
dependencies:
10111012
"@isaacs/cliui" "^8.0.2"
10121013
optionalDependencies:
@@ -1054,18 +1055,18 @@ lru-cache@^10.2.0:
10541055
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
10551056
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
10561057

1058+
lru-cache@^11.0.0:
1059+
version "11.0.0"
1060+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
1061+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
1062+
10571063
lru-cache@^6.0.0:
10581064
version "6.0.0"
10591065
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
10601066
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
10611067
dependencies:
10621068
yallist "^4.0.0"
10631069

1064-
"lru-cache@^9.1.1 || ^10.0.0":
1065-
version "10.2.0"
1066-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
1067-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
1068-
10691070
magic-string@^0.30.3:
10701071
version "0.30.10"
10711072
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.10.tgz#123d9c41a0cb5640c892b041d4cfb3bd0aa4b39e"
@@ -1091,6 +1092,13 @@ micromatch@^4.0.4:
10911092
braces "^3.0.1"
10921093
picomatch "^2.2.3"
10931094

1095+
minimatch@^10.0.0:
1096+
version "10.0.1"
1097+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
1098+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
1099+
dependencies:
1100+
brace-expansion "^2.0.1"
1101+
10941102
minimatch@^3.0.4:
10951103
version "3.0.4"
10961104
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1105,13 +1113,6 @@ minimatch@^3.0.5, minimatch@^3.1.2:
11051113
dependencies:
11061114
brace-expansion "^1.1.7"
11071115

1108-
minimatch@^9.0.1:
1109-
version "9.0.3"
1110-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1111-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1112-
dependencies:
1113-
brace-expansion "^2.0.1"
1114-
11151116
minimatch@^9.0.4:
11161117
version "9.0.4"
11171118
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
@@ -1177,6 +1178,11 @@ p-locate@^5.0.0:
11771178
dependencies:
11781179
p-limit "^3.0.2"
11791180

1181+
package-json-from-dist@^1.0.0:
1182+
version "1.0.0"
1183+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
1184+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
1185+
11801186
parent-module@^1.0.0:
11811187
version "1.0.1"
11821188
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -1204,14 +1210,6 @@ path-parse@^1.0.7:
12041210
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
12051211
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
12061212

1207-
path-scurry@^1.10.1:
1208-
version "1.10.1"
1209-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
1210-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
1211-
dependencies:
1212-
lru-cache "^9.1.1 || ^10.0.0"
1213-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1214-
12151213
path-scurry@^1.11.1:
12161214
version "1.11.1"
12171215
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -1220,6 +1218,14 @@ path-scurry@^1.11.1:
12201218
lru-cache "^10.2.0"
12211219
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
12221220

1221+
path-scurry@^2.0.0:
1222+
version "2.0.0"
1223+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
1224+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
1225+
dependencies:
1226+
lru-cache "^11.0.0"
1227+
minipass "^7.1.2"
1228+
12231229
path-type@^4.0.0:
12241230
version "4.0.0"
12251231
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -1264,12 +1270,12 @@ reusify@^1.0.4:
12641270
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
12651271
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
12661272

1267-
rimraf@5.0.7:
1268-
version "5.0.7"
1269-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
1270-
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
1273+
rimraf@6.0.0:
1274+
version "6.0.0"
1275+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.0.tgz#503bb3d9283272384c121792d40e7ee3ab763cde"
1276+
integrity sha512-u+yqhM92LW+89cxUQK0SRyvXYQmyuKHx0jkx4W7KfwLGLqJnQM5031Uv1trE4gB9XEXBM/s6MxKlfW95IidqaA==
12711277
dependencies:
1272-
glob "^10.3.7"
1278+
glob "^11.0.0"
12731279

12741280
rimraf@^3.0.2:
12751281
version "3.0.2"

0 commit comments

Comments
 (0)