Update dependency typescript to v5.5.4
Some checks failed
Build / build (pull_request) Successful in 46s
Enable Auto Merge / auto-merge (pull_request) Has been skipped
Publish Docker image / Push Docker image to GitHub Packages (push) Failing after 24s

This commit is contained in:
Renovate Bot 2024-07-23 00:02:04 +00:00
parent e98a4f4db5
commit 29f3c5e964

12
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.4"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -2303,9 +2303,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@ -2489,9 +2489,9 @@
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/ws": "^8.5.11",
"@types/ws": "^8.5.10",
"express": "^4.19.2",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"ws": "^8.17.1"
}
}