Skip to content

Commit 5686fdd

Browse files
Update dependency rimraf to v6
1 parent c017d1c commit 5686fdd

File tree

2 files changed

+48
-41
lines changed

2 files changed

+48
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-functional": "6.6.3",
3434
"husky": "9.1.6",
3535
"prettier": "3.3.3",
36-
"rimraf": "5.0.10",
36+
"rimraf": "6.0.1",
3737
"typescript": "5.6.2"
3838
},
3939
"ava": {

yarn.lock

Lines changed: 47 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,6 @@
344344
"@nodelib/fs.scandir" "2.1.5"
345345
fastq "^1.6.0"
346346

347-
"@pkgjs/parseargs@^0.11.0":
348-
version "0.11.0"
349-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
350-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
351-
352347
"@resolver-engine/core@^0.3.3":
353348
version "0.3.3"
354349
resolved "https://registry.yarnpkg.com/@resolver-engine/core/-/core-0.3.3.tgz#590f77d85d45bc7ecc4e06c654f41345db6ca967"
@@ -2126,16 +2121,17 @@ [email protected]:
21262121
once "^1.3.0"
21272122
path-is-absolute "^1.0.0"
21282123

2129-
glob@^10.3.7:
2130-
version "10.3.7"
2131-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
2132-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
2124+
glob@^11.0.0:
2125+
version "11.0.0"
2126+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2127+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
21332128
dependencies:
21342129
foreground-child "^3.1.0"
2135-
jackspeak "^2.0.3"
2136-
minimatch "^9.0.1"
2137-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2138-
path-scurry "^1.10.1"
2130+
jackspeak "^4.0.1"
2131+
minimatch "^10.0.0"
2132+
minipass "^7.1.2"
2133+
package-json-from-dist "^1.0.0"
2134+
path-scurry "^2.0.0"
21392135

21402136
glob@^7.1.3:
21412137
version "7.1.6"
@@ -2455,14 +2451,12 @@ isstream@~0.1.2:
24552451
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
24562452
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
24572453

2458-
jackspeak@^2.0.3:
2459-
version "2.2.0"
2460-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.0.tgz#497cbaedc902ec3f31d5d61be804d2364ff9ddad"
2461-
integrity sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ==
2454+
jackspeak@^4.0.1:
2455+
version "4.0.2"
2456+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
2457+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
24622458
dependencies:
24632459
"@isaacs/cliui" "^8.0.2"
2464-
optionalDependencies:
2465-
"@pkgjs/parseargs" "^0.11.0"
24662460

24672461
[email protected], js-sha3@^0.8.0:
24682462
version "0.8.0"
@@ -2692,6 +2686,11 @@ lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.16:
26922686
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
26932687
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
26942688

2689+
lru-cache@^11.0.0:
2690+
version "11.0.1"
2691+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
2692+
integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
2693+
26952694
lru-cache@^5.1.1:
26962695
version "5.1.1"
26972696
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -2706,11 +2705,6 @@ lru-cache@^6.0.0:
27062705
dependencies:
27072706
yallist "^4.0.0"
27082707

2709-
"lru-cache@^9.1.1 || ^10.0.0":
2710-
version "10.0.1"
2711-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
2712-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
2713-
27142708
ltgt@~2.2.0:
27152709
version "2.2.1"
27162710
resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5"
@@ -2858,13 +2852,20 @@ minimalistic-crypto-utils@^1.0.1:
28582852
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
28592853
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
28602854

2861-
[email protected], minimatch@^9.0.1:
2855+
28622856
version "9.0.3"
28632857
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
28642858
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
28652859
dependencies:
28662860
brace-expansion "^2.0.1"
28672861

2862+
minimatch@^10.0.0:
2863+
version "10.0.1"
2864+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
2865+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
2866+
dependencies:
2867+
brace-expansion "^2.0.1"
2868+
28682869
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
28692870
version "3.1.2"
28702871
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2896,10 +2897,10 @@ minipass@^5.0.0:
28962897
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
28972898
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
28982899

2899-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
2900-
version "7.0.3"
2901-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
2902-
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
2900+
minipass@^7.1.2:
2901+
version "7.1.2"
2902+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
2903+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
29032904

29042905
minizlib@^2.1.1:
29052906
version "2.1.2"
@@ -3085,6 +3086,11 @@ package-config@^5.0.0:
30853086
find-up-simple "^1.0.0"
30863087
load-json-file "^7.0.1"
30873088

3089+
package-json-from-dist@^1.0.0:
3090+
version "1.0.0"
3091+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
3092+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
3093+
30883094
parent-module@^1.0.0:
30893095
version "1.0.1"
30903096
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3122,13 +3128,13 @@ path-key@^4.0.0:
31223128
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
31233129
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
31243130

3125-
path-scurry@^1.10.1:
3126-
version "1.10.1"
3127-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
3128-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
3131+
path-scurry@^2.0.0:
3132+
version "2.0.0"
3133+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
3134+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
31293135
dependencies:
3130-
lru-cache "^9.1.1 || ^10.0.0"
3131-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3136+
lru-cache "^11.0.0"
3137+
minipass "^7.1.2"
31323138

31333139
path-type@^4.0.0:
31343140
version "4.0.0"
@@ -3309,12 +3315,13 @@ reusify@^1.0.4:
33093315
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
33103316
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
33113317

3312-
rimraf@5.0.10:
3313-
version "5.0.10"
3314-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
3315-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
3318+
rimraf@6.0.1:
3319+
version "6.0.1"
3320+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
3321+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
33163322
dependencies:
3317-
glob "^10.3.7"
3323+
glob "^11.0.0"
3324+
package-json-from-dist "^1.0.0"
33183325

33193326
rimraf@^3.0.2:
33203327
version "3.0.2"

0 commit comments

Comments
 (0)