Skip to content

Commit bc52e67

Browse files
chore(deps): bump rimraf to ^5.0.0 (#926)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9459937 commit bc52e67

File tree

2 files changed

+67
-39
lines changed

2 files changed

+67
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"q": "^1.5.1",
7171
"request": "^2.88",
7272
"request-promise-native": "^1.0.9",
73-
"rimraf": "^4.0.0",
73+
"rimraf": "^5.0.0",
7474
"serve": "^14.0.0",
7575
"typescript": "^5.0.0"
7676
},

yarn.lock

Lines changed: 66 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,6 +1325,18 @@
13251325
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
13261326
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
13271327

1328+
"@isaacs/cliui@^8.0.2":
1329+
version "8.0.2"
1330+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
1331+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
1332+
dependencies:
1333+
string-width "^5.1.2"
1334+
string-width-cjs "npm:string-width@^4.2.0"
1335+
strip-ansi "^7.0.1"
1336+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
1337+
wrap-ansi "^8.1.0"
1338+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
1339+
13281340
"@istanbuljs/load-nyc-config@^1.0.0":
13291341
version "1.1.0"
13301342
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -1613,6 +1625,11 @@
16131625
"@nodelib/fs.scandir" "2.1.5"
16141626
fastq "^1.6.0"
16151627

1628+
"@pkgjs/parseargs@^0.11.0":
1629+
version "0.11.0"
1630+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1631+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1632+
16161633
"@sinclair/typebox@^0.25.16":
16171634
version "0.25.24"
16181635
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
@@ -3514,6 +3531,14 @@ for-each@^0.3.3:
35143531
dependencies:
35153532
is-callable "^1.1.3"
35163533

3534+
foreground-child@^3.1.0:
3535+
version "3.1.1"
3536+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
3537+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
3538+
dependencies:
3539+
cross-spawn "^7.0.0"
3540+
signal-exit "^4.0.1"
3541+
35173542
forever-agent@~0.6.1:
35183543
version "0.6.1"
35193544
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -3683,15 +3708,16 @@ [email protected], glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
36833708
once "^1.3.0"
36843709
path-is-absolute "^1.0.0"
36853710

3686-
glob@^9.2.0:
3687-
version "9.3.5"
3688-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
3689-
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
3711+
glob@^10.2.5:
3712+
version "10.3.0"
3713+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.0.tgz#763d02a894f3cdfc521b10bbbbc8e0309e750cce"
3714+
integrity sha512-AQ1/SB9HH0yCx1jXAT4vmCbTOPe5RQ+kCurjbel5xSCGhebumUv+GJZfa1rEqor3XIViqwSEmlkZCQD43RWrBg==
36903715
dependencies:
3691-
fs.realpath "^1.0.0"
3692-
minimatch "^8.0.2"
3693-
minipass "^4.2.4"
3694-
path-scurry "^1.6.1"
3716+
foreground-child "^3.1.0"
3717+
jackspeak "^2.0.3"
3718+
minimatch "^9.0.1"
3719+
minipass "^5.0.0 || ^6.0.2"
3720+
path-scurry "^1.7.0"
36953721

36963722
global-dirs@^3.0.0:
36973723
version "3.0.1"
@@ -4279,6 +4305,15 @@ istanbul-reports@^3.1.3:
42794305
html-escaper "^2.0.0"
42804306
istanbul-lib-report "^3.0.0"
42814307

4308+
jackspeak@^2.0.3:
4309+
version "2.2.1"
4310+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.1.tgz#655e8cf025d872c9c03d3eb63e8f0c024fef16a6"
4311+
integrity sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==
4312+
dependencies:
4313+
"@isaacs/cliui" "^8.0.2"
4314+
optionalDependencies:
4315+
"@pkgjs/parseargs" "^0.11.0"
4316+
42824317
jest-changed-files@^29.5.0:
42834318
version "29.5.0"
42844319
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.5.0.tgz#e88786dca8bf2aa899ec4af7644e16d9dcf9b23e"
@@ -5082,14 +5117,7 @@ [email protected]:
50825117
dependencies:
50835118
brace-expansion "^2.0.1"
50845119

