Skip to content

Commit 5bf1e30

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 8edf274 commit 5bf1e30

File tree

2 files changed

+50
-38
lines changed

2 files changed

+50
-38
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

+49-37
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"
@@ -4232,15 +4228,17 @@ [email protected], glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
42324228
once "^1.3.0"
42334229
path-is-absolute "^1.0.0"
42344230

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

42454243
glob@^8.0.0:
42464244
version "8.1.0"
@@ -5121,13 +5119,12 @@ [email protected]:
51215119
version "1.2.1"
51225120
resolved "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz"
51235121

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

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

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

5986-
"lru-cache@^9.1.1 || ^10.0.0":
5987-
version "10.0.1"
5988-
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz"
5989-
59905988
lru-queue@^0.1.0:
59915989
version "0.1.0"
59925990
resolved "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz"
@@ -6140,6 +6138,13 @@ min-indent@^1.0.0:
61406138
version "1.0.1"
61416139
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
61426140

6141+
minimatch@^10.0.0:
6142+
version "10.0.1"
6143+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6144+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6145+
dependencies:
6146+
brace-expansion "^2.0.1"
6147+
61436148
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
61446149
version "3.1.2"
61456150
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
@@ -6160,12 +6165,6 @@ minimatch@^8.0.2:
61606165
dependencies:
61616166
brace-expansion "^2.0.1"
61626167

6163-
minimatch@^9.0.1:
6164-
version "9.0.3"
6165-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz"
6166-
dependencies:
6167-
brace-expansion "^2.0.1"
6168-
61696168
61706169
version "4.1.0"
61716170
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
@@ -6202,6 +6201,11 @@ minipass@^4.2.4:
62026201
version "7.0.4"
62036202
resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz"
62046203

6204+
minipass@^7.1.2:
6205+
version "7.1.2"
6206+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
6207+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
6208+
62056209
minizlib@^1.3.3:
62066210
version "1.3.3"
62076211
resolved "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz"
@@ -6847,6 +6851,11 @@ p-try@^2.0.0:
68476851
version "2.2.0"
68486852
resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz"
68496853

6854+
package-json-from-dist@^1.0.0:
6855+
version "1.0.1"
6856+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
6857+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
6858+
68506859
package-json@^4.0.0:
68516860
version "4.0.1"
68526861
resolved "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz"
@@ -6977,13 +6986,6 @@ path-parse@^1.0.7:
69776986
version "1.0.7"
69786987
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
69796988

6980-
path-scurry@^1.10.1:
6981-
version "1.10.1"
6982-
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz"
6983-
dependencies:
6984-
lru-cache "^9.1.1 || ^10.0.0"
6985-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6986-
69876989
path-scurry@^1.6.1:
69886990
version "1.11.1"
69896991
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -6992,6 +6994,14 @@ path-scurry@^1.6.1:
69926994
lru-cache "^10.2.0"
69936995
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
69946996

6997+
path-scurry@^2.0.0:
6998+
version "2.0.0"
6999+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7000+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7001+
dependencies:
7002+
lru-cache "^11.0.0"
7003+
minipass "^7.1.2"
7004+
69957005
69967006
version "0.1.10"
69977007
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz"
@@ -7768,11 +7778,13 @@ rimraf@^3.0.2:
77687778
dependencies:
77697779
glob "^7.1.3"
77707780

7771-
rimraf@^5.0.5:
7772-
version "5.0.5"
7773-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz"
7781+
rimraf@^6.0.1:
7782+
version "6.0.1"
7783+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
7784+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
77747785
dependencies:
7775-
glob "^10.3.7"
7786+
glob "^11.0.0"
7787+
package-json-from-dist "^1.0.0"
77767788

77777789
run-async@^2.4.0:
77787790
version "2.4.1"

0 commit comments

Comments
 (0)