Skip to content

Commit a30c2e3

Browse files
chore(deps): update dependency rimraf to v6
1 parent 6a2eb88 commit a30c2e3

File tree

2 files changed

+49
-37
lines changed

2 files changed

+49
-37
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: 48 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2596,11 +2596,6 @@
25962596
dependencies:
25972597
esquery "^1.4.0"
25982598

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-
26042599
"@repeaterjs/repeater@^3.0.4":
26052600
version "3.0.6"
26062601
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2"
@@ -4874,16 +4869,17 @@ glob-parent@^6.0.2:
48744869
dependencies:
48754870
is-glob "^4.0.3"
48764871

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==
4872+
glob@^11.0.0:
4873+
version "11.0.2"
4874+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
4875+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
48814876
dependencies:
48824877
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"
4878+
jackspeak "^4.0.1"
4879+
minimatch "^10.0.0"
4880+
minipass "^7.1.2"
4881+
package-json-from-dist "^1.0.0"
4882+
path-scurry "^2.0.0"
48874883

48884884
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
48894885
version "7.2.3"
@@ -5546,14 +5542,12 @@ istanbul-reports@^3.1.3:
55465542
html-escaper "^2.0.0"
55475543
istanbul-lib-report "^3.0.0"
55485544

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==
5545+
jackspeak@^4.0.1:
5546+
version "4.1.1"
5547+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
5548+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
55535549
dependencies:
55545550
"@isaacs/cliui" "^8.0.2"
5555-
optionalDependencies:
5556-
"@pkgjs/parseargs" "^0.11.0"
55575551

55585552
jake@^10.8.5:
55595553
version "10.8.7"
@@ -6221,11 +6215,16 @@ lower-case@^2.0.2:
62216215
dependencies:
62226216
tslib "^2.0.3"
62236217

6224-
lru-cache@^10.0.1, lru-cache@^10.2.0:
6218+
lru-cache@^10.0.1:
62256219
version "10.2.0"
62266220
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
62276221
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
62286222

6223+
lru-cache@^11.0.0:
6224+
version "11.1.0"
6225+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
6226+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
6227+
62296228
lru-cache@^4.0.1:
62306229
version "4.1.5"
62316230
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -6359,6 +6358,13 @@ minimatch@9.0.3:
63596358
dependencies:
63606359
brace-expansion "^2.0.1"
63616360

6361+
minimatch@^10.0.0:
6362+
version "10.0.1"
6363+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6364+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6365+
dependencies:
6366+
brace-expansion "^2.0.1"
6367+
63626368
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
63636369
version "3.1.2"
63646370
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6373,7 +6379,7 @@ minimatch@^5.0.1:
63736379
dependencies:
63746380
brace-expansion "^2.0.1"
63756381

6376-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
6382+
minimatch@^9.0.3, minimatch@^9.0.4:
63776383
version "9.0.4"
63786384
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
63796385
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -6401,10 +6407,10 @@ minimist@^1.2.6:
64016407
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
64026408
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
64036409

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==
6410+
minipass@^7.1.2:
6411+
version "7.1.2"
6412+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
6413+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
64086414

64096415
mixme@^0.5.1:
64106416
version "0.5.10"
@@ -6712,6 +6718,11 @@ p-try@^2.0.0:
67126718
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
67136719
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
67146720

6721+
package-json-from-dist@^1.0.0:
6722+
version "1.0.1"
6723+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
6724+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
6725+
67156726
param-case@^3.0.4:
67166727
version "3.0.4"
67176728
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
@@ -6806,13 +6817,13 @@ path-root@^0.1.1:
68066817
dependencies:
68076818
path-root-regex "^0.1.0"
68086819

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==
6820+
path-scurry@^2.0.0:
6821+
version "2.0.0"
6822+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6823+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
68136824
dependencies:
6814-
lru-cache "^10.2.0"
6815-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6825+
lru-cache "^11.0.0"
6826+
minipass "^7.1.2"
68166827

68176828
path-type@^4.0.0:
68186829
version "4.0.0"
@@ -7142,12 +7153,13 @@ rfdc@^1.3.0:
71427153
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
71437154
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
71447155

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==
7156+
rimraf@6.0.1:
7157+
version "6.0.1"
7158+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
7159+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
71497160
dependencies:
7150-
glob "^10.0.0"
7161+
glob "^11.0.0"
7162+
package-json-from-dist "^1.0.0"
71517163

71527164
rimraf@^3.0.2:
71537165
version "3.0.2"

0 commit comments

Comments
 (0)