Skip to content

Commit 6a0f2e5

Browse files
Update dependency rimraf to v6
1 parent b3d5fce commit 6a0f2e5

File tree

2 files changed

+48
-34
lines changed

2 files changed

+48
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-functional": "4.4.1",
5555
"husky": "8.0.3",
5656
"prettier": "3.3.3",
57-
"rimraf": "5.0.9",
57+
"rimraf": "6.0.1",
5858
"rollup": "3.29.4",
5959
"rollup-plugin-dts": "6.1.1",
6060
"typescript": "5.5.3"

yarn.lock

Lines changed: 47 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,16 +1397,17 @@ glob-parent@^6.0.2:
13971397
dependencies:
13981398
is-glob "^4.0.3"
13991399

1400-
glob@^10.3.7:
1401-
version "10.3.7"
1402-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
1403-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
1400+
glob@^11.0.0:
1401+
version "11.0.0"
1402+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
1403+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
14041404
dependencies:
14051405
foreground-child "^3.1.0"
1406-
jackspeak "^2.0.3"
1407-
minimatch "^9.0.1"
1408-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1409-
path-scurry "^1.10.1"
1406+
jackspeak "^4.0.1"
1407+
minimatch "^10.0.0"
1408+
minipass "^7.1.2"
1409+
package-json-from-dist "^1.0.0"
1410+
path-scurry "^2.0.0"
14101411

14111412
glob@^7.1.3, glob@^7.1.6:
14121413
version "7.2.0"
@@ -1645,10 +1646,10 @@ isexe@^2.0.0:
16451646
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
16461647
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
16471648

1648-
jackspeak@^2.0.3:
1649-
version "2.2.0"
1650-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.0.tgz#497cbaedc902ec3f31d5d61be804d2364ff9ddad"
1651-
integrity sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ==
1649+
jackspeak@^4.0.1:
1650+
version "4.0.1"
1651+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
1652+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
16521653
dependencies:
16531654
"@isaacs/cliui" "^8.0.2"
16541655
optionalDependencies:
@@ -1804,18 +1805,18 @@ long@^4.0.0:
18041805
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
18051806
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
18061807

1808+
lru-cache@^11.0.0:
1809+
version "11.0.0"
1810+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
1811+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
1812+
18071813
lru-cache@^6.0.0:
18081814
version "6.0.0"
18091815
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
18101816
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
18111817
dependencies:
18121818
yallist "^4.0.0"
18131819

1814-
"lru-cache@^9.1.1 || ^10.0.0":
1815-
version "10.0.1"
1816-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
1817-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
1818-
18191820
magic-string@^0.30.10:
18201821
version "0.30.10"
18211822
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.10.tgz#123d9c41a0cb5640c892b041d4cfb3bd0aa4b39e"
@@ -1893,13 +1894,20 @@ minimalistic-crypto-utils@^1.0.1:
18931894
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
18941895
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
18951896

1896-
[email protected], minimatch@^9.0.1:
1897+
18971898
version "9.0.3"
18981899
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
18991900
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
19001901
dependencies:
19011902
brace-expansion "^2.0.1"
19021903

1904+
minimatch@^10.0.0:
1905+
version "10.0.1"
1906+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
1907+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
1908+
dependencies:
1909+
brace-expansion "^2.0.1"
1910+
19031911
minimatch@^3.0.4:
19041912
version "3.0.4"
19051913
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1914,10 +1922,10 @@ minimatch@^3.0.5, minimatch@^3.1.2:
19141922
dependencies:
19151923
brace-expansion "^1.1.7"
19161924

1917-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
1918-
version "7.0.3"
1919-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
1920-
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
1925+
minipass@^7.1.2:
1926+
version "7.1.2"
1927+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
1928+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
19211929

19221930
19231931
version "2.1.2"
@@ -2029,6 +2037,11 @@ p-timeout@^5.0.2:
20292037
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-5.0.2.tgz#d12964c4b2f988e15f72b455c2c428d82a0ec0a0"
20302038
integrity sha512-sEmji9Yaq+Tw+STwsGAE56hf7gMy9p0tQfJojIAamB7WHJYJKf1qlsg9jqBWG8q9VCxKPhZaP/AcXwEoBcYQhQ==
20312039

2040+
package-json-from-dist@^1.0.0:
2041+
version "1.0.0"
2042+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
2043+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
2044+
20322045
parent-module@^1.0.0:
20332046
version "1.0.1"
20342047
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -2071,13 +2084,13 @@ path-parse@^1.0.7:
20712084
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
20722085
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
20732086

2074-
path-scurry@^1.10.1:
2075-
version "1.10.1"
2076-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
2077-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
2087+
path-scurry@^2.0.0:
2088+
version "2.0.0"
2089+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
2090+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
20782091
dependencies:
2079-
lru-cache "^9.1.1 || ^10.0.0"
2080-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2092+
lru-cache "^11.0.0"
2093+
minipass "^7.1.2"
20812094

20822095
path-type@^4.0.0:
20832096
version "4.0.0"
@@ -2189,12 +2202,13 @@ reusify@^1.0.4:
21892202
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
21902203
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
21912204

2192-
rimraf@5.0.9:
2193-
version "5.0.9"
2194-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
2195-
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
2205+
rimraf@6.0.1:
2206+
version "6.0.1"
2207+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
2208+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
21962209
dependencies:
2197-
glob "^10.3.7"
2210+
glob "^11.0.0"
2211+
package-json-from-dist "^1.0.0"
21982212

21992213
rimraf@^3.0.2:
22002214
version "3.0.2"

0 commit comments

Comments
 (0)