Skip to content

Commit 282b8f7

Browse files
build(deps-dev): bump rimraf from 5.0.7 to 6.0.1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.7...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4ad348 commit 282b8f7

File tree

2 files changed

+47
-40
lines changed

2 files changed

+47
-40
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"postcss": "^8.4.40",
5757
"release-it": "^15.11.0",
5858
"release-it-lerna-changelog": "^5.0.0",
59-
"rimraf": "^5.0.7",
59+
"rimraf": "^6.0.1",
6060
"rollup": "^2.79.1",
6161
"rollup-plugin-babel": "^4.4.0",
6262
"rollup-plugin-browsersync": "^1.3.3",

yarn.lock

+46-39
Original file line numberDiff line numberDiff line change
@@ -5177,16 +5177,17 @@ glob-parent@^6.0.2:
51775177
dependencies:
51785178
is-glob "^4.0.3"
51795179

5180-
glob@^10.3.7:
5181-
version "10.3.10"
5182-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
5183-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
5180+
glob@^11.0.0:
5181+
version "11.0.0"
5182+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
5183+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
51845184
dependencies:
51855185
foreground-child "^3.1.0"
5186-
jackspeak "^2.3.5"
5187-
minimatch "^9.0.1"
5188-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5189-
path-scurry "^1.10.1"
5186+
jackspeak "^4.0.1"
5187+
minimatch "^10.0.0"
5188+
minipass "^7.1.2"
5189+
package-json-from-dist "^1.0.0"
5190+
path-scurry "^2.0.0"
51905191

51915192
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4:
51925193
version "7.2.3"
@@ -6162,10 +6163,10 @@ iterate-value@^1.0.2:
61626163
es-get-iterator "^1.0.2"
61636164
iterate-iterator "^1.0.1"
61646165

6165-
jackspeak@^2.3.5:
6166-
version "2.3.6"
6167-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
6168-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
6166+
jackspeak@^4.0.1:
6167+
version "4.0.1"
6168+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
6169+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
61696170
dependencies:
61706171
"@isaacs/cliui" "^8.0.2"
61716172
optionalDependencies:
@@ -7014,6 +7015,11 @@ lowercase-keys@^3.0.0:
70147015
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
70157016
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
70167017

7018+
lru-cache@^11.0.0:
7019+
version "11.0.0"
7020+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
7021+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
7022+
70177023
lru-cache@^5.1.1:
70187024
version "5.1.1"
70197025
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7033,11 +7039,6 @@ lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
70337039
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
70347040
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
70357041

7036-
"lru-cache@^9.1.1 || ^10.0.0":
7037-
version "10.0.1"
7038-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
7039-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
7040-
70417042
macos-release@^3.1.0:
70427043
version "3.1.0"
70437044
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-3.1.0.tgz#6165bb0736ae567ed6649e36ce6a24d87cbb7aca"
@@ -7434,6 +7435,13 @@ [email protected]:
74347435
dependencies:
74357436
brace-expansion "^2.0.1"
74367437

7438+
minimatch@^10.0.0:
7439+
version "10.0.1"
7440+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
7441+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
7442+
dependencies:
7443+
brace-expansion "^2.0.1"
7444+
74377445
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
74387446
version "3.1.2"
74397447
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7455,13 +7463,6 @@ minimatch@^6.1.0, minimatch@^6.1.6:
74557463
dependencies:
74567464
brace-expansion "^2.0.1"
74577465

7458-
minimatch@^9.0.1:
7459-
version "9.0.1"
7460-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
7461-
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
7462-
dependencies:
7463-
brace-expansion "^2.0.1"
7464-
74657466
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
74667467
version "1.2.8"
74677468
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -7555,10 +7556,10 @@ minipass@^4.0.0:
75557556
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
75567557
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
75577558

7558-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
7559-
version "7.0.4"
7560-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
7561-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
7559+
minipass@^7.1.2:
7560+
version "7.1.2"
7561+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
7562+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
75627563

75637564
minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2:
75647565
version "2.1.2"
@@ -8111,6 +8112,11 @@ pac-resolver@^6.0.1:
81118112
ip "^1.1.8"
81128113
netmask "^2.0.2"
81138114

8115+
package-json-from-dist@^1.0.0:
8116+
version "1.0.0"
8117+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
8118+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
8119+
81148120
package-json@^8.1.0:
81158121
version "8.1.0"
81168122
resolved "https://registry.yarnpkg.com/package-json/-/package-json-8.1.0.tgz#2a22806f1ed7c786c8e6ff26cfe20003bf4c6850"
@@ -8274,13 +8280,13 @@ path-root@^0.1.1:
82748280
dependencies:
82758281
path-root-regex "^0.1.0"
82768282

8277-
path-scurry@^1.10.1:
8278-
version "1.10.1"
8279-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
8280-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
8283+
path-scurry@^2.0.0:
8284+
version "2.0.0"
8285+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8286+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
82818287
dependencies:
8282-
lru-cache "^9.1.1 || ^10.0.0"
8283-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8288+
lru-cache "^11.0.0"
8289+
minipass "^7.1.2"
82848290

82858291
path-to-regexp@^1.7.0:
82868292
version "1.8.0"
@@ -9160,12 +9166,13 @@ rimraf@^3.0.2:
91609166
dependencies:
91619167
glob "^7.1.3"
91629168

9163-
rimraf@^5.0.7:
9164-
version "5.0.7"
9165-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
9166-
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
9169+
rimraf@^6.0.1:
9170+
version "6.0.1"
9171+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
9172+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
91679173
dependencies:
9168-
glob "^10.3.7"
9174+
glob "^11.0.0"
9175+
package-json-from-dist "^1.0.0"
91699176

91709177
rollup-plugin-babel@^4.4.0:
91719178
version "4.4.0"

0 commit comments

Comments
 (0)