Skip to content

Commit 9a73b89

Browse files
⬆️ Update dependency rimraf to v6
1 parent d2a7734 commit 9a73b89

File tree

2 files changed

+36
-35
lines changed

2 files changed

+36
-35
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@allthings/eslint-config": "^2.1.1",
1212
"eslint": "^8.57.0",
1313
"prettier": "^3.3.2",
14-
"rimraf": "^5.0.7",
14+
"rimraf": "^6.0.0",
1515
"typescript": "^5.5.2"
1616
},
1717
"prettier": {

yarn.lock

+35-34
Original file line numberDiff line numberDiff line change
@@ -1404,17 +1404,17 @@ glob-parent@^6.0.2:
14041404
dependencies:
14051405
is-glob "^4.0.3"
14061406

1407-
glob@^10.3.7:
1408-
version "10.4.3"
1409-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.3.tgz#e0ba2253dd21b3d0acdfb5d507c59a29f513fc7a"
1410-
integrity sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==
1407+
glob@^11.0.0:
1408+
version "11.0.0"
1409+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
1410+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
14111411
dependencies:
14121412
foreground-child "^3.1.0"
1413-
jackspeak "^3.1.2"
1414-
minimatch "^9.0.4"
1413+
jackspeak "^4.0.1"
1414+
minimatch "^10.0.0"
14151415
minipass "^7.1.2"
14161416
package-json-from-dist "^1.0.0"
1417-
path-scurry "^1.11.1"
1417+
path-scurry "^2.0.0"
14181418

14191419
glob@^7.1.3:
14201420
version "7.2.3"
@@ -1784,10 +1784,10 @@ iterator.prototype@^1.1.2:
17841784
reflect.getprototypeof "^1.0.4"
17851785
set-function-name "^2.0.1"
17861786

1787-
jackspeak@^3.1.2:
1788-
version "3.4.1"
1789-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.1.tgz#145422416740568e9fc357bf60c844b3c1585f09"
1790-
integrity sha512-U23pQPDnmYybVkYjObcuYMk43VRlMLLqLI+RdZy8s8WV8WsxO9SnqSroKaluuvcNOdCAlauKszDwd+umbot5Mg==
1787+
jackspeak@^4.0.1:
1788+
version "4.0.1"
1789+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
1790+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
17911791
dependencies:
17921792
"@isaacs/cliui" "^8.0.2"
17931793
optionalDependencies:
@@ -1915,10 +1915,10 @@ loose-envify@^1.4.0:
19151915
dependencies:
19161916
js-tokens "^3.0.0 || ^4.0.0"
19171917

1918-
lru-cache@^10.2.0:
1919-
version "10.3.1"
1920-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.3.1.tgz#a37050586f84ccfdb570148a253bf1632a29ef44"
1921-
integrity sha512-9/8QXrtbGeMB6LxwQd4x1tIMnsmUxMvIH/qWGsccz6bt9Uln3S+sgAaqfQNhbGA8ufzs2fHuP/yqapGgP9Hh2g==
1918+
lru-cache@^11.0.0:
1919+
version "11.0.0"
1920+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
1921+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
19221922

19231923
merge2@^1.3.0, merge2@^1.4.1:
19241924
version "1.4.1"
@@ -1945,26 +1945,26 @@ minimatch@9.0.3:
19451945
dependencies:
19461946
brace-expansion "^2.0.1"
19471947

1948+
minimatch@^10.0.0:
1949+
version "10.0.1"
1950+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
1951+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
1952+
dependencies:
1953+
brace-expansion "^2.0.1"
1954+
19481955
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
19491956
version "3.1.2"
19501957
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
19511958
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
19521959
dependencies:
19531960
brace-expansion "^1.1.7"
19541961

1955-
minimatch@^9.0.4:
1956-
version "9.0.5"
1957-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1958-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1959-
dependencies:
1960-
brace-expansion "^2.0.1"
1961-
19621962
minimist@^1.2.0, minimist@^1.2.6:
19631963
version "1.2.8"
19641964
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
19651965
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
19661966

1967-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
1967+
minipass@^7.1.2:
19681968
version "7.1.2"
19691969
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
19701970
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
@@ -2177,13 +2177,13 @@ path-parse@^1.0.7:
21772177
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
21782178
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
21792179

2180-
path-scurry@^1.11.1:
2181-
version "1.11.1"
2182-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
2183-
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
2180+
path-scurry@^2.0.0:
2181+
version "2.0.0"
2182+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
2183+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
21842184
dependencies:
2185-
lru-cache "^10.2.0"
2186-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2185+
lru-cache "^11.0.0"
2186+
minipass "^7.1.2"
21872187

21882188
path-type@^4.0.0:
21892189
version "4.0.0"
@@ -2345,12 +2345,13 @@ rimraf@^3.0.2:
23452345
dependencies:
23462346
glob "^7.1.3"
23472347

2348-
rimraf@^5.0.7:
2349-
version "5.0.8"
2350-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.8.tgz#9d4d0ef5106817102b14fdbbf01cf29545e99a6c"
2351-
integrity sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==
2348+
rimraf@^6.0.0:
2349+
version "6.0.1"
2350+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
2351+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
23522352
dependencies:
2353-
glob "^10.3.7"
2353+
glob "^11.0.0"
2354+
package-json-from-dist "^1.0.0"
23542355

23552356
run-parallel@^1.1.9:
23562357
version "1.2.0"

0 commit comments

Comments
 (0)