Skip to content

Commit c57a48a

Browse files
chore(deps): update dependency rimraf to v6
1 parent 7a4676f commit c57a48a

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

yarn.lock

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8030,16 +8030,17 @@ glob@^10.3.3:
80308030
minipass "^7.0.4"
80318031
path-scurry "^1.10.2"
80328032

8033-
glob@^10.3.7:
8034-
version "10.3.7"
8035-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
8036-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
8033+
glob@^11.0.0:
8034+
version "11.0.1"
8035+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
8036+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
80378037
dependencies:
80388038
foreground-child "^3.1.0"
8039-
jackspeak "^2.0.3"
8040-
minimatch "^9.0.1"
8041-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8042-
path-scurry "^1.10.1"
8039+
jackspeak "^4.0.1"
8040+
minimatch "^10.0.0"
8041+
minipass "^7.1.2"
8042+
package-json-from-dist "^1.0.0"
8043+
path-scurry "^2.0.0"
80438044

80448045
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
80458046
version "7.2.3"
@@ -9587,6 +9588,13 @@ jackspeak@^2.0.3, jackspeak@^2.3.6:
95879588
optionalDependencies:
95889589
"@pkgjs/parseargs" "^0.11.0"
95899590

9591+
jackspeak@^4.0.1:
9592+
version "4.1.0"
9593+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
9594+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
9595+
dependencies:
9596+
"@isaacs/cliui" "^8.0.2"
9597+
95909598
java-properties@^1.0.2:
95919599
version "1.0.2"
95929600
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -10730,6 +10738,11 @@ lru-cache@^10.2.0:
1073010738
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
1073110739
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
1073210740

10741+
lru-cache@^11.0.0:
10742+
version "11.1.0"
10743+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
10744+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
10745+
1073310746
lru-cache@^4.1.2:
1073410747
version "4.1.5"
1073510748
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -11528,6 +11541,13 @@ [email protected]:
1152811541
dependencies:
1152911542
brace-expansion "^2.0.1"
1153011543

11544+
minimatch@^10.0.0:
11545+
version "10.0.1"
11546+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
11547+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
11548+
dependencies:
11549+
brace-expansion "^2.0.1"
11550+
1153111551
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1153211552
version "3.1.2"
1153311553
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -11677,6 +11697,11 @@ minipass@^7.0.2, minipass@^7.0.3:
1167711697
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
1167811698
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
1167911699

11700+
minipass@^7.1.2:
11701+
version "7.1.2"
11702+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
11703+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
11704+
1168011705
minizlib@^2.1.1, minizlib@^2.1.2:
1168111706
version "2.1.2"
1168211707
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -12697,6 +12722,11 @@ p-try@^2.0.0:
1269712722
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1269812723
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
1269912724

12725+
package-json-from-dist@^1.0.0:
12726+
version "1.0.1"
12727+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
12728+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
12729+
1270012730
pacote@^17.0.0, pacote@^17.0.4:
1270112731
version "17.0.4"
1270212732
resolved "https://registry.yarnpkg.com/pacote/-/pacote-17.0.4.tgz#4bac6c0745967bde96985ec12fbbfc8dea7140e8"
@@ -12944,6 +12974,14 @@ path-scurry@^1.6.1:
1294412974
lru-cache "^7.14.1"
1294512975
minipass "^4.0.2"
1294612976

12977+
path-scurry@^2.0.0:
12978+
version "2.0.0"
12979+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
12980+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
12981+
dependencies:
12982+
lru-cache "^11.0.0"
12983+
minipass "^7.1.2"
12984+
1294712985
1294812986
version "0.1.7"
1294912987
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -14682,12 +14720,13 @@ right-align@^0.1.1:
1468214720
dependencies:
1468314721
align-text "^0.1.1"
1468414722

14685-
rimraf@5.0.10:
14686-
version "5.0.10"
14687-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
14688-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
14723+
rimraf@6.0.1:
14724+
version "6.0.1"
14725+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
14726+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1468914727
dependencies:
14690-
glob "^10.3.7"
14728+
glob "^11.0.0"
14729+
package-json-from-dist "^1.0.0"
1469114730

1469214731
rimraf@^2.5.4, rimraf@^2.6.3, rimraf@^2.7.1:
1469314732
version "2.7.1"

0 commit comments

Comments
 (0)