Skip to content

Commit b0e763b

Browse files
chore(deps): update dependency rimraf to v6
1 parent bf077d9 commit b0e763b

File tree

2 files changed

+53
-14
lines changed

2 files changed

+53
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"regenerator-runtime": "0.14.1",
7474
"remark-cli": "11.0.0",
7575
"remark-toc": "9.0.0",
76-
"rimraf": "5.0.10",
76+
"rimraf": "6.0.1",
7777
"semantic-release": "22.0.12",
7878
"vite": "6.2.0",
7979
"vue": "^3.0.0",

yarn.lock

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8002,16 +8002,17 @@ glob@^10.3.3:
80028002
minipass "^7.0.4"
80038003
path-scurry "^1.10.2"
80048004

8005-
glob@^10.3.7:
8006-
version "10.3.7"
8007-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
8008-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
8005+
glob@^11.0.0:
8006+
version "11.0.1"
8007+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
8008+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
80098009
dependencies:
80108010
foreground-child "^3.1.0"
8011-
jackspeak "^2.0.3"
8012-
minimatch "^9.0.1"
8013-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8014-
path-scurry "^1.10.1"
8011+
jackspeak "^4.0.1"
8012+
minimatch "^10.0.0"
8013+
minipass "^7.1.2"
8014+
package-json-from-dist "^1.0.0"
8015+
path-scurry "^2.0.0"
80158016

80168017
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
80178018
version "7.2.3"
@@ -9559,6 +9560,13 @@ jackspeak@^2.0.3, jackspeak@^2.3.6:
95599560
optionalDependencies:
95609561
"@pkgjs/parseargs" "^0.11.0"
95619562

9563+
jackspeak@^4.0.1:
9564+
version "4.1.0"
9565+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
9566+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
9567+
dependencies:
9568+
"@isaacs/cliui" "^8.0.2"
9569+
95629570
java-properties@^1.0.2:
95639571
version "1.0.2"
95649572
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -10702,6 +10710,11 @@ lru-cache@^10.2.0:
1070210710
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
1070310711
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
1070410712

10713+
lru-cache@^11.0.0:
10714+
version "11.0.2"
10715+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
10716+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
10717+
1070510718
lru-cache@^4.1.2:
1070610719
version "4.1.5"
1070710720
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -11500,6 +11513,13 @@ [email protected]:
1150011513
dependencies:
1150111514
brace-expansion "^2.0.1"
1150211515

11516+
minimatch@^10.0.0:
11517+
version "10.0.1"
11518+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
11519+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
11520+
dependencies:
11521+
brace-expansion "^2.0.1"
11522+
1150311523
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1150411524
version "3.1.2"
1150511525
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -11649,6 +11669,11 @@ minipass@^7.0.2, minipass@^7.0.3:
1164911669
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
1165011670
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
1165111671

11672+
minipass@^7.1.2:
11673+
version "7.1.2"
11674+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
11675+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
11676+
1165211677
minizlib@^2.1.1, minizlib@^2.1.2:
1165311678
version "2.1.2"
1165411679
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -12669,6 +12694,11 @@ p-try@^2.0.0:
1266912694
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1267012695
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
1267112696

12697+
package-json-from-dist@^1.0.0:
12698+
version "1.0.1"
12699+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
12700+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
12701+
1267212702
pacote@^17.0.0, pacote@^17.0.4:
1267312703
version "17.0.4"
1267412704
resolved "https://registry.yarnpkg.com/pacote/-/pacote-17.0.4.tgz#4bac6c0745967bde96985ec12fbbfc8dea7140e8"
@@ -12916,6 +12946,14 @@ path-scurry@^1.6.1:
1291612946
lru-cache "^7.14.1"
1291712947
minipass "^4.0.2"
1291812948

12949+
path-scurry@^2.0.0:
12950+
version "2.0.0"
12951+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
12952+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
12953+
dependencies:
12954+
lru-cache "^11.0.0"
12955+
minipass "^7.1.2"
12956+
1291912957
1292012958
version "0.1.7"
1292112959
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -14649,12 +14687,13 @@ right-align@^0.1.1:
1464914687
dependencies:
1465014688
align-text "^0.1.1"
1465114689

14652-
rimraf@5.0.10:
14653-
version "5.0.10"
14654-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
14655-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
14690+
rimraf@6.0.1:
14691+
version "6.0.1"
14692+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
14693+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1465614694
dependencies:
14657-
glob "^10.3.7"
14695+
glob "^11.0.0"
14696+
package-json-from-dist "^1.0.0"
1465814697

1465914698
rimraf@^2.5.4, rimraf@^2.6.3, rimraf@^2.7.1:
1466014699
version "2.7.1"

0 commit comments

Comments
 (0)