Skip to content

Commit 3f1ebc6

Browse files
chore(deps-dev): bump rimraf from 5.0.5 to 6.0.1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.5 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.5...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7aa9175 commit 3f1ebc6

File tree

2 files changed

+75
-41
lines changed

2 files changed

+75
-41
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"lint-staged": "^13.1.0",
7070
"prettier": "^2.8.1",
7171
"reflect-metadata": "^0.1.13",
72-
"rimraf": "^5.0.5",
72+
"rimraf": "^6.0.1",
7373
"semantic-release-cli": "^5.4.4",
7474
"ts-jest": "29.1.1",
7575
"ts-loader": "^9.4.2",

yarn.lock

+74-40
Original file line numberDiff line numberDiff line change
@@ -886,10 +886,6 @@
886886
ramda "^0.30.0"
887887
randexp "^0.5.3"
888888

889-
"@pkgjs/parseargs@^0.11.0":
890-
version "0.11.0"
891-
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
892-
893889
"@pkgr/utils@^2.3.1":
894890
version "2.3.1"
895891
resolved "https://registry.npmjs.org/@pkgr/utils/-/utils-2.3.1.tgz"
@@ -4231,15 +4227,17 @@ [email protected], glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
42314227
once "^1.3.0"
42324228
path-is-absolute "^1.0.0"
42334229

4234-
glob@^10.3.7:
4235-
version "10.3.10"
4236-
resolved "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz"
4230+
glob@^11.0.0:
4231+
version "11.0.0"
4232+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
4233+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
42374234
dependencies:
42384235
foreground-child "^3.1.0"
4239-
jackspeak "^2.3.5"
4240-
minimatch "^9.0.1"
4241-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4242-
path-scurry "^1.10.1"
4236+
jackspeak "^4.0.1"
4237+
minimatch "^10.0.0"
4238+
minipass "^7.1.2"
4239+
package-json-from-dist "^1.0.0"
4240+
path-scurry "^2.0.0"
42434241

42444242
glob@^8.0.0:
42454243
version "8.1.0"
@@ -5120,13 +5118,12 @@ [email protected]:
51205118
version "1.2.1"
51215119
resolved "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz"
51225120

5123-
jackspeak@^2.3.5:
5124-
version "2.3.6"
5125-
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz"
5121+
jackspeak@^4.0.1:
5122+
version "4.0.2"
5123+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
5124+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
51265125
dependencies:
51275126
"@isaacs/cliui" "^8.0.2"
5128-
optionalDependencies:
5129-
"@pkgjs/parseargs" "^0.11.0"
51305127

51315128
jest-changed-files@^29.2.0:
51325129
version "29.2.0"
@@ -5963,6 +5960,11 @@ lru-cache@^10.2.0:
59635960
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
59645961
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
59655962

5963+
lru-cache@^11.0.0:
5964+
version "11.0.2"
5965+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
5966+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
5967+
59665968
lru-cache@^4.0.1:
59675969
version "4.1.5"
59685970
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz"
@@ -5982,10 +5984,6 @@ lru-cache@^6.0.0:
59825984
dependencies:
59835985
yallist "^4.0.0"
59845986

5985-
"lru-cache@^9.1.1 || ^10.0.0":
5986-
version "10.0.1"
5987-
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz"
5988-
59895987
lru-queue@^0.1.0:
59905988
version "0.1.0"
59915989
resolved "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz"
@@ -6138,6 +6136,13 @@ min-indent@^1.0.0:
61386136
version "1.0.1"
61396137
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
61406138

6139+
minimatch@^10.0.0:
6140+
version "10.0.1"
6141+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6142+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6143+
dependencies:
6144+
brace-expansion "^2.0.1"
6145+
61416146
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
61426147
version "3.1.2"
61436148
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
@@ -6158,12 +6163,6 @@ minimatch@^8.0.2:
61586163
dependencies:
61596164
brace-expansion "^2.0.1"
61606165

6161-
minimatch@^9.0.1:
6162-
version "9.0.3"
6163-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz"
6164-
dependencies:
6165-
brace-expansion "^2.0.1"
6166-
61676166
61686167
version "4.1.0"
61696168
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
@@ -6200,6 +6199,11 @@ minipass@^4.2.4:
62006199
version "7.0.4"
62016200
resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz"
62026201