5085-
minimatch@^8.0.2:
5086-
version "8.0.4"
5087-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
5088-
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
5089-
dependencies:
5090-
brace-expansion "^2.0.1"
5091-
5092-
minimatch@^9.0.0:
5120+
minimatch@^9.0.0, minimatch@^9.0.1:
50935121
version "9.0.2"
50945122
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.2.tgz#397e387fff22f6795844d00badc903a3d5de7057"
50955123
integrity sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==
@@ -5110,11 +5138,6 @@ minimist@^1.2.0, minimist@^1.2.2, minimist@^1.2.8:
51105138
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
51115139
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
51125140

5113-
minipass@^4.2.4:
5114-
version "4.2.8"
5115-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
5116-
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
5117-
51185141
"minipass@^5.0.0 || ^6.0.2":
51195142
version "6.0.2"
51205143
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81"
@@ -5435,7 +5458,7 @@ path-parse@^1.0.7:
54355458
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
54365459
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
54375460

5438-
path-scurry@^1.6.1:
5461+
path-scurry@^1.7.0:
54395462
version "1.9.2"
54405463
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.9.2.tgz#90f9d296ac5e37e608028e28a447b11d385b3f63"
54415464
integrity sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==
@@ -5889,12 +5912,12 @@ rimraf@^3.0.0, rimraf@^3.0.2:
58895912
dependencies:
58905913
glob "^7.1.3"
58915914

5892-
rimraf@^4.0.0:
5893-
version "4.4.1"
5894-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1.tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755"
5895-
integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==
5915+
rimraf@^5.0.0:
5916+
version "5.0.1"
5917+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.1.tgz#0881323ab94ad45fec7c0221f27ea1a142f3f0d0"
5918+
integrity sha512-OfFZdwtd3lZ+XZzYP/6gTACubwFcHdLRqS9UX3UwpU2dnGQYkPFISRwvM3w9IiB2w7bW5qGo/uAwE4SmXXSKvg==
58965919
dependencies:
5897-
glob "^9.2.0"
5920+
glob "^10.2.5"
58985921

58995922
run-parallel@^1.1.9:
59005923
version "1.2.0"
@@ -6039,6 +6062,11 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
60396062
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
60406063
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
60416064

6065+
signal-exit@^4.0.1:
6066+
version "4.0.2"
6067+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.2.tgz#ff55bb1d9ff2114c13b400688fa544ac63c36967"
6068+
integrity sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==
6069+
60426070
sisteransi@^1.0.5:
60436071
version "1.0.5"
60446072
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
@@ -6190,7 +6218,7 @@ string-length@^4.0.1:
61906218
char-regex "^1.0.2"
61916219
strip-ansi "^6.0.0"
61926220

6193-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6221+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
61946222
version "4.2.3"
61956223
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
61966224
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6235,7 +6263,7 @@ string.prototype.trimstart@^1.0.6:
62356263
define-properties "^1.1.4"
62366264
es-abstract "^1.20.4"
62376265

6238-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6266+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
62396267
version "6.0.1"
62406268
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
62416269
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6787,25 +6815,25 @@ [email protected]:
67876815
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
67886816
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
67896817

6790-
wrap-ansi@^6.2.0:
6791-
version "6.2.0"
6792-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
6793-
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
6818+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6819+
version "7.0.0"
6820+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6821+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
67946822
dependencies:
67956823
ansi-styles "^4.0.0"
67966824
string-width "^4.1.0"
67976825
strip-ansi "^6.0.0"
67986826

6799-
wrap-ansi@^7.0.0:
6800-
version "7.0.0"
6801-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6802-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6827+
wrap-ansi@^6.2.0:
6828+
version "6.2.0"
6829+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
6830+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
68036831
dependencies:
68046832
ansi-styles "^4.0.0"
68056833
string-width "^4.1.0"
68066834
strip-ansi "^6.0.0"
68076835

6808-
wrap-ansi@^8.0.1:
6836+
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
68096837
version "8.1.0"
68106838
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
68116839
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==

0 commit comments

Comments
 (0)