Skip to content

Commit 860d198

Browse files
chore(deps): update dependency rimraf to v6
1 parent 6a24ccf commit 860d198

File tree

2 files changed

+46
-33
lines changed

2 files changed

+46
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-functional": "6.6.1",
4949
"husky": "9.0.11",
5050
"prettier": "3.3.2",
51-
"rimraf": "5.0.9",
51+
"rimraf": "6.0.0",
5252
"type-fest": "^4.3.1",
5353
"typescript": "5.5.3"
5454
},

yarn.lock

Lines changed: 45 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2902,16 +2902,17 @@ glob-parent@^6.0.2:
29022902
dependencies:
29032903
is-glob "^4.0.3"
29042904

2905-
glob@^10.3.7:
2906-
version "10.3.12"
2907-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
2908-
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
2905+
glob@^11.0.0:
2906+
version "11.0.0"
2907+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2908+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
29092909
dependencies:
29102910
foreground-child "^3.1.0"
2911-
jackspeak "^2.3.6"
2912-
minimatch "^9.0.1"
2913-
minipass "^7.0.4"
2914-
path-scurry "^1.10.2"
2911+
jackspeak "^4.0.1"
2912+
minimatch "^10.0.0"
2913+
minipass "^7.1.2"
2914+
package-json-from-dist "^1.0.0"
2915+
path-scurry "^2.0.0"
29152916

29162917
glob@^7.1.3:
29172918
version "7.2.3"
@@ -3315,10 +3316,10 @@ isexe@^2.0.0:
33153316
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
33163317
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
33173318

3318-
jackspeak@^2.3.6:
3319-
version "2.3.6"
3320-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
3321-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
3319+
jackspeak@^4.0.1:
3320+
version "4.0.1"
3321+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
3322+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
33223323
dependencies:
33233324
"@isaacs/cliui" "^8.0.2"
33243325
optionalDependencies:
@@ -3479,10 +3480,10 @@ longest-streak@^3.0.0:
34793480
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4"
34803481
integrity sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==
34813482

3482-
lru-cache@^10.2.0:
3483-
version "10.2.0"
3484-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
3485-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
3483+
lru-cache@^11.0.0:
3484+
version "11.0.0"
3485+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3486+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
34863487

34873488
lru-cache@^5.1.1:
34883489
version "5.1.1"
@@ -3995,14 +3996,21 @@ mimic-function@^5.0.0:
39953996
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
39963997
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
39973998

3999+
minimatch@^10.0.0:
4000+
version "10.0.1"
4001+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4002+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4003+
dependencies:
4004+
brace-expansion "^2.0.1"
4005+
39984006
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
39994007
version "3.1.2"
40004008
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
40014009
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
40024010
dependencies:
40034011
brace-expansion "^1.1.7"
40044012

4005-
minimatch@^9.0.1, minimatch@^9.0.4:
4013+
minimatch@^9.0.4:
40064014
version "9.0.4"
40074015
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
40084016
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -4021,10 +4029,10 @@ minipass@^5.0.0:
40214029
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
40224030
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
40234031

4024-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
4025-
version "7.0.4"
4026-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
4027-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
4032+
minipass@^7.1.2:
4033+
version "7.1.2"
4034+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
4035+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
40284036

40294037
minizlib@^2.1.1:
40304038
version "2.1.2"
@@ -4258,6 +4266,11 @@ package-config@^5.0.0:
42584266
find-up-simple "^1.0.0"
42594267
load-json-file "^7.0.1"
42604268

4269+
package-json-from-dist@^1.0.0:
4270+
version "1.0.0"
4271+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
4272+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
4273+
42614274
parent-module@^1.0.0:
42624275
version "1.0.1"
42634276
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4319,13 +4332,13 @@ path-key@^4.0.0:
43194332
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
43204333
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
43214334

4322-
path-scurry@^1.10.2:
4323-
version "1.10.2"
4324-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
4325-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
4335+
path-scurry@^2.0.0:
4336+
version "2.0.0"
4337+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4338+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
43264339
dependencies:
4327-
lru-cache "^10.2.0"
4328-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4340+
lru-cache "^11.0.0"
4341+
minipass "^7.1.2"
43294342

43304343
path-to-regexp@6.2.1:
43314344
version "6.2.1"
@@ -4671,12 +4684,12 @@ reusify@^1.0.4:
46714684
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
46724685
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
46734686

4674-
rimraf@5.0.9:
4675-
version "5.0.9"
4676-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
4677-
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
4687+
rimraf@6.0.0:
4688+
version "6.0.0"
4689+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.0.tgz#503bb3d9283272384c121792d40e7ee3ab763cde"
4690+
integrity sha512-u+yqhM92LW+89cxUQK0SRyvXYQmyuKHx0jkx4W7KfwLGLqJnQM5031Uv1trE4gB9XEXBM/s6MxKlfW95IidqaA==
46784691
dependencies:
4679-
glob "^10.3.7"
4692+
glob "^11.0.0"
46804693

46814694
rimraf@^3.0.2:
46824695
version "3.0.2"

0 commit comments

Comments
 (0)