6202+
minipass@^7.1.2:
6203+
version "7.1.2"
6204+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
6205+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
6206+
62036207
minizlib@^1.3.3:
62046208
version "1.3.3"
62056209
resolved "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz"
@@ -6845,6 +6849,11 @@ p-try@^2.0.0:
68456849
version "2.2.0"
68466850
resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz"
68476851

6852+
package-json-from-dist@^1.0.0:
6853+
version "1.0.1"
6854+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
6855+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
6856+
68486857
package-json@^4.0.0:
68496858
version "4.0.1"
68506859
resolved "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz"
@@ -6975,13 +6984,6 @@ path-parse@^1.0.7:
69756984
version "1.0.7"
69766985
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
69776986

6978-
path-scurry@^1.10.1:
6979-
version "1.10.1"
6980-
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz"
6981-
dependencies:
6982-
lru-cache "^9.1.1 || ^10.0.0"
6983-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6984-
69856987
path-scurry@^1.6.1:
69866988
version "1.11.1"
69876989
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -6990,6 +6992,14 @@ path-scurry@^1.6.1:
69906992
lru-cache "^10.2.0"
69916993
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
69926994

6995+
path-scurry@^2.0.0:
6996+
version "2.0.0"
6997+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6998+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6999+
dependencies:
7000+
lru-cache "^11.0.0"
7001+
minipass "^7.1.2"
7002+
69937003
69947004
version "0.1.10"
69957005
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz"
@@ -7766,11 +7776,13 @@ rimraf@^3.0.2:
77667776
dependencies:
77677777
glob "^7.1.3"
77687778

7769-
rimraf@^5.0.5:
7770-
version "5.0.5"
7771-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz"
7779+
rimraf@^6.0.1:
7780+
version "6.0.1"
7781+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
7782+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
77727783
dependencies:
7773-
glob "^10.3.7"
7784+
glob "^11.0.0"
7785+
package-json-from-dist "^1.0.0"
77747786

77757787
run-async@^2.4.0:
77767788
version "2.4.1"
@@ -8255,7 +8267,7 @@ string-length@^4.0.1:
82558267
char-regex "^1.0.2"
82568268
strip-ansi "^6.0.0"
82578269

8258-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8270+
"string-width-cjs@npm:string-width@^4.2.0":
82598271
version "4.2.3"
82608272
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
82618273
dependencies:
@@ -8271,6 +8283,14 @@ string-width@^1.0.1:
82718283
is-fullwidth-code-point "^1.0.0"
82728284
strip-ansi "^3.0.0"
82738285

8286+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8287+
version "4.2.3"
8288+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
8289+
dependencies:
8290+
emoji-regex "^8.0.0"
8291+
is-fullwidth-code-point "^3.0.0"
8292+
strip-ansi "^6.0.1"
8293+
82748294
string-width@^2.0.0, string-width@^2.1.1:
82758295
version "2.1.1"
82768296
resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"
@@ -8371,7 +8391,7 @@ stringify-package@^1.0.0, stringify-package@^1.0.1:
83718391
version "1.0.1"
83728392
resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz"
83738393

8374-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8394+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
83758395
version "6.0.1"
83768396
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
83778397
dependencies:
@@ -8395,6 +8415,12 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
83958415
dependencies:
83968416
ansi-regex "^4.1.0"
83978417

8418+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8419+
version "6.0.1"
8420+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
8421+
dependencies:
8422+
ansi-regex "^5.0.1"
8423+
83988424
strip-ansi@^7.0.1:
83998425
version "7.0.1"
84008426
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz"
@@ -9146,7 +9172,7 @@ worker-farm@^1.6.0, worker-farm@^1.7.0:
91469172
dependencies:
91479173
errno "~0.1.7"
91489174

9149-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9175+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
91509176
version "7.0.0"
91519177
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
91529178
dependencies:
@@ -9170,6 +9196,14 @@ wrap-ansi@^6.2.0:
91709196
string-width "^4.1.0"
91719197
strip-ansi "^6.0.0"
91729198

9199+
wrap-ansi@^7.0.0:
9200+
version "7.0.0"
9201+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
9202+
dependencies:
9203+
ansi-styles "^4.0.0"
9204+
string-width "^4.1.0"
9205+
strip-ansi "^6.0.0"
9206+
91739207
wrap-ansi@^8.1.0:
91749208
version "8.1.0"
91759209
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)