Skip to content

Commit d3e29a5

Browse files
chore(deps-dev): bump rimraf from 5.0.10 to 6.0.1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.10 to 6.0.1. - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.10...v6.0.1) --- updated-dependencies: - dependency-name: rimraf dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 731a533 commit d3e29a5

File tree

2 files changed

+78
-12
lines changed

2 files changed

+78
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-import": "^2.32.0",
4040
"prettier": "^3.6.2",
4141
"react": "^19.1.1",
42-
"rimraf": "^5.0.0",
42+
"rimraf": "^6.0.1",
4343
"tsup": "^8.0.0",
4444
"tsx": "^4.20.5",
4545
"typescript": "^5.9.2",

yarn.lock

Lines changed: 77 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,18 @@
221221
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.3.tgz#c2b9d2e374ee62c586d3adbea87199b1d7a7a6ba"
222222
integrity sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==
223223

224+
"@isaacs/balanced-match@^4.0.1":
225+
version "4.0.1"
226+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
227+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
228+
229+
"@isaacs/brace-expansion@^5.0.0":
230+
version "5.0.0"
231+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
232+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
233+
dependencies:
234+
"@isaacs/balanced-match" "^4.0.1"
235+
224236
"@isaacs/cliui@^8.0.2":
225237
version "8.0.2"
226238
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -1273,7 +1285,7 @@ for-each@^0.3.3, for-each@^0.3.5:
12731285
dependencies:
12741286
is-callable "^1.2.7"
12751287

1276-
foreground-child@^3.1.0:
1288+
foreground-child@^3.1.0, foreground-child@^3.3.1:
12771289
version "3.3.1"
12781290
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
12791291
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -1373,7 +1385,7 @@ glob-parent@^6.0.2:
13731385
dependencies:
13741386
is-glob "^4.0.3"
13751387

1376-
glob@^10.3.10, glob@^10.3.7:
1388+
glob@^10.3.10:
13771389
version "10.4.5"
13781390
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
13791391
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -1385,6 +1397,18 @@ glob@^10.3.10, glob@^10.3.7:
13851397
package-json-from-dist "^1.0.0"
13861398
path-scurry "^1.11.1"
13871399

1400+
glob@^11.0.0:
1401+
version "11.0.3"
1402+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
1403+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
1404+
dependencies:
1405+
foreground-child "^3.3.1"
1406+
jackspeak "^4.1.1"
1407+
minimatch "^10.0.3"
1408+
minipass "^7.1.2"
1409+
package-json-from-dist "^1.0.0"
1410+
path-scurry "^2.0.0"
1411+
13881412
globals@^14.0.0:
13891413
version "14.0.0"
13901414
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
@@ -1689,6 +1713,13 @@ jackspeak@^3.1.2:
16891713
optionalDependencies:
16901714
"@pkgjs/parseargs" "^0.11.0"
16911715

1716+
jackspeak@^4.1.1:
1717+
version "4.1.1"
1718+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
1719+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
1720+
dependencies:
1721+
"@isaacs/cliui" "^8.0.2"
1722+
16921723
joycon@^3.1.1:
16931724
version "3.1.1"
16941725
resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.1.1.tgz#bce8596d6ae808f8b68168f5fc69280996894f03"
@@ -1775,6 +1806,11 @@ lru-cache@^10.2.0:
17751806
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
17761807
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
17771808

1809+
lru-cache@^11.0.0:
1810+
version "11.2.1"
1811+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.1.tgz#d426ac471521729c6c1acda5f7a633eadaa28db2"
1812+
integrity sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==
1813+
17781814
magic-string@^0.30.17:
17791815
version "0.30.19"
17801816
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.19.tgz#cebe9f104e565602e5d2098c5f2e79a77cc86da9"
@@ -1812,6 +1848,13 @@ mime-types@^2.1.12:
18121848
dependencies:
18131849
mime-db "1.52.0"
18141850

1851+
minimatch@^10.0.3:
1852+
version "10.0.3"
1853+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
1854+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
1855+
dependencies:
1856+
"@isaacs/brace-expansion" "^5.0.0"
1857+
18151858
minimatch@^3.1.2:
18161859
version "3.1.2"
18171860
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -1991,6 +2034,14 @@ path-scurry@^1.11.1:
19912034
lru-cache "^10.2.0"
19922035
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
19932036

2037+
path-scurry@^2.0.0:
2038+
version "2.0.0"
2039+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
2040+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
2041+
dependencies:
2042+
lru-cache "^11.0.0"
2043+
minipass "^7.1.2"
2044+
19942045
pathe@^2.0.1, pathe@^2.0.3:
19952046
version "2.0.3"
19962047
resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716"
@@ -2127,12 +2178,13 @@ reusify@^1.0.4:
21272178
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.1.0.tgz#0fe13b9522e1473f51b558ee796e08f11f9b489f"
21282179
integrity sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==
21292180

2130-
rimraf@^5.0.0:
2131-
version "5.0.10"
2132-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
2133-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
2181+
rimraf@^6.0.1:
2182+
version "6.0.1"
2183+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
2184+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
21342185
dependencies:
2135-
glob "^10.3.7"
2186+
glob "^11.0.0"
2187+
package-json-from-dist "^1.0.0"
21362188

21372189
rollup@^4.34.8:
21382190
version "4.50.1"
@@ -2312,8 +2364,16 @@ stop-iteration-iterator@^1.1.0:
23122364
es-errors "^1.3.0"
23132365
internal-slot "^1.1.0"
23142366

2315-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2316-
name string-width-cjs
2367+
"string-width-cjs@npm:string-width@^4.2.0":
2368+
version "4.2.3"
2369+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2370+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2371+
dependencies:
2372+
emoji-regex "^8.0.0"
2373+
is-fullwidth-code-point "^3.0.0"
2374+
strip-ansi "^6.0.1"
2375+
2376+
string-width@^4.1.0:
23172377
version "4.2.3"
23182378
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
23192379
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2363,8 +2423,14 @@ string.prototype.trimstart@^1.0.8:
23632423
define-properties "^1.2.1"
23642424
es-object-atoms "^1.0.0"
23652425

2366-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2367-
name strip-ansi-cjs
2426+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2427+
version "6.0.1"
2428+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2429+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2430+
dependencies:
2431+
ansi-regex "^5.0.1"
2432+
2433+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
23682434
version "6.0.1"
23692435
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
23702436
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)