Skip to content

Commit e9e7644

Browse files
chore(deps): update dependency rimraf to v6
1 parent 083f74a commit e9e7644

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.1.4",
5050
"prettier": "3.3.3",
51-
"rimraf": "5.0.9",
51+
"rimraf": "6.0.1",
5252
"type-fest": "^4.3.1",
5353
"typescript": "5.5.4"
5454
},

yarn.lock

Lines changed: 46 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,16 +2894,17 @@ glob-parent@^6.0.2:
28942894
dependencies:
28952895
is-glob "^4.0.3"
28962896

2897-
glob@^10.3.7:
2898-
version "10.3.12"
2899-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
2900-
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
2897+
glob@^11.0.0:
2898+
version "11.0.0"
2899+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2900+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
29012901
dependencies:
29022902
foreground-child "^3.1.0"
2903-
jackspeak "^2.3.6"
2904-
minimatch "^9.0.1"
2905-
minipass "^7.0.4"
2906-
path-scurry "^1.10.2"
2903+
jackspeak "^4.0.1"
2904+
minimatch "^10.0.0"
2905+
minipass "^7.1.2"
2906+
package-json-from-dist "^1.0.0"
2907+
path-scurry "^2.0.0"
29072908

29082909
glob@^7.1.3:
29092910
version "7.2.3"
@@ -3307,10 +3308,10 @@ isexe@^2.0.0:
33073308
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
33083309
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
33093310

3310-
jackspeak@^2.3.6:
3311-
version "2.3.6"
3312-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
3313-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
3311+
jackspeak@^4.0.1:
3312+
version "4.0.1"
3313+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
3314+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
33143315
dependencies:
33153316
"@isaacs/cliui" "^8.0.2"
33163317
optionalDependencies:
@@ -3471,10 +3472,10 @@ longest-streak@^3.0.0:
34713472
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4"
34723473
integrity sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==
34733474

3474-
lru-cache@^10.2.0:
3475-
version "10.2.0"
3476-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
3477-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
3475+
lru-cache@^11.0.0:
3476+
version "11.0.0"
3477+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3478+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
34783479

34793480
lru-cache@^5.1.1:
34803481
version "5.1.1"
@@ -3987,14 +3988,21 @@ mimic-function@^5.0.0:
39873988
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
39883989
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
39893990

3991+
minimatch@^10.0.0:
3992+
version "10.0.1"
3993+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3994+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3995+
dependencies:
3996+
brace-expansion "^2.0.1"
3997+
39903998
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
39913999
version "3.1.2"
39924000
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
39934001
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
39944002
dependencies:
39954003
brace-expansion "^1.1.7"
39964004

3997-
minimatch@^9.0.1, minimatch@^9.0.4:
4005+
minimatch@^9.0.4:
39984006
version "9.0.4"
39994007
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
40004008
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -4013,10 +4021,10 @@ minipass@^5.0.0:
40134021
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
40144022
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
40154023

4016-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
4017-
version "7.0.4"
4018-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
4019-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
4024+
minipass@^7.1.2:
4025+
version "7.1.2"
4026+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
4027+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
40204028

40214029
minizlib@^2.1.1:
40224030
version "2.1.2"
@@ -4250,6 +4258,11 @@ package-config@^5.0.0:
42504258
find-up-simple "^1.0.0"
42514259
load-json-file "^7.0.1"
42524260

4261+
package-json-from-dist@^1.0.0:
4262+
version "1.0.0"
4263+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
4264+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
4265+
42534266
parent-module@^1.0.0:
42544267
version "1.0.1"
42554268
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4311,13 +4324,13 @@ path-key@^4.0.0:
43114324
resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
43124325
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
43134326

4314-
path-scurry@^1.10.2:
4315-
version "1.10.2"
4316-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
4317-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
4327+
path-scurry@^2.0.0:
4328+
version "2.0.0"
4329+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4330+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
43184331
dependencies:
4319-
lru-cache "^10.2.0"
4320-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4332+
lru-cache "^11.0.0"
4333+
minipass "^7.1.2"
43214334

43224335
path-to-regexp@6.2.1:
43234336
version "6.2.1"
@@ -4662,12 +4675,13 @@ reusify@^1.0.4:
46624675
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
46634676
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
46644677

4665-
rimraf@5.0.9:
4666-
version "5.0.9"
4667-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.9.tgz#c3baa1b886eadc2ec7981a06a593c3d01134ffe9"
4668-
integrity sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==
4678+
rimraf@6.0.1:
4679+
version "6.0.1"
4680+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
4681+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
46694682
dependencies:
4670-
glob "^10.3.7"
4683+
glob "^11.0.0"
4684+
package-json-from-dist "^1.0.0"
46714685

46724686
rimraf@^3.0.2:
46734687
version "3.0.2"

0 commit comments

Comments
 (0)