Update typescript to 5.5.4

This commit is contained in:
Felipe Lalanne 2024-08-22 11:21:20 -04:00
parent 649a20fbe0
commit 9b819e4837
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -102,7 +102,7 @@
"ts-node": "^10.0.0",
"tsconfig-paths": "^4.1.0",
"typed-error": "^3.2.1",
"typescript": "^5.3.3",
"typescript": "^5.5.4",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0",
"winston": "^3.3.3",
@ -13520,9 +13520,9 @@
"dev": true
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -128,7 +128,7 @@
"ts-node": "^10.0.0",
"tsconfig-paths": "^4.1.0",
"typed-error": "^3.2.1",
"typescript": "^5.3.3",
"typescript": "^5.5.4",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0",
"winston": "^3.3.3",