Skip to content

Commit 8bd6d7a

Browse files
chore(deps): update dependency typescript to ^5.7.3 (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9073bcb commit 8bd6d7a

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"prisma": "^5.22.0",
6161
"rimraf": "^6.0.1",
6262
"ts-jest": "^29.2.5",
63-
"typescript": "^5.7.2"
63+
"typescript": "^5.7.3"
6464
}
6565
}

yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,14 +1466,7 @@
14661466
dependencies:
14671467
"@types/unist" "^2"
14681468

1469-
"@types/node@*":
1470-
version "22.5.4"
1471-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.4.tgz#83f7d1f65bc2ed223bdbf57c7884f1d5a4fa84e8"
1472-
integrity sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==
1473-
dependencies:
1474-
undici-types "~6.19.2"
1475-
1476-
"@types/node@^22.10.2":
1469+
"@types/node@*", "@types/node@^22.10.2":
14771470
version "22.10.2"
14781471
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9"
14791472
integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==
@@ -7576,10 +7569,10 @@ typed-array-length@^1.0.4:
75767569
for-each "^0.3.3"
75777570
is-typed-array "^1.1.9"
75787571

7579-
typescript@^5.7.2:
7580-
version "5.7.2"
7581-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
7582-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
7572+
typescript@^5.7.3:
7573+
version "5.7.3"
7574+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
7575+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
75837576

75847577
uglify-js@^3.1.4:
75857578
version "3.17.4"
@@ -7596,11 +7589,6 @@ unbox-primitive@^1.0.2:
75967589
has-symbols "^1.0.3"
75977590
which-boxed-primitive "^1.0.2"
75987591

7599-
undici-types@~6.19.2:
7600-
version "6.19.8"
7601-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
7602-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
7603-
76047592
undici-types@~6.20.0:
76057593
version "6.20.0"
76067594
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"

0 commit comments

Comments
 (0)