Skip to content

Commit 803333e

Browse files
chore(deps): update dependency rimraf to v6 (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3f0e66 commit 803333e

File tree

2 files changed

+47
-34
lines changed

2 files changed

+47
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"jest": "^29.7.0",
4343
"nodemon": "^3.0.3",
4444
"prettier": "^3.2.5",
45-
"rimraf": "^5.0.5",
45+
"rimraf": "^6.0.0",
4646
"supertest": "^7.0.0",
4747
"ts-jest": "^29.1.2",
4848
"ts-loader": "^9.5.1",

yarn.lock

Lines changed: 46 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,16 +2557,17 @@ glob-to-regexp@^0.4.1:
25572557
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
25582558
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
25592559

2560-
glob@^10.3.7:
2561-
version "10.3.10"
2562-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
2563-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
2560+
glob@^11.0.0:
2561+
version "11.0.0"
2562+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2563+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
25642564
dependencies:
25652565
foreground-child "^3.1.0"
2566-
jackspeak "^2.3.5"
2567-
minimatch "^9.0.1"
2568-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2569-
path-scurry "^1.10.1"
2566+
jackspeak "^4.0.1"
2567+
minimatch "^10.0.0"
2568+
minipass "^7.1.2"
2569+
package-json-from-dist "^1.0.0"
2570+
path-scurry "^2.0.0"
25702571

25712572
glob@^7.1.1, glob@^7.1.3, glob@^7.1.4:
25722573
version "7.1.6"
@@ -2861,10 +2862,10 @@ iterare@1.2.1:
28612862
resolved "https://registry.yarnpkg.com/iterare/-/iterare-1.2.1.tgz#139c400ff7363690e33abffa33cbba8920f00042"
28622863
integrity sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==
28632864

2864-
jackspeak@^2.3.5:
2865-
version "2.3.6"
2866-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
2867-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
2865+
jackspeak@^4.0.1:
2866+
version "4.0.1"
2867+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
2868+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
28682869
dependencies:
28692870
"@isaacs/cliui" "^8.0.2"
28702871
optionalDependencies:
@@ -3358,6 +3359,11 @@ long@^5.2.1:
33583359
resolved "https://registry.yarnpkg.com/long/-/long-5.2.3.tgz#a3ba97f3877cf1d778eccbcb048525ebb77499e1"
33593360
integrity sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==
33603361

3362+
lru-cache@^11.0.0:
3363+
version "11.0.0"
3364+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3365+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
3366+
33613367
lru-cache@^6.0.0:
33623368
version "6.0.0"
33633369
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -3375,11 +3381,6 @@ lru-cache@^8.0.0:
33753381
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-8.0.5.tgz#983fe337f3e176667f8e567cfcce7cb064ea214e"
33763382
integrity sha512-MhWWlVnuab1RG5/zMRRcVGXZLCXrZTgfwMikgzCegsPnG62yDQo5JnqKkrK4jO5iKqDAZGItAqN5CtKBCBWRUA==
33773383

3378-
"lru-cache@^9.1.1 || ^10.0.0":
3379-
version "10.2.0"
3380-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
3381-
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
3382-
33833384
make-dir@^3.0.0:
33843385
version "3.1.0"
33853386
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -3496,6 +3497,13 @@ mimic-fn@^2.1.0:
34963497
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
34973498
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
34983499

3500+
minimatch@^10.0.0:
3501+
version "10.0.1"
3502+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3503+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3504+
dependencies:
3505+
brace-expansion "^2.0.1"
3506+
34993507
minimatch@^3.0.4:
35003508
version "3.0.4"
35013509
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -3510,7 +3518,7 @@ minimatch@^3.1.2:
35103518
dependencies:
35113519
brace-expansion "^1.1.7"
35123520

3513-
minimatch@^9.0.1, minimatch@^9.0.3:
3521+
minimatch@^9.0.3:
35143522
version "9.0.3"
35153523
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
35163524
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -3522,10 +3530,10 @@ minimist@^1.2.5, minimist@^1.2.6:
35223530
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
35233531
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
35243532

3525-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
3526-
version "7.0.4"
3527-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
3528-
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
3533+
minipass@^7.1.2:
3534+
version "7.1.2"
3535+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3536+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
35293537

35303538
mkdirp@^0.5.3, mkdirp@^0.5.4:
35313539
version "0.5.5"
@@ -3722,6 +3730,11 @@ p-try@^2.0.0:
37223730
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
37233731
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
37243732

3733+
package-json-from-dist@^1.0.0:
3734+
version "1.0.0"
3735+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
3736+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
3737+
37253738
parent-require@^1.0.0:
37263739
version "1.0.0"
37273740
resolved "https://registry.yarnpkg.com/parent-require/-/parent-require-1.0.0.tgz#746a167638083a860b0eef6732cb27ed46c32977"
@@ -3767,13 +3780,13 @@ path-parse@^1.0.6, path-parse@^1.0.7:
37673780
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
37683781
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
37693782

3770-
path-scurry@^1.10.1:
3771-
version "1.10.1"
3772-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
3773-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
3783+
path-scurry@^2.0.0:
3784+
version "2.0.0"
3785+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
3786+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
37743787
dependencies:
3775-
lru-cache "^9.1.1 || ^10.0.0"
3776-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3788+
lru-cache "^11.0.0"
3789+
minipass "^7.1.2"
37773790

37783791
path-to-regexp@0.1.7:
37793792
version "0.1.7"
@@ -3998,12 +4011,12 @@ reusify@^1.0.4:
39984011
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
39994012
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
40004013

4001-
rimraf@^5.0.5:
4002-
version "5.0.5"
4003-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.5.tgz#9be65d2d6e683447d2e9013da2bf451139a61ccf"
4004-
integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==
4014+
rimraf@^6.0.0:
4015+
version "6.0.0"
4016+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.0.tgz#503bb3d9283272384c121792d40e7ee3ab763cde"
4017+
integrity sha512-u+yqhM92LW+89cxUQK0SRyvXYQmyuKHx0jkx4W7KfwLGLqJnQM5031Uv1trE4gB9XEXBM/s6MxKlfW95IidqaA==
40054018
dependencies:
4006-
glob "^10.3.7"
4019+
glob "^11.0.0"
40074020

40084021
run-parallel@^1.1.9:
40094022
version "1.1.9"

0 commit comments

Comments
 (0)