Skip to content

Commit ac7701d

Browse files
chore(deps): update dependency rimraf to v6
1 parent 3fa7c23 commit ac7701d

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": "19.5.6",
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
@@ -2775,11 +2775,6 @@
27752775
dependencies:
27762776
esquery "^1.4.0"
27772777

2778-
"@pkgjs/parseargs@^0.11.0":
2779-
version "0.11.0"
2780-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
2781-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2782-
27832778
"@repeaterjs/repeater@^3.0.4":
27842779
version "3.0.6"
27852780
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2"
@@ -5025,16 +5020,17 @@ glob-parent@^6.0.2:
50255020
dependencies:
50265021
is-glob "^4.0.3"
50275022

5028-
glob@^10.0.0:
5029-
version "10.3.12"
5030-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
5031-
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
5023+
glob@^11.0.0:
5024+
version "11.0.0"
5025+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
5026+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
50325027
dependencies:
50335028
foreground-child "^3.1.0"
5034-
jackspeak "^2.3.6"
5035-
minimatch "^9.0.1"
5036-
minipass "^7.0.4"
5037-
path-scurry "^1.10.2"
5029+
jackspeak "^4.0.1"
5030+
minimatch "^10.0.0"
5031+
minipass "^7.1.2"
5032+
package-json-from-dist "^1.0.0"
5033+
path-scurry "^2.0.0"
50385034

50395035
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
50405036
version "7.2.3"
@@ -5692,14 +5688,12 @@ istanbul-reports@^3.1.3:
56925688
html-escaper "^2.0.0"
56935689
istanbul-lib-report "^3.0.0"
56945690

5695-
jackspeak@^2.3.6:
5696-
version "2.3.6"
5697-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
5698-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
5691+
jackspeak@^4.0.1:
5692+
version "4.0.2"
5693+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
5694+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
56995695
dependencies:
57005696
"@isaacs/cliui" "^8.0.2"
5701-
optionalDependencies:
5702-
"@pkgjs/parseargs" "^0.11.0"
57035697

57045698
jake@^10.8.5:
57055699
version "10.8.7"
@@ -6371,11 +6365,16 @@ lower-case@^2.0.2:
63716365
dependencies:
63726366
tslib "^2.0.3"
63736367

6374-
lru-cache@^10.0.1, lru-cache@^10.2.0:
6368+
lru-cache@^10.0.1:
63756369
version "10.2.0"
63766370
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
63776371
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
63786372

6373+
lru-cache@^11.0.0:
6374+
version "11.0.1"
6375+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
6376+
integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
6377+
63796378
lru-cache@^4.0.1:
63806379
version "4.1.5"
63816380
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -6509,6 +6508,13 @@ minimatch@9.0.3:
65096508
dependencies:
65106509
brace-expansion "^2.0.1"
65116510

6511+
minimatch@^10.0.0:
6512+
version "10.0.1"
6513+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6514+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6515+
dependencies:
6516+
brace-expansion "^2.0.1"
6517+
65126518
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
65136519
version "3.1.2"
65146520
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6530,7 +6536,7 @@ minimatch@^5.0.1:
65306536
dependencies:
65316537
brace-expansion "^2.0.1"
65326538

6533-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
6539+
minimatch@^9.0.3, minimatch@^9.0.4:
65346540
version "9.0.4"
65356541
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
65366542
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -6551,10 +6557,10 @@ minimist@^1.2.0, minimist@^1.2.6:
65516557
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
65526558
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
65536559

6554-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
6555-
version "7.0.4"
6556-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
6557-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
6560+
minipass@^7.1.2:
6561+
version "7.1.2"
6562+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
6563+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
65586564

65596565
mixme@^0.5.1:
65606566
version "0.5.10"
@@ -6863,6 +6869,11 @@ p-try@^2.0.0:
68636869
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
68646870
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
68656871

6872+
package-json-from-dist@^1.0.0:
6873+
version "1.0.1"
6874+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
6875+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
6876+
68666877
param-case@^3.0.4:
68676878
version "3.0.4"
68686879
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
@@ -6957,13 +6968,13 @@ path-root@^0.1.1:
69576968
dependencies:
69586969
path-root-regex "^0.1.0"
69596970

6960-
path-scurry@^1.10.2:
6961-
version "1.10.2"
6962-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
6963-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
6971+
path-scurry@^2.0.0:
6972+
version "2.0.0"
6973+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6974+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
69646975
dependencies:
6965-
lru-cache "^10.2.0"
6966-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6976+
lru-cache "^11.0.0"
6977+
minipass "^7.1.2"
69676978

69686979
path-type@^4.0.0:
69696980
version "4.0.0"
@@ -7305,12 +7316,13 @@ rfdc@^1.3.0:
73057316
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
73067317
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
73077318

7308-
rimraf@5.0.0:
7309-
version "5.0.0"
7310-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0.tgz#5bda14e410d7e4dd522154891395802ce032c2cb"
7311-
integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
7319+
rimraf@6.0.1:
7320+
version "6.0.1"
7321+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
7322+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
73127323
dependencies:
7313-
glob "^10.0.0"
7324+
glob "^11.0.0"
7325+
package-json-from-dist "^1.0.0"
73147326

73157327
rimraf@^3.0.2:
73167328
version "3.0.2"

0 commit comments

Comments
 (0)