Skip to content

Commit 70de093

Browse files
deps: update typescript version (#610)
1 parent b9683f6 commit 70de093

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
],
4343
"dependencies": {
4444
"@types/json-schema": "^7.0.9",
45-
"@types/node": "^16.9.2",
45+
"@types/node": "^18.11.9",
4646
"glob": "^7.1.7",
4747
"path-equal": "^1.2.5",
4848
"safe-stable-stringify": "^2.2.0",
4949
"ts-node": "^10.9.1",
50-
"typescript": "~5.1.0",
50+
"typescript": "~5.5.0",
5151
"yargs": "^17.1.1"
5252
},
5353
"devDependencies": {

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,18 @@
9696
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-9.0.0.tgz"
9797
integrity sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==
9898

99-
"@types/node@*", "@types/node@^16.9.2":
99+
"@types/node@*":
100100
version "16.18.13"
101101
resolved "https://registry.npmjs.org/@types/node/-/node-16.18.13.tgz"
102102
integrity sha512-l0/3XZ153UTlNOnZK8xSNoJlQda9/WnYgiTdcKKPJSZjdjI9MU+A9oMXOesAWLSnqAaaJhj3qfQsU07Dr8OUwg==
103103

104+
"@types/node@^18.11.9":
105+
version "18.19.43"
106+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.43.tgz#fe01bb599b60bb3279c26d0fdb751d2f3e299ae0"
107+
integrity sha512-Mw/YlgXnyJdEwLoFv2dpuJaDFriX+Pc+0qOBJ57jC1H6cDxIj2xc5yUrdtArDVG0m+KV6622a4p2tenEqB3C/g==
108+
dependencies:
109+
undici-types "~5.26.4"
110+
104111
105112
version "1.1.2"
106113
resolved "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz"
@@ -894,10 +901,15 @@ type-detect@^4.0.0, type-detect@^4.0.5:
894901
resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"
895902
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
896903

897-
typescript@~5.1.0:
898-
version "5.1.6"
899-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
900-
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
904+
typescript@~5.5.0:
905+
version "5.5.4"
906+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
907+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
908+
909+
undici-types@~5.26.4:
910+
version "5.26.5"
911+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
912+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
901913

902914
uri-js@^4.2.2:
903915
version "4.4.1"

0 commit comments

Comments
 (0)