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

This commit is contained in:
Renovate Bot 2024-09-09 17:01:22 +00:00
parent b844d39e5f
commit 5529af666f

10
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.6.2"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -2283,9 +2283,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@ -2471,7 +2471,7 @@
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
"express": "^4.19.2",
"typescript": "^5.4.5",
"typescript": "^5.6.2",
"ws": "^8.17.1"
}
}