Skip to content

Commit b213451

Browse files
chore(deps): update dependency rimraf to v6
1 parent 21eb5a7 commit b213451

File tree

2 files changed

+51
-45
lines changed

2 files changed

+51
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"prettier": "^3.0.0",
148148
"process": "^0.11.10",
149149
"readable-stream": "^4.4.0",
150-
"rimraf": "^5.0.0",
150+
"rimraf": "^6.0.0",
151151
"semantic-release": "^19.0.3",
152152
"tar-stream": "^3.1.2",
153153
"ts-jest": "^29.1.0",

yarn.lock

Lines changed: 50 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,18 @@
300300
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz"
301301
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
302302

303+
"@isaacs/balanced-match@^4.0.1":
304+
version "4.0.1"
305+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
306+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
307+
308+
"@isaacs/brace-expansion@^5.0.0":
309+
version "5.0.0"
310+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
311+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
312+
dependencies:
313+
"@isaacs/balanced-match" "^4.0.1"
314+
303315
"@isaacs/cliui@^8.0.2":
304316
version "8.0.2"
305317
resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz"
@@ -883,11 +895,6 @@
883895
dependencies:
884896
"@octokit/openapi-types" "^18.0.0"
885897

886-
"@pkgjs/parseargs@^0.11.0":
887-
version "0.11.0"
888-
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
889-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
890-
891898
"@pnpm/config.env-replace@^1.1.0":
892899
version "1.1.0"
893900
resolved "https://registry.npmjs.org/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz"
@@ -3110,9 +3117,9 @@ for-each@^0.3.5:
31103117
dependencies:
31113118
is-callable "^1.2.7"
31123119

3113-
foreground-child@^3.1.0:
3120+
foreground-child@^3.3.1:
31143121
version "3.3.1"
3115-
resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz"
3122+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
31163123
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
31173124
dependencies:
31183125
cross-spawn "^7.0.6"
@@ -3259,17 +3266,17 @@ glob-to-regexp@^0.4.1:
32593266
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
32603267
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
32613268

3262-
glob@^10.3.7:
3263-
version "10.4.5"
3264-
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
3265-
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
3269+
glob@^11.0.0:
3270+
version "11.0.3"
3271+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
3272+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
32663273
dependencies:
3267-
foreground-child "^3.1.0"
3268-
jackspeak "^3.1.2"
3269-
minimatch "^9.0.4"
3274+
foreground-child "^3.3.1"
3275+
jackspeak "^4.1.1"
3276+
minimatch "^10.0.3"
32703277
minipass "^7.1.2"
32713278
package-json-from-dist "^1.0.0"
3272-
path-scurry "^1.11.1"
3279+
path-scurry "^2.0.0"
32733280

32743281
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
32753282
version "7.2.3"
@@ -3991,14 +3998,12 @@ istanbul-reports@^3.1.3:
39913998
html-escaper "^2.0.0"
39923999
istanbul-lib-report "^3.0.0"
39934000

3994-
jackspeak@^3.1.2:
3995-
version "3.4.3"
3996-
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz"
3997-
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
4001+
jackspeak@^4.1.1:
4002+
version "4.1.1"
4003+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
4004+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
39984005
dependencies:
39994006
"@isaacs/cliui" "^8.0.2"
4000-
optionalDependencies:
4001-
"@pkgjs/parseargs" "^0.11.0"
40024007

40034008
jake@^10.8.5:
40044009
version "10.9.2"
@@ -4677,10 +4682,10 @@ lower-case@^2.0.2:
46774682
dependencies:
46784683
tslib "^2.0.3"
46794684

4680-
lru-cache@^10.2.0:
4681-
version "10.4.3"
4682-
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz"
4683-
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
4685+
lru-cache@^11.0.0:
4686+
version "11.1.0"
4687+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
4688+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
46844689

46854690
lru-cache@^5.1.1:
46864691
version "5.1.1"
@@ -4873,6 +4878,13 @@ minimalistic-assert@^1.0.0:
48734878
resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz"
48744879
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
48754880

4881+
minimatch@^10.0.3:
4882+
version "10.0.3"
4883+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
4884+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
4885+
dependencies:
4886+
"@isaacs/brace-expansion" "^5.0.0"
4887+
48764888
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
48774889
version "3.1.2"
48784890
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
@@ -4887,13 +4899,6 @@ minimatch@^5.0.1, minimatch@^5.1.0:
48874899
dependencies:
48884900
brace-expansion "^2.0.1"
48894901

4890-
minimatch@^9.0.4:
4891-
version "9.0.5"
4892-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz"
4893-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4894-
dependencies:
4895-
brace-expansion "^2.0.1"
4896-
48974902
minimist-options@4.1.0:
48984903
version "4.1.0"
48994904
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
@@ -4974,7 +4979,7 @@ minipass@^5.0.0:
49744979
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
49754980
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
49764981

4977-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
4982+
minipass@^7.1.2:
49784983
version "7.1.2"
49794984
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz"
49804985
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
@@ -5643,13 +5648,13 @@ path-parse@^1.0.7:
56435648
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
56445649
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
56455650

5646-
path-scurry@^1.11.1:
5647-
version "1.11.1"
5648-
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz"
5649-
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
5651+
path-scurry@^2.0.0:
5652+
version "2.0.0"
5653+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
5654+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
56505655
dependencies:
5651-
lru-cache "^10.2.0"
5652-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5656+
lru-cache "^11.0.0"
5657+
minipass "^7.1.2"
56535658

56545659
path-to-regexp@0.1.12:
56555660
version "0.1.12"
@@ -6095,12 +6100,13 @@ rimraf@^3.0.0, rimraf@^3.0.2:
60956100
dependencies:
60966101
glob "^7.1.3"
60976102

6098-
rimraf@^5.0.0:
6099-
version "5.0.10"
6100-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz"
6101-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
6103+
rimraf@^6.0.0:
6104+
version "6.0.1"
6105+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
6106+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
61026107
dependencies:
6103-
glob "^10.3.7"
6108+
glob "^11.0.0"
6109+
package-json-from-dist "^1.0.0"
61046110

61056111
run-parallel@^1.1.9:
61066112
version "1.2.0"

0 commit comments

Comments
 (0)