Skip to content

Commit f0bbd08

Browse files
chore(deps): update dependency rimraf to v6
1 parent 844abd4 commit f0bbd08

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
@@ -2736,11 +2736,6 @@
27362736
dependencies:
27372737
esquery "^1.4.0"
27382738

2739-
"@pkgjs/parseargs@^0.11.0":
2740-
version "0.11.0"
2741-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
2742-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2743-
27442739
"@repeaterjs/repeater@^3.0.4":
27452740
version "3.0.6"
27462741
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2"
@@ -5033,16 +5028,17 @@ glob-parent@^6.0.2:
50335028
dependencies:
50345029
is-glob "^4.0.3"
50355030

5036-
glob@^10.0.0:
5037-
version "10.3.12"
5038-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
5039-
integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
5031+
glob@^11.0.0:
5032+
version "11.0.0"
5033+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
5034+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
50405035
dependencies:
50415036
foreground-child "^3.1.0"
5042-
jackspeak "^2.3.6"
5043-
minimatch "^9.0.1"
5044-
minipass "^7.0.4"
5045-
path-scurry "^1.10.2"
5037+
jackspeak "^4.0.1"
5038+
minimatch "^10.0.0"
5039+
minipass "^7.1.2"
5040+
package-json-from-dist "^1.0.0"
5041+
path-scurry "^2.0.0"
50465042

50475043
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
50485044
version "7.2.3"
@@ -5705,14 +5701,12 @@ istanbul-reports@^3.1.3:
57055701
html-escaper "^2.0.0"
57065702
istanbul-lib-report "^3.0.0"
57075703

5708-
jackspeak@^2.3.6:
5709-
version "2.3.6"
5710-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
5711-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
5704+
jackspeak@^4.0.1:
5705+
version "4.0.2"
5706+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
5707+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
57125708
dependencies:
57135709
"@isaacs/cliui" "^8.0.2"
5714-
optionalDependencies:
5715-
"@pkgjs/parseargs" "^0.11.0"
57165710

57175711
jake@^10.8.5:
57185712
version "10.8.7"
@@ -6375,11 +6369,16 @@ lower-case@^2.0.2:
63756369
dependencies:
63766370
tslib "^2.0.3"
63776371

6378-
lru-cache@^10.0.1, lru-cache@^10.2.0:
6372+
lru-cache@^10.0.1:
63796373
version "10.2.0"
63806374
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
63816375
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
63826376

6377+
lru-cache@^11.0.0:
6378+
version "11.0.2"
6379+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
6380+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
6381+
63836382
lru-cache@^4.0.1:
63846383
version "4.1.5"
63856384
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -6513,6 +6512,13 @@ minimatch@9.0.3:
65136512
dependencies:
65146513
brace-expansion "^2.0.1"
65156514

6515+
minimatch@^10.0.0:
6516+
version "10.0.1"
6517+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6518+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6519+
dependencies:
6520+
brace-expansion "^2.0.1"
6521+
65166522
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
65176523
version "3.1.2"
65186524
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6534,7 +6540,7 @@ minimatch@^5.0.1:
65346540
dependencies:
65356541
brace-expansion "^2.0.1"
65366542

6537-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
6543+
minimatch@^9.0.3, minimatch@^9.0.4:
65386544
version "9.0.4"
65396545
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
65406546
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
@@ -6555,10 +6561,10 @@ minimist@^1.2.6:
65556561
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
65566562
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
65576563

6558-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
6559-
version "7.0.4"
6560-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
6561-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
6564+
minipass@^7.1.2:
6565+
version "7.1.2"
6566+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
6567+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
65626568

65636569
mixme@^0.5.1:
65646570
version "0.5.10"
@@ -6866,6 +6872,11 @@ p-try@^2.0.0:
68666872
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
68676873
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
68686874

6875+
package-json-from-dist@^1.0.0:
6876+
version "1.0.1"
6877+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
6878+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
6879+
68696880
param-case@^3.0.4:
68706881
version "3.0.4"
68716882
resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
@@ -6960,13 +6971,13 @@ path-root@^0.1.1:
69606971
dependencies:
69616972
path-root-regex "^0.1.0"
69626973

6963-
path-scurry@^1.10.2:
6964-
version "1.10.2"
6965-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
6966-
integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
6974+
path-scurry@^2.0.0:
6975+
version "2.0.0"
6976+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6977+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
69676978
dependencies:
6968-
lru-cache "^10.2.0"
6969-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6979+
lru-cache "^11.0.0"
6980+
minipass "^7.1.2"
69706981

69716982
path-type@^4.0.0:
69726983
version "4.0.0"
@@ -7313,12 +7324,13 @@ rfdc@^1.3.0:
73137324
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
73147325
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
73157326

7316-
rimraf@5.0.0:
7317-
version "5.0.0"
7318-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0.tgz#5bda14e410d7e4dd522154891395802ce032c2cb"
7319-
integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
7327+
rimraf@6.0.1:
7328+
version "6.0.1"
7329+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
7330+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
73207331
dependencies:
7321-
glob "^10.0.0"
7332+
glob "^11.0.0"
7333+
package-json-from-dist "^1.0.0"
73227334

73237335
rimraf@^3.0.2:
73247336
version "3.0.2"

0 commit comments

Comments
 (0)