Skip to content

Commit 220d355

Browse files
chore(deps): update dependency rimraf to v6
1 parent 6144c14 commit 220d355

File tree

2 files changed

+77
-44
lines changed

2 files changed

+77
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"micromatch": "4.0.5",
4848
"nx": "20.3.0",
4949
"prettier": "^2.6.2",
50-
"rimraf": "5.0.0",
50+
"rimraf": "6.0.1",
5151
"ts-jest": "29.1.0",
5252
"ts-morph": "22.0.0",
5353
"ts-node": "10.9.1",

yarn.lock

Lines changed: 76 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,6 +2090,18 @@
20902090
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
20912091
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
20922092

2093+
"@isaacs/balanced-match@^4.0.1":
2094+
version "4.0.1"
2095+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
2096+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
2097+
2098+
"@isaacs/brace-expansion@^5.0.0":
2099+
version "5.0.0"
2100+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
2101+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
2102+
dependencies:
2103+
"@isaacs/balanced-match" "^4.0.1"
2104+
20932105
"@isaacs/cliui@^8.0.2":
20942106
version "8.0.2"
20952107
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -2596,11 +2608,6 @@
25962608
dependencies:
25972609
esquery "^1.4.0"
25982610

2599-
"@pkgjs/parseargs@^0.11.0":
2600-
version "0.11.0"
2601-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
2602-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2603-
26042611
"@repeaterjs/repeater@^3.0.4":
26052612
version "3.0.6"
26062613
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2"
@@ -3979,7 +3986,7 @@ cross-spawn@^5.1.0:
39793986
shebang-command "^1.2.0"
39803987
which "^1.2.9"
39813988

3982-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
3989+
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
39833990
version "7.0.3"
39843991
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
39853992
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -3988,6 +3995,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
39883995
shebang-command "^2.0.0"
39893996
which "^2.0.1"
39903997

3998+
cross-spawn@^7.0.6:
3999+
version "7.0.6"
4000+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
4001+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
4002+
dependencies:
4003+
path-key "^3.1.0"
4004+
shebang-command "^2.0.0"
4005+
which "^2.0.1"
4006+
39914007
cssom@^0.5.0:
39924008
version "0.5.0"
39934009
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.5.0.tgz#d254fa92cd8b6fbd83811b9fbaed34663cc17c36"
@@ -4743,12 +4759,12 @@ for-each@^0.3.3:
47434759
dependencies:
47444760
is-callable "^1.1.3"
47454761

4746-
foreground-child@^3.1.0:
4747-
version "3.1.1"
4748-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
4749-
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
4762+
foreground-child@^3.3.1:
4763+
version "3.3.1"
4764+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
4765+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
47504766
dependencies:
4751-
cross-spawn "^7.0.0"
4767+
cross-spawn "^7.0.6"
47524768
signal-exit "^4.0.1"
47534769

47544770
form-data@^4.0.0:
@@ -4874,16 +4890,17 @@ glob-parent@^6.0.2:
48744890
dependencies:
48754891
is-glob "^4.0.3"
48764892

4877-
glob@^10.0.0:
4878-
version "10.3.12"
4879-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
4880-
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
4893+
glob@^11.0.0:
4894+
version "11.0.3"
4895+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
4896+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
48814897
dependencies:
4882-
foreground-child "^3.1.0"
4883-
jackspeak "^2.3.6"
4884-
minimatch "^9.0.1"
4885-
minipass "^7.0.4"
4886-
path-scurry "^1.10.2"
4898+
foreground-child "^3.3.1"
4899+
jackspeak "^4.1.1"
4900+
minimatch "^10.0.3"
4901+
minipass "^7.1.2"
4902+
package-json-from-dist "^1.0.0"
4903+
path-scurry "^2.0.0"
48874904

48884905
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
48894906
version "7.2.3"
@@ -5546,14 +5563,12 @@ istanbul-reports@^3.1.3:
55465563
html-escaper "^2.0.0"
55475564
istanbul-lib-report "^3.0.0"
55485565

5549-
jackspeak@^2.3.6:
5550-
version "2.3.6"
5551-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
5552-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
5566+
jackspeak@^4.1.1:
5567+
version "4.1.1"
5568+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
5569+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
55535570
dependencies:
55545571
"@isaacs/cliui" "^8.0.2"
5555-
optionalDependencies:
5556-
"@pkgjs/parseargs" "^0.11.0"
55575572

55585573
jake@^10.8.5:
55595574
version "10.8.7"
@@ -6221,11 +6236,16 @@ lower-case@^2.0.2:
62216236
dependencies:
62226237
tslib "^2.0.3"
62236238

6224-
lru-cache@^10.0.1, lru-cache@^10.2.0:
6239+
lru-cache@^10.0.1:
62256240
version "10.2.0"
62266241
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
62276242
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
62286243

6244+
lru-cache@^11.0.0:
6245+
version "11.1.0"
6246+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
6247+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
6248+
62296249
lru-cache@^4.0.1:
62306250
version "4.1.5"
62316251
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -6359,6 +6379,13 @@ [email protected]:
63596379
dependencies:
63606380
brace-expansion "^2.0.1"
63616381

6382+
minimatch@^10.0.3:
6383+
version "10.0.3"
6384+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
6385+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
6386+
dependencies:
6387+
"@isaacs/brace-expansion" "^5.0.0"
6388+
63626389
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
63636390
version "3.1.2"
63646391
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6373,7 +6400,7 @@ minimatch@^5.0.1:
63736400
dependencies:
63746401
brace-expansion "^2.0.1"
63756402

6376-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
6403+
minimatch@^9.0.3, minimatch@^9.0.4:
63776404
version "9.0.4"
63786405
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
63796406
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -6401,10 +6428,10 @@ minimist@^1.2.6:
64016428
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
64026429
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
64036430

6404-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
6405-
version "7.0.4"
6406-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
6407-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
6431+
minipass@^7.1.2:
6432+
version "7.1.2"
6433+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
6434+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
64086435

64096436
mixme@^0.5.1:
64106437
version "0.5.10"
@@ -6712,6 +6739,11 @@ p-try@^2.0.0:
67126739
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
67136740
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
67146741

6742+
package-json-from-dist@^1.0.0:
6743+
version "1.0.1"
6744+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
6745+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
6746+
67156747
param-case@^3.0.4:
67166748
version "3.0.4"
67176749
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
@@ -6806,13 +6838,13 @@ path-root@^0.1.1:
68066838
dependencies:
68076839
path-root-regex "^0.1.0"
68086840

6809-
path-scurry@^1.10.2:
6810-
version "1.10.2"
6811-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
6812-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
6841+
path-scurry@^2.0.0:
6842+
version "2.0.0"
6843+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6844+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
68136845
dependencies:
6814-
lru-cache "^10.2.0"
6815-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6846+
lru-cache "^11.0.0"
6847+
minipass "^7.1.2"
68166848

68176849
path-type@^4.0.0:
68186850
version "4.0.0"
@@ -7142,12 +7174,13 @@ rfdc@^1.3.0:
71427174
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
71437175
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
71447176

7145-
rimraf@5.0.0:
7146-
version "5.0.0"
7147-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0.tgz#5bda14e410d7e4dd522154891395802ce032c2cb"
7148-
integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
7177+
rimraf@6.0.1:
7178+
version "6.0.1"
7179+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
7180+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
71497181
dependencies:
7150-
glob "^10.0.0"
7182+
glob "^11.0.0"
7183+
package-json-from-dist "^1.0.0"
71517184

71527185
rimraf@^3.0.2:
71537186
version "3.0.2"

0 commit comments

Comments
 (0)