Skip to content

Commit c8fdd11

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

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

yarn.lock

Lines changed: 52 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8007,16 +8007,17 @@ glob@^10.3.3:
80078007
minipass "^7.0.4"
80088008
path-scurry "^1.10.2"
80098009

8010-
glob@^10.3.7:
8011-
version "10.3.7"
8012-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.7.tgz#d5bd30a529c8c9b262fb4b217941f64ad90e25ac"
8013-
integrity sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==
8010+
glob@^11.0.0:
8011+
version "11.0.1"
8012+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
8013+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
80148014
dependencies:
80158015
foreground-child "^3.1.0"
8016-
jackspeak "^2.0.3"
8017-
minimatch "^9.0.1"
8018-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8019-
path-scurry "^1.10.1"
8016+
jackspeak "^4.0.1"
8017+
minimatch "^10.0.0"
8018+
minipass "^7.1.2"
8019+
package-json-from-dist "^1.0.0"
8020+
path-scurry "^2.0.0"
80208021

80218022
glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
80228023
version "7.2.3"
@@ -9564,6 +9565,13 @@ jackspeak@^2.0.3, jackspeak@^2.3.6:
95649565
optionalDependencies:
95659566
"@pkgjs/parseargs" "^0.11.0"
95669567

9568+
jackspeak@^4.0.1:
9569+
version "4.1.0"
9570+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
9571+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
9572+
dependencies:
9573+
"@isaacs/cliui" "^8.0.2"
9574+
95679575
java-properties@^1.0.2:
95689576
version "1.0.2"
95699577
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -10707,6 +10715,11 @@ lru-cache@^10.2.0:
1070710715
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
1070810716
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
1070910717

10718+
lru-cache@^11.0.0:
10719+
version "11.0.2"
10720+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
10721+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
10722+
1071010723
lru-cache@^4.1.2:
1071110724
version "4.1.5"
1071210725
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -11505,6 +11518,13 @@ [email protected]:
1150511518
dependencies:
1150611519
brace-expansion "^2.0.1"
1150711520

11521+
minimatch@^10.0.0:
11522+
version "10.0.1"
11523+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
11524+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
11525+
dependencies:
11526+
brace-expansion "^2.0.1"
11527+
1150811528
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
1150911529
version "3.1.2"
1151011530
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -11654,6 +11674,11 @@ minipass@^7.0.2, minipass@^7.0.3:
1165411674
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.3.tgz#05ea638da44e475037ed94d1c7efcc76a25e1974"
1165511675
integrity sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==
1165611676

11677+
minipass@^7.1.2:
11678+
version "7.1.2"
11679+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
11680+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
11681+
1165711682
minizlib@^2.1.1, minizlib@^2.1.2:
1165811683
version "2.1.2"
1165911684
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -12674,6 +12699,11 @@ p-try@^2.0.0:
1267412699
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1267512700
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
1267612701

12702+
package-json-from-dist@^1.0.0:
12703+
version "1.0.1"
12704+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
12705+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
12706+
1267712707
pacote@^17.0.0, pacote@^17.0.4:
1267812708
version "17.0.4"
1267912709
resolved "https://registry.yarnpkg.com/pacote/-/pacote-17.0.4.tgz#4bac6c0745967bde96985ec12fbbfc8dea7140e8"
@@ -12921,6 +12951,14 @@ path-scurry@^1.6.1:
1292112951
lru-cache "^7.14.1"
1292212952
minipass "^4.0.2"
1292312953

12954+
path-scurry@^2.0.0:
12955+
version "2.0.0"
12956+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
12957+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
12958+
dependencies:
12959+
lru-cache "^11.0.0"
12960+
minipass "^7.1.2"
12961+
1292412962
1292512963
version "0.1.7"
1292612964
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -14654,12 +14692,13 @@ right-align@^0.1.1:
1465414692
dependencies:
1465514693
align-text "^0.1.1"
1465614694

14657-
rimraf@5.0.10:
14658-
version "5.0.10"
14659-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
14660-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
14695+
rimraf@6.0.1:
14696+
version "6.0.1"
14697+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
14698+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
1466114699
dependencies:
14662-
glob "^10.3.7"
14700+
glob "^11.0.0"
14701+
package-json-from-dist "^1.0.0"
1466314702

1466414703
rimraf@^2.5.4, rimraf@^2.6.3, rimraf@^2.7.1:
1466514704
version "2.7.1"

0 commit comments

Comments
 (0)