chore(deps): update dependency typescript to v5.5.4

This commit is contained in:
renovate[bot] 2024-07-23 03:15:52 +00:00 committed by Thomas A. Christensen II
parent acf29e0262
commit 12a90d6b85
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -37,7 +37,7 @@
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.4"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -6232,9 +6232,9 @@
}
},
"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",
@ -11141,9 +11141,9 @@
}
},
"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
},
"unbox-primitive": {

View file

@ -79,7 +79,7 @@
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.4"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",