Skip to content

Commit 7637fcc

Browse files
chore(deps): update devdependencies
1 parent 20cb673 commit 7637fcc

File tree

2 files changed

+60
-73
lines changed

2 files changed

+60
-73
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"zod": "^3.24.2"
5757
},
5858
"devDependencies": {
59-
"@types/cors": "^2.8.17",
59+
"@types/cors": "^2.8.18",
6060
"@types/jest": "^29.5.14",
6161
"@types/js-yaml": "^4.0.9",
6262
"@types/qrcode-terminal": "^0.12.2",
63-
"@types/shelljs": "^0.8.15",
63+
"@types/shelljs": "^0.8.16",
6464
"@types/supertest": "^6.0.3",
6565
"@typescript-eslint/eslint-plugin": "^7.18.0",
66-
"@valora/eslint-config-typescript": "^1.1.9",
66+
"@valora/eslint-config-typescript": "^1.1.23",
6767
"@valora/prettier-config": "^0.0.1",
6868
"chalk": "^4.1.2",
6969
"conventional-changelog-conventionalcommits": "^6.1.0",
@@ -79,7 +79,7 @@
7979
"msw": "^1.3.5",
8080
"prettier": "^3.0.3",
8181
"qrcode-terminal": "^0.12.0",
82-
"shelljs": "^0.8.5",
82+
"shelljs": "^0.10.0",
8383
"supertest": "^7.1.0",
8484
"terminate": "^2.8.0",
8585
"ts-jest": "^29.3.0",

yarn.lock

Lines changed: 56 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,10 +1016,10 @@
10161016
resolved "https://registry.yarnpkg.com/@types/cookiejar/-/cookiejar-2.1.5.tgz#14a3e83fa641beb169a2dd8422d91c3c345a9a78"
10171017
integrity sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==
10181018

1019-
"@types/cors@^2.8.17":
1020-
version "2.8.17"
1021-
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.17.tgz#5d718a5e494a8166f569d986794e49c48b216b2b"
1022-
integrity sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==
1019+
"@types/cors@^2.8.18":
1020+
version "2.8.18"
1021+
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.18.tgz#101e033b3ca06695f3d73c587cd7f9eb348135d1"
1022+
integrity sha512-nX3d0sxJW41CqQvfOzVG1NCTXfFDrDWIghCZncpHeWlVFd81zxB/DLhg7avFg6eHLCRX7ckBmoIIcqa++upvJA==
10231023
dependencies:
10241024
"@types/node" "*"
10251025

@@ -1220,10 +1220,10 @@
12201220
dependencies:
12211221
"@types/node" "*"
12221222

1223-
"@types/shelljs@^0.8.15":
1224-
version "0.8.15"
1225-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
1226-
integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==
1223+
"@types/shelljs@^0.8.16":
1224+
version "0.8.16"
1225+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.16.tgz#d18efab20bb76e465575e16b8e0db94d2973036f"
1226+
integrity sha512-40SUXiH0tZfAg/oKkkGF1kdHPAmE4slv2xAmbfa8VtE6ztHYwdpW2phlzHTVdJh5JOGqA3Cx1Hzp7kxFalKHYA==
12271227
dependencies:
12281228
"@types/glob" "~7.2.0"
12291229
"@types/node" "*"
@@ -1277,15 +1277,15 @@
12771277
natural-compare "^1.4.0"
12781278
ts-api-utils "^1.3.0"
12791279

1280-
"@typescript-eslint/parser@^8.24.0":
1281-
version "8.24.0"
1282-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
1283-
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
1280+
"@typescript-eslint/parser@^8.32.1":
1281+
version "8.32.1"
1282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
1283+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
12841284
dependencies:
1285-
"@typescript-eslint/scope-manager" "8.24.0"
1286-
"@typescript-eslint/types" "8.24.0"
1287-
"@typescript-eslint/typescript-estree" "8.24.0"
1288-
"@typescript-eslint/visitor-keys" "8.24.0"
1285+
"@typescript-eslint/scope-manager" "8.32.1"
1286+
"@typescript-eslint/types" "8.32.1"
1287+
"@typescript-eslint/typescript-estree" "8.32.1"
1288+
"@typescript-eslint/visitor-keys" "8.32.1"
12891289
debug "^4.3.4"
12901290

12911291
"@typescript-eslint/scope-manager@5.62.0":
@@ -1304,13 +1304,13 @@
13041304
"@typescript-eslint/types" "7.18.0"
13051305
"@typescript-eslint/visitor-keys" "7.18.0"
13061306

1307-
"@typescript-eslint/scope-manager@8.24.0":
1308-
version "8.24.0"
1309-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
1310-
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
1307+
"@typescript-eslint/scope-manager@8.32.1":
1308+
version "8.32.1"
1309+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
1310+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
13111311
dependencies:
1312-
"@typescript-eslint/types" "8.24.0"
1313-
"@typescript-eslint/visitor-keys" "8.24.0"
1312+
"@typescript-eslint/types" "8.32.1"
1313+
"@typescript-eslint/visitor-keys" "8.32.1"
13141314

13151315
"@typescript-eslint/type-utils@7.18.0":
13161316
version "7.18.0"
@@ -1332,10 +1332,10 @@
13321332
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
13331333
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
13341334

1335-
"@typescript-eslint/types@8.24.0":
1336-
version "8.24.0"
1337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
1338-
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
1335+
"@typescript-eslint/types@8.32.1":
1336+
version "8.32.1"
1337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
1338+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
13391339

13401340
"@typescript-eslint/typescript-estree@5.62.0":
13411341
version "5.62.0"
@@ -1364,19 +1364,19 @@
13641364
semver "^7.6.0"
13651365
ts-api-utils "^1.3.0"
13661366

1367-
"@typescript-eslint/typescript-estree@8.24.0":
1368-
version "8.24.0"
1369-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
1370-
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
1367+
"@typescript-eslint/typescript-estree@8.32.1":
1368+
version "8.32.1"
1369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
1370+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
13711371
dependencies:
1372-
"@typescript-eslint/types" "8.24.0"
1373-
"@typescript-eslint/visitor-keys" "8.24.0"
1372+
"@typescript-eslint/types" "8.32.1"
1373+
"@typescript-eslint/visitor-keys" "8.32.1"
13741374
debug "^4.3.4"
13751375
fast-glob "^3.3.2"
13761376
is-glob "^4.0.3"
13771377
minimatch "^9.0.4"
13781378
semver "^7.6.0"
1379-
ts-api-utils "^2.0.1"
1379+
ts-api-utils "^2.1.0"
13801380

13811381
"@typescript-eslint/utils@7.18.0":
13821382
version "7.18.0"
@@ -1418,25 +1418,25 @@
14181418
"@typescript-eslint/types" "7.18.0"
14191419
eslint-visitor-keys "^3.4.3"
14201420

1421-
"@typescript-eslint/visitor-keys@8.24.0":
1422-
version "8.24.0"
1423-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
1424-
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
1421+
"@typescript-eslint/visitor-keys@8.32.1":
1422+
version "8.32.1"
1423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
1424+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
14251425
dependencies:
1426-
"@typescript-eslint/types" "8.24.0"
1426+
"@typescript-eslint/types" "8.32.1"
14271427
eslint-visitor-keys "^4.2.0"
14281428

14291429
"@ungap/structured-clone@^1.2.0":
14301430
version "1.2.0"
14311431
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
14321432
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
14331433

1434-
"@valora/eslint-config-typescript@^1.1.9":
1435-
version "1.1.9"
1436-
resolved "https://registry.yarnpkg.com/@valora/eslint-config-typescript/-/eslint-config-typescript-1.1.9.tgz#1d0911017041a14cb7dacceb721e5d930176bb89"
1437-
integrity sha512-dA7Dio/B/QexbhqSYionoDtTvLrzopHTWvJeQvEvRv3DhR/v1M99a5tA8AxNuIuivfI0l4VVfgWsJw6qZwvW/g==
1434+
"@valora/eslint-config-typescript@^1.1.23":
1435+
version "1.1.23"
1436+
resolved "https://registry.yarnpkg.com/@valora/eslint-config-typescript/-/eslint-config-typescript-1.1.23.tgz#54e9d7ad89751e6cc56e55c9675ccc93a0def67d"
1437+
integrity sha512-+tC4lOr97BBRiTP//NDw8eVlCM3ZUTVRadZwLzXDMPF9UHzdHYTS54PBHSN4AR76+HYpJwKyMdjjSt/nGfNODg==
14381438
dependencies:
1439-
"@typescript-eslint/parser" "^8.24.0"
1439+
"@typescript-eslint/parser" "^8.32.1"
14401440

14411441
"@valora/http-handler@^0.0.1":
14421442
version "0.0.1"
@@ -2938,7 +2938,7 @@ events@^3.3.0:
29382938
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
29392939
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
29402940

2941-
execa@^5.0.0:
2941+
execa@^5.0.0, execa@^5.1.1:
29422942
version "5.1.1"
29432943
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
29442944
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
@@ -3357,7 +3357,7 @@ glob@^6.0.1:
33573357
once "^1.3.0"
33583358
path-is-absolute "^1.0.0"
33593359

3360-
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4:
3360+
glob@^7.1.3, glob@^7.1.4:
33613361
version "7.2.3"
33623362
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
33633363
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -3713,11 +3713,6 @@ internal-slot@^1.1.0:
37133713
hasown "^2.0.2"
37143714
side-channel "^1.1.0"
37153715

3716-
interpret@^1.0.0:
3717-
version "1.4.0"
3718-
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
3719-
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
3720-
37213716
ip-regex@^4.0.0:
37223717
version "4.3.0"
37233718
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5"
@@ -5415,13 +5410,6 @@ readdirp@~3.6.0:
54155410
dependencies:
54165411
picomatch "^2.2.1"
54175412

5418-
rechoir@^0.6.2:
5419-
version "0.6.2"
5420-
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
5421-
integrity sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==
5422-
dependencies:
5423-
resolve "^1.1.6"
5424-
54255413
reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.8, reflect.getprototypeof@^1.0.9:
54265414
version "1.0.9"
54275415
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.9.tgz#c905f3386008de95a62315f3ea8630404be19e2f"
@@ -5488,7 +5476,7 @@ resolve.exports@^2.0.0:
54885476
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.0.tgz#c1a0028c2d166ec2fbf7d0644584927e76e7400e"
54895477
integrity sha512-6K/gDlqgQscOlg9fSRpWstA8sYe8rbELsSTNpx+3kTrsVCzvSl0zIvRErM7fdl9ERWDsKnrLnwB+Ne89918XOg==
54905478

5491-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.20.0, resolve@^1.22.4:
5479+
resolve@^1.10.0, resolve@^1.20.0, resolve@^1.22.4:
54925480
version "1.22.8"
54935481
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
54945482
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
@@ -5741,14 +5729,13 @@ shebang-regex@^3.0.0:
57415729
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
57425730
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
57435731

5744-
shelljs@^0.8.5:
5745-
version "0.8.5"
5746-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
5747-
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
5732+
shelljs@^0.10.0:
5733+
version "0.10.0"
5734+
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.10.0.tgz#e3bbae99b0f3f0cc5dce05b46a346fae2090e883"
5735+
integrity sha512-Jex+xw5Mg2qMZL3qnzXIfaxEtBaC4n7xifqaqtrZDdlheR70OGkydrPJWT0V1cA1k3nanC86x9FwAmQl6w3Klw==
57485736
dependencies:
5749-
glob "^7.0.0"
5750-
interpret "^1.0.0"
5751-
rechoir "^0.6.2"
5737+
execa "^5.1.1"
5738+
fast-glob "^3.3.2"
57525739

57535740
side-channel-list@^1.0.0:
57545741
version "1.0.0"
@@ -6145,10 +6132,10 @@ ts-api-utils@^1.3.0:
61456132
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
61466133
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
61476134

6148-
ts-api-utils@^2.0.1:
6149-
version "2.0.1"
6150-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
6151-
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
6135+
ts-api-utils@^2.1.0:
6136+
version "2.1.0"
6137+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
6138+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
61526139

61536140
ts-jest@^29.3.0:
61546141
version "29.3.0"

0 commit comments

Comments
 (0)