Skip to content

Commit 55c0fc9

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 21aec2c commit 55c0fc9

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
@@ -5062,16 +5062,17 @@ glob-parent@^6.0.2:
50625062
dependencies:
50635063
is-glob "^4.0.3"
50645064

5065-
glob@^10.3.7:
5066-
version "10.3.10"
5067-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
5068-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
5065+
glob@^11.0.0:
5066+
version "11.0.0"
5067+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
5068+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
50695069
dependencies:
50705070
foreground-child "^3.1.0"
5071-
jackspeak "^2.3.5"
5072-
minimatch "^9.0.1"
5073-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
5074-
path-scurry "^1.10.1"
5071+
jackspeak "^4.0.1"
5072+
minimatch "^10.0.0"
5073+
minipass "^7.1.2"
5074+
package-json-from-dist "^1.0.0"
5075+
path-scurry "^2.0.0"
50755076

50765077
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4:
50775078
version "7.2.3"
@@ -6047,10 +6048,10 @@ iterate-value@^1.0.2:
60476048
es-get-iterator "^1.0.2"
60486049
iterate-iterator "^1.0.1"
60496050

6050-
jackspeak@^2.3.5:
6051-
version "2.3.6"
6052-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
6053-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
6051+
jackspeak@^4.0.1:
6052+
version "4.0.1"
6053+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
6054+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
60546055
dependencies:
60556056
"@isaacs/cliui" "^8.0.2"
60566057
optionalDependencies:
@@ -6899,6 +6900,11 @@ lowercase-keys@^3.0.0:
68996900
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
69006901
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
69016902

6903+
lru-cache@^11.0.0:
6904+
version "11.0.0"
6905+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
6906+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
6907+
69026908
lru-cache@^5.1.1:
69036909
version "5.1.1"
69046910
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -6918,11 +6924,6 @@ lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
69186924
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
69196925
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
69206926

6921-
"lru-cache@^9.1.1 || ^10.0.0":
6922-
version "10.0.1"
6923-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
6924-
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
6925-
69266927
macos-release@^3.1.0:
69276928
version "3.1.0"
69286929
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-3.1.0.tgz#6165bb0736ae567ed6649e36ce6a24d87cbb7aca"
@@ -7319,6 +7320,13 @@ [email protected]:
73197320
dependencies:
73207321
brace-expansion "^2.0.1"
73217322

7323+
minimatch@^10.0.0:
7324+
version "10.0.1"
7325+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
7326+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
7327+
dependencies:
7328+
brace-expansion "^2.0.1"
7329+
73227330
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
73237331
version "3.1.2"
73247332
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7340,13 +7348,6 @@ minimatch@^6.1.0, minimatch@^6.1.6:
73407348
dependencies:
73417349
brace-expansion "^2.0.1"
73427350

7343-
minimatch@^9.0.1:
7344-
version "9.0.1"
7345-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
7346-
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
7347-
dependencies:
7348-
brace-expansion "^2.0.1"
7349-
73507351
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
73517352
version "1.2.8"
73527353
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -7440,10 +7441,10 @@ minipass@^4.0.0:
74407441
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
74417442
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
74427443

7443-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
7444-
version "7.0.4"
7445-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
7446-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
7444+
minipass@^7.1.2:
7445+
version "7.1.2"
7446+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
7447+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
74477448

74487449
minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2:
74497450
version "2.1.2"
@@ -7996,6 +7997,11 @@ pac-resolver@^6.0.1:
79967997
ip "^1.1.8"
79977998
netmask "^2.0.2"
79987999

8000+
package-json-from-dist@^1.0.0:
8001+
version "1.0.0"
8002+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
8003+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
8004+
79998005
package-json@^8.1.0:
80008006
version "8.1.0"
80018007
resolved "https://registry.yarnpkg.com/package-json/-/package-json-8.1.0.tgz#2a22806f1ed7c786c8e6ff26cfe20003bf4c6850"
@@ -8159,13 +8165,13 @@ path-root@^0.1.1:
81598165
dependencies:
81608166
path-root-regex "^0.1.0"
81618167

8162-
path-scurry@^1.10.1:
8163-
version "1.10.1"
8164-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
8165-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
8168+
path-scurry@^2.0.0:
8169+
version "2.0.0"
8170+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8171+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
81668172
dependencies:
8167-
lru-cache "^9.1.1 || ^10.0.0"
8168-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8173+
lru-cache "^11.0.0"
8174+
minipass "^7.1.2"
81698175

81708176
path-to-regexp@^1.7.0:
81718177
version "1.8.0"
@@ -9045,12 +9051,13 @@ rimraf@^3.0.2:
90459051
dependencies:
90469052
glob "^7.1.3"
90479053

9048-
rimraf@^5.0.7:
9049-
version "5.0.7"
9050-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.7.tgz#27bddf202e7d89cb2e0381656380d1734a854a74"
9051-
integrity sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==
9054+
rimraf@^6.0.1:
9055+
version "6.0.1"
9056+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
9057+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
90529058
dependencies:
9053-
glob "^10.3.7"
9059+
glob "^11.0.0"
9060+
package-json-from-dist "^1.0.0"
90549061

90559062
rollup-plugin-babel@^4.4.0:
90569063
version "4.4.0"

0 commit comments

Comments
 (0)