Skip to content

Commit 14ad914

Browse files
chore(deps): update dependency rimraf to v6
1 parent 2861147 commit 14ad914

File tree

2 files changed

+74
-15
lines changed

2 files changed

+74
-15
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.5",
7979
"vue": "^3.0.0",

yarn.lock

Lines changed: 73 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,6 +1808,18 @@
18081808
cssnano-preset-default "^4.0.0"
18091809
postcss "^7.0.0"
18101810

1811+
"@isaacs/balanced-match@^4.0.1":
1812+
version "4.0.1"
1813+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1814+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1815+
1816+
"@isaacs/brace-expansion@^5.0.0":
1817+
version "5.0.0"
1818+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
1819+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
1820+
dependencies:
1821+
"@isaacs/balanced-match" "^4.0.1"
1822+
18111823
"@isaacs/cliui@^8.0.2":
18121824
version "8.0.2"
18131825
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -7683,6 +7695,14 @@ foreground-child@^3.1.0:
76837695
cross-spawn "^7.0.0"
76847696
signal-exit "^4.0.1"
76857697

7698+
foreground-child@^3.3.1:
7699+
version "3.3.1"
7700+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
7701+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
7702+
dependencies:
7703+
cross-spawn "^7.0.6"
7704+
signal-exit "^4.0.1"
7705+
76867706
form-data@^3.0.0:
76877707
version "3.0.1"
76887708
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
@@ -8030,16 +8050,17 @@ glob@^10.3.3:
80308050
minipass "^7.0.4"
80318051
path-scurry "^1.10.2"
80328052

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==
8053+
glob@^11.0.0:
8054+
version "11.0.3"
8055+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
8056+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
80378057
dependencies:
8038-
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"
8058+
foreground-child "^3.3.1"
8059+
jackspeak "^4.1.1"
8060+
minimatch "^10.0.3"
8061+
minipass "^7.1.2"
8062+
package-json-from-dist "^1.0.0"
8063+
path-scurry "^2.0.0"
80438064

80448065
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
80458066
version "7.2.3"
@@ -9587,6 +9608,13 @@ jackspeak@^2.0.3, jackspeak@^2.3.6:
95879608
optionalDependencies:
95889609
"@pkgjs/parseargs" "^0.11.0"
95899610

9611+
jackspeak@^4.1.1:
9612+
version "4.1.1"
9613+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
9614+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
9615+
dependencies:
9616+
"@isaacs/cliui" "^8.0.2"
9617+
95909618
java-properties@^1.0.2:
95919619
version "1.0.2"
95929620
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -10730,6 +10758,11 @@ lru-cache@^10.2.0:
1073010758
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
1073110759
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
1073210760

10761+
lru-cache@^11.0.0:
10762+
version "11.1.0"
10763+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
10764+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
10765+
1073310766
lru-cache@^4.1.2:
1073410767
version "4.1.5"
1073510768
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -11528,6 +11561,13 @@ [email protected]:
1152811561
dependencies:
1152911562
brace-expansion "^2.0.1"
1153011563

11564+
minimatch@^10.0.3:
11565+
version "10.0.3"
11566+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
11567+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
11568+
dependencies:
11569+
"@isaacs/brace-expansion" "^5.0.0"
11570+
1153111571
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1153211572
version "3.1.2"
1153311573
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -11677,6 +11717,11 @@ minipass@^7.0.2, minipass@^7.0.3:
1167711717
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
1167811718
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
1167911719

11720+
minipass@^7.1.2:
11721+
version "7.1.2"
11722+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
11723+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
11724+
1168011725
minizlib@^2.1.1, minizlib@^2.1.2:
1168111726
version "2.1.2"
1168211727
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -12697,6 +12742,11 @@ p-try@^2.0.0:
1269712742
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1269812743
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
1269912744

12745+
package-json-from-dist@^1.0.0:
12746+
version "1.0.1"
12747+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
12748+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
12749+
1270012750
pacote@^17.0.0, pacote@^17.0.4:
1270112751
version "17.0.4"
1270212752
resolved "https://registry.yarnpkg.com/pacote/-/pacote-17.0.4.tgz#4bac6c0745967bde96985ec12fbbfc8dea7140e8"
@@ -12944,6 +12994,14 @@ path-scurry@^1.6.1:
1294412994
lru-cache "^7.14.1"
1294512995
minipass "^4.0.2"
1294612996

12997+
path-scurry@^2.0.0:
12998+
version "2.0.0"
12999+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
13000+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
13001+
dependencies:
13002+
lru-cache "^11.0.0"
13003+
minipass "^7.1.2"
13004+
1294713005
1294813006
version "0.1.7"
1294913007
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -14682,12 +14740,13 @@ right-align@^0.1.1:
1468214740
dependencies:
1468314741
align-text "^0.1.1"
1468414742

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==
14743+
rimraf@6.0.1:
14744+
version "6.0.1"
14745+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
14746+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1468914747
dependencies:
14690-
glob "^10.3.7"
14748+
glob "^11.0.0"
14749+
package-json-from-dist "^1.0.0"
1469114750

1469214751
rimraf@^2.5.4, rimraf@^2.6.3, rimraf@^2.7.1:
1469314752
version "2.7.1"

0 commit comments

Comments
 (0)