Skip to content

Commit c203884

Browse files
chore(deps): update dependency rimraf to v6
1 parent 8657b49 commit c203884

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.3",
7979
"vue": "^3.0.0",

yarn.lock

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8020,16 +8020,17 @@ glob@^10.3.3:
80208020
minipass "^7.0.4"
80218021
path-scurry "^1.10.2"
80228022

8023-
glob@^10.3.7:
8024-
version "10.3.7"
8025-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
8026-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
8023+
glob@^11.0.0:
8024+
version "11.0.1"
8025+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
8026+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
80278027
dependencies:
80288028
foreground-child "^3.1.0"
8029-
jackspeak "^2.0.3"
8030-
minimatch "^9.0.1"
8031-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8032-
path-scurry "^1.10.1"
8029+
jackspeak "^4.0.1"
8030+
minimatch "^10.0.0"
8031+
minipass "^7.1.2"
8032+
package-json-from-dist "^1.0.0"
8033+
path-scurry "^2.0.0"
80338034

80348035
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
80358036
version "7.2.3"
@@ -9577,6 +9578,13 @@ jackspeak@^2.0.3, jackspeak@^2.3.6:
95779578
optionalDependencies:
95789579
"@pkgjs/parseargs" "^0.11.0"
95799580

9581+
jackspeak@^4.0.1:
9582+
version "4.1.0"
9583+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
9584+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
9585+
dependencies:
9586+
"@isaacs/cliui" "^8.0.2"
9587+
95809588
java-properties@^1.0.2:
95819589
version "1.0.2"
95829590
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -10720,6 +10728,11 @@ lru-cache@^10.2.0:
1072010728
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
1072110729
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
1072210730

10731+
lru-cache@^11.0.0:
10732+
version "11.1.0"
10733+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
10734+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
10735+
1072310736
lru-cache@^4.1.2:
1072410737
version "4.1.5"
1072510738
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -11518,6 +11531,13 @@ [email protected]:
1151811531
dependencies:
1151911532
brace-expansion "^2.0.1"
1152011533

11534+
minimatch@^10.0.0:
11535+
version "10.0.1"
11536+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
11537+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
11538+
dependencies:
11539+
brace-expansion "^2.0.1"
11540+
1152111541
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1152211542
version "3.1.2"
1152311543
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -11667,6 +11687,11 @@ minipass@^7.0.2, minipass@^7.0.3:
1166711687
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
1166811688
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
1166911689

11690+
minipass@^7.1.2:
11691+
version "7.1.2"
11692+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
11693+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
11694+
1167011695
minizlib@^2.1.1, minizlib@^2.1.2:
1167111696
version "2.1.2"
1167211697
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -12687,6 +12712,11 @@ p-try@^2.0.0:
1268712712
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1268812713
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
1268912714

12715+
package-json-from-dist@^1.0.0:
12716+
version "1.0.1"
12717+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
12718+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
12719+
1269012720
pacote@^17.0.0, pacote@^17.0.4:
1269112721
version "17.0.4"
1269212722
resolved "https://registry.yarnpkg.com/pacote/-/pacote-17.0.4.tgz#4bac6c0745967bde96985ec12fbbfc8dea7140e8"
@@ -12934,6 +12964,14 @@ path-scurry@^1.6.1:
1293412964
lru-cache "^7.14.1"
1293512965
minipass "^4.0.2"
1293612966

12967+
path-scurry@^2.0.0:
12968+
version "2.0.0"
12969+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
12970+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
12971+
dependencies:
12972+
lru-cache "^11.0.0"
12973+
minipass "^7.1.2"
12974+
1293712975
1293812976
version "0.1.7"
1293912977
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -14667,12 +14705,13 @@ right-align@^0.1.1:
1466714705
dependencies:
1466814706
align-text "^0.1.1"
1466914707

14670-
rimraf@5.0.10:
14671-
version "5.0.10"
14672-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
14673-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
14708+
rimraf@6.0.1:
14709+
version "6.0.1"
14710+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
14711+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1467414712
dependencies:
14675-
glob "^10.3.7"
14713+
glob "^11.0.0"
14714+
package-json-from-dist "^1.0.0"
1467614715

1467714716
rimraf@^2.5.4, rimraf@^2.6.3, rimraf@^2.7.1:
1467814717
version "2.7.1"

0 commit comments

Comments
 (0)