Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 3653313

Browse files
chore(deps): update devdependency rimraf to v5 (#756)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb0f465 commit 3653313

File tree

2 files changed

+36
-31
lines changed

2 files changed

+36
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"nuxt": "^2.16.3",
9696
"prettier": "^2.8.7",
9797
"release-it": "15.10.0",
98-
"rimraf": "^4.4.1",
98+
"rimraf": "^5.0.0",
9999
"siroc": "0.16.0",
100100
"start-server-and-test": "^2.0.0",
101101
"testcafe": "2.4.0",

yarn.lock

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6883,6 +6883,16 @@ glob-to-regexp@^0.4.1:
68836883
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
68846884
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
68856885

6886+
glob@^10.0.0:
6887+
version "10.0.0"
6888+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.0.0.tgz#034ab2e93644ba702e769c3e0558143d3fbd1612"
6889+
integrity sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==
6890+
dependencies:
6891+
fs.realpath "^1.0.0"
6892+
minimatch "^9.0.0"
6893+
minipass "^5.0.0"
6894+
path-scurry "^1.6.4"
6895+
68866896
glob@^7.0.0, glob@^7.0.3, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7, glob@^7.2.0:
68876897
version "7.2.3"
68886898
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -6906,16 +6916,6 @@ glob@^8.0.3, glob@^8.1.0:
69066916
minimatch "^5.0.1"
69076917
once "^1.3.0"
69086918

6909-
glob@^9.2.0:
6910-
version "9.3.2"
6911-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.2.tgz#8528522e003819e63d11c979b30896e0eaf52eda"
6912-
integrity sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==
6913-
dependencies:
6914-
fs.realpath "^1.0.0"
6915-
minimatch "^7.4.1"
6916-
minipass "^4.2.4"
6917-
path-scurry "^1.6.1"
6918-
69196919
global-dirs@^3.0.0:
69206920
version "3.0.1"
69216921
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.1.tgz#0c488971f066baceda21447aecb1a8b911d22485"
@@ -8861,10 +8861,10 @@ lru-cache@^6.0.0:
88618861
dependencies:
88628862
yallist "^4.0.0"
88638863

8864-
lru-cache@^7.14.1:
8865-
version "7.18.3"
8866-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
8867-
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
8864+
lru-cache@^9.0.0:
8865+
version "9.0.0"
8866+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.0.0.tgz#daece36a9fc332e93f8e75f3fcfd17900253567c"
8867+
integrity sha512-9AEKXzvOZc4BMacFnYiTOlDH/197LNnQIK9wZ6iMB5NXPzuv4bWR/Msv7iUMplkiMQ1qQL+KSv/JF1mZAB5Lrg==
88688868

88698869
macos-release@^3.0.1, macos-release@^3.1.0:
88708870
version "3.1.0"
@@ -9163,10 +9163,10 @@ minimatch@^5.0.1:
91639163
dependencies:
91649164
brace-expansion "^2.0.1"
91659165

9166-
minimatch@^7.4.1:
9167-
version "7.4.3"
9168-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.3.tgz#012cbf110a65134bb354ae9773b55256cdb045a2"
9169-
integrity sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==
9166+
minimatch@^9.0.0:
9167+
version "9.0.0"
9168+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
9169+
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
91709170
dependencies:
91719171
brace-expansion "^2.0.1"
91729172

@@ -9219,11 +9219,16 @@ minipass@^3.0.0, minipass@^3.1.1:
92199219
dependencies:
92209220
yallist "^4.0.0"
92219221

9222-
minipass@^4.0.0, minipass@^4.0.2, minipass@^4.2.4:
9222+
minipass@^4.0.0:
92239223
version "4.2.5"
92249224
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb"
92259225
integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==
92269226

9227+
minipass@^5.0.0:
9228+
version "5.0.0"
9229+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
9230+
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
9231+
92279232
minizlib@^2.1.1:
92289233
version "2.1.2"
92299234
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -10157,13 +10162,13 @@ path-parse@^1.0.7:
1015710162
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1015810163
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
1015910164

10160-
path-scurry@^1.6.1:
10161-
version "1.6.3"
10162-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.3.tgz#4eba7183d64ef88b63c7d330bddc3ba279dc6c40"
10163-
integrity sha512-RAmB+n30SlN+HnNx6EbcpoDy9nwdpcGPnEKrJnu6GZoDWBdIjo1UQMVtW2ybtC7LC2oKLcMq8y5g8WnKLiod9g==
10165+
path-scurry@^1.6.4:
10166+
version "1.6.4"
10167+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4.tgz#020a9449e5382a4acb684f9c7e1283bc5695de66"
10168+
integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==
1016410169
dependencies:
10165-
lru-cache "^7.14.1"
10166-
minipass "^4.0.2"
10170+
lru-cache "^9.0.0"
10171+
minipass "^5.0.0"
1016710172

1016810173
path-type@^3.0.0:
1016910174
version "3.0.0"
@@ -11662,12 +11667,12 @@ rimraf@^3.0.0, rimraf@^3.0.2:
1166211667
dependencies:
1166311668
glob "^7.1.3"
1166411669

11665-
rimraf@^4.4.1:
11666-
version "4.4.1"
11667-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1.tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755"
11668-
integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==
11670+
rimraf@^5.0.0:
11671+
version "5.0.0"
11672+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0.tgz#5bda14e410d7e4dd522154891395802ce032c2cb"
11673+
integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==
1166911674
dependencies:
11670-
glob "^9.2.0"
11675+
glob "^10.0.0"
1167111676

1167211677
ripemd160@^2.0.0, ripemd160@^2.0.1:
1167311678
version "2.0.2"

0 commit comments

Comments
 (0)