Update dependency typescript to v5.6.3
Some checks failed
Build / build (pull_request) Successful in 25s
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-10-08 22:09:46 +00:00
parent 349d2b2837
commit 91b4931b76

12
package-lock.json generated
View file

@ -22,7 +22,7 @@
"devDependencies": { "devDependencies": {
"copyfiles": "^2.4.1", "copyfiles": "^2.4.1",
"eslint": "^9.5.0", "eslint": "^9.5.0",
"typescript": "^5.4.5" "typescript": "^5.6.3"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@ -2258,9 +2258,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.6.2", "version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
@ -2445,8 +2445,8 @@
"devDependencies": { "devDependencies": {
"@types/express": "^5.0.0", "@types/express": "^5.0.0",
"@types/ws": "^8.5.10", "@types/ws": "^8.5.10",
"express": "^4.21.1", "express": "^4.19.2",
"typescript": "^5.4.5", "typescript": "^5.6.3",
"ws": "^8.17.1" "ws": "^8.17.1"
} }
} }