Update dependency typescript to v5.5.2
Some checks failed
Build / build (pull_request) Successful in 30s
Publish Docker image / Push Docker image to GitHub Packages (push) Failing after 19s

This commit is contained in:
Renovate Bot 2024-06-20 23:02:21 +00:00
parent 2b48f1e2a7
commit 73f5ab3b79

11
package-lock.json generated
View file

@ -22,7 +22,7 @@
"devDependencies": {
"copyfiles": "^2.4.1",
"eslint": "^9.5.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -2294,10 +2294,11 @@
}
},
"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.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -2480,7 +2481,7 @@
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
"express": "^4.19.2",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"ws": "^8.17.1"
}
}