Skip to content

Commit 3dee6a7

Browse files
chore(deps): update dependency rimraf to v6
1 parent ca1a508 commit 3dee6a7

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.1.0",
7777
"semantic-release": "22.0.12",
7878
"vite": "6.4.1",
7979
"vue": "^3.0.0",

yarn.lock

Lines changed: 73 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,6 +1955,18 @@
19551955
cssnano-preset-default "^4.0.0"
19561956
postcss "^7.0.0"
19571957

1958+
"@isaacs/balanced-match@^4.0.1":
1959+
version "4.0.1"
1960+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1961+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1962+
1963+
"@isaacs/brace-expansion@^5.0.0":
1964+
version "5.0.0"
1965+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
1966+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
1967+
dependencies:
1968+
"@isaacs/balanced-match" "^4.0.1"
1969+
19581970
"@isaacs/cliui@^8.0.2":
19591971
version "8.0.2"
19601972
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -7836,6 +7848,14 @@ foreground-child@^3.1.0:
78367848
cross-spawn "^7.0.0"
78377849
signal-exit "^4.0.1"
78387850

7851+
foreground-child@^3.3.1:
7852+
version "3.3.1"
7853+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
7854+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
7855+
dependencies:
7856+
cross-spawn "^7.0.6"
7857+
signal-exit "^4.0.1"
7858+
78397859
form-data@^3.0.0:
78407860
version "3.0.1"
78417861
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
@@ -8204,16 +8224,17 @@ glob@^10.3.3:
82048224
minipass "^7.0.4"
82058225
path-scurry "^1.10.2"
82068226

8207-
glob@^10.3.7:
8208-
version "10.3.7"
8209-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
8210-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
8227+
glob@^11.0.3:
8228+
version "11.0.3"
8229+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
8230+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
82118231
dependencies:
8212-
foreground-child "^3.1.0"
8213-
jackspeak "^2.0.3"
8214-
minimatch "^9.0.1"
8215-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8216-
path-scurry "^1.10.1"
8232+
foreground-child "^3.3.1"
8233+
jackspeak "^4.1.1"
8234+
minimatch "^10.0.3"
8235+
minipass "^7.1.2"
8236+
package-json-from-dist "^1.0.0"
8237+
path-scurry "^2.0.0"
82178238

82188239
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
82198240
version "7.2.3"
@@ -9760,6 +9781,13 @@ jackspeak@^2.0.3, jackspeak@^2.3.6:
97609781
optionalDependencies:
97619782
"@pkgjs/parseargs" "^0.11.0"
97629783

9784+
jackspeak@^4.1.1:
9785+
version "4.1.1"
9786+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
9787+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
9788+
dependencies:
9789+
"@isaacs/cliui" "^8.0.2"
9790+
97639791
java-properties@^1.0.2:
97649792
version "1.0.2"
97659793
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -10903,6 +10931,11 @@ lru-cache@^10.2.0:
1090310931
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
1090410932
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
1090510933

10934+
lru-cache@^11.0.0:
10935+
version "11.2.2"
10936+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
10937+
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
10938+
1090610939
lru-cache@^4.1.2:
1090710940
version "4.1.5"
1090810941
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -11701,6 +11734,13 @@ [email protected]:
1170111734
dependencies:
1170211735
brace-expansion "^2.0.1"
1170311736

11737+
minimatch@^10.0.3:
11738+
version "10.1.1"
11739+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
11740+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
11741+
dependencies:
11742+
"@isaacs/brace-expansion" "^5.0.0"
11743+
1170411744
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1170511745
version "3.1.2"
1170611746
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -11850,6 +11890,11 @@ minipass@^7.0.2, minipass@^7.0.3:
1185011890
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
1185111891
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
1185211892

11893+
minipass@^7.1.2:
11894+
version "7.1.2"
11895+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
11896+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
11897+
1185311898
minizlib@^2.1.1, minizlib@^2.1.2:
1185411899
version "2.1.2"
1185511900
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -12870,6 +12915,11 @@ p-try@^2.0.0:
1287012915
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1287112916
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
1287212917

12918+
package-json-from-dist@^1.0.0, package-json-from-dist@^1.0.1:
12919+
version "1.0.1"
12920+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
12921+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
12922+
1287312923
pacote@^17.0.0, pacote@^17.0.4:
1287412924
version "17.0.4"
1287512925
resolved "https://registry.yarnpkg.com/pacote/-/pacote-17.0.4.tgz#4bac6c0745967bde96985ec12fbbfc8dea7140e8"
@@ -13117,6 +13167,14 @@ path-scurry@^1.6.1:
1311713167
lru-cache "^7.14.1"
1311813168
minipass "^4.0.2"
1311913169

13170+
path-scurry@^2.0.0:
13171+
version "2.0.0"
13172+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
13173+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
13174+
dependencies:
13175+
lru-cache "^11.0.0"
13176+
minipass "^7.1.2"
13177+
1312013178
1312113179
version "0.1.7"
1312213180
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -14855,12 +14913,13 @@ right-align@^0.1.1:
1485514913
dependencies:
1485614914
align-text "^0.1.1"
1485714915

14858-
rimraf@5.0.10:
14859-
version "5.0.10"
14860-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
14861-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
14916+
rimraf@6.1.0:
14917+
version "6.1.0"
14918+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.0.tgz#b9168360a26e10ffaca0c8b803f47069f99ca47e"
14919+
integrity sha512-DxdlA1bdNzkZK7JiNWH+BAx1x4tEJWoTofIopFo6qWUU94jYrFZ0ubY05TqH3nWPJ1nKa1JWVFDINZ3fnrle/A==
1486214920
dependencies:
14863-
glob "^10.3.7"
14921+
glob "^11.0.3"
14922+
package-json-from-dist "^1.0.1"
1486414923

1486514924
rimraf@^2.5.4, rimraf@^2.6.3, rimraf@^2.7.1:
1486614925
version "2.7.1"

0 commit comments

Comments
 (0)