Skip to content

Commit c51db4d

Browse files
chore(deps): update dependency rimraf to v6
1 parent b4f2464 commit c51db4d

File tree

2 files changed

+47
-33
lines changed

2 files changed

+47
-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.3",
4949
"husky": "9.0.11",
5050
"prettier": "3.3.2",
51-
"rimraf": "5.0.9",
51+
"rimraf": "6.0.1",
5252
"type-fest": "^4.3.1",
5353
"typescript": "5.5.3"
5454
},

yarn.lock

Lines changed: 46 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,16 +2907,17 @@ glob-parent@^6.0.2:
29072907
dependencies:
29082908
is-glob "^4.0.3"
29092909

2910-
glob@^10.3.7:
2911-
version "10.3.12"
2912-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
2913-
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
2910+
glob@^11.0.0:
2911+
version "11.0.0"
2912+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2913+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
29142914
dependencies:
29152915
foreground-child "^3.1.0"
2916-
jackspeak "^2.3.6"
2917-
minimatch "^9.0.1"
2918-
minipass "^7.0.4"
2919-
path-scurry "^1.10.2"
2916+
jackspeak "^4.0.1"
2917+
minimatch "^10.0.0"
2918+
minipass "^7.1.2"
2919+
package-json-from-dist "^1.0.0"
2920+
path-scurry "^2.0.0"
29202921

29212922
glob@^7.1.3:
29222923
version "7.2.3"
@@ -3320,10 +3321,10 @@ isexe@^2.0.0:
33203321
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
33213322
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
33223323

3323-
jackspeak@^2.3.6:
3324-
version "2.3.6"
3325-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
3326-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
3324+
jackspeak@^4.0.1:
3325+
version "4.0.1"
3326+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
3327+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
33273328
dependencies:
33283329
"@isaacs/cliui" "^8.0.2"
33293330
optionalDependencies:
@@ -3484,10 +3485,10 @@ longest-streak@^3.0.0:
34843485
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4"
34853486
integrity sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==
34863487

3487-
lru-cache@^10.2.0:
3488-
version "10.2.0"
3489-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
3490-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
3488+
lru-cache@^11.0.0:
3489+
version "11.0.0"
3490+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3491+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
34913492

34923493
lru-cache@^5.1.1:
34933494
version "5.1.1"
@@ -4000,14 +4001,21 @@ mimic-function@^5.0.0:
40004001
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
40014002
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
40024003

4004+
minimatch@^10.0.0:
4005+
version "10.0.1"
4006+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
4007+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4008+
dependencies:
4009+
brace-expansion "^2.0.1"
4010+
40034011
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
40044012
version "3.1.2"
40054013
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
40064014
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
40074015
dependencies:
40084016
brace-expansion "^1.1.7"
40094017

4010-
minimatch@^9.0.1, minimatch@^9.0.4:
4018+
minimatch@^9.0.4:
40114019
version "9.0.4"
40124020
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
40134021
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -4026,10 +4034,10 @@ minipass@^5.0.0:
40264034
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
40274035
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
40284036

4029-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
4030-
version "7.0.4"
4031-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
4032-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
4037+
minipass@^7.1.2:
4038+
version "7.1.2"
4039+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
4040+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
40334041

40344042
minizlib@^2.1.1:
40354043
version "2.1.2"
@@ -4263,6 +4271,11 @@ package-config@^5.0.0:
42634271
find-up-simple "^1.0.0"
42644272
load-json-file "^7.0.1"
42654273

4274+
package-json-from-dist@^1.0.0:
4275+
version "1.0.0"
4276+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
4277+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
4278+
42664279
parent-module@^1.0.0:
42674280
version "1.0.1"
42684281
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4324,13 +4337,13 @@ path-key@^4.0.0:
43244337
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
43254338
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
43264339

4327-
path-scurry@^1.10.2:
4328-
version "1.10.2"
4329-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
4330-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
4340+
path-scurry@^2.0.0:
4341+
version "2.0.0"
4342+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4343+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
43314344
dependencies:
4332-
lru-cache "^10.2.0"
4333-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4345+
lru-cache "^11.0.0"
4346+
minipass "^7.1.2"
43344347

43354348
path-to-regexp@6.2.1:
43364349
version "6.2.1"
@@ -4676,12 +4689,13 @@ reusify@^1.0.4:
46764689
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
46774690
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
46784691

4679-
rimraf@5.0.9:
4680-
version "5.0.9"
4681-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
4682-
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
4692+
rimraf@6.0.1:
4693+
version "6.0.1"
4694+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
4695+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
46834696
dependencies:
4684-
glob "^10.3.7"
4697+
glob "^11.0.0"
4698+
package-json-from-dist "^1.0.0"
46854699

46864700
rimraf@^3.0.2:
46874701
version "3.0.2"

0 commit comments

Comments
 (0)