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

This commit is contained in:
Renovate Bot 2024-07-01 19:01:31 +00:00
parent a89a94090b
commit c29c24621c

12
package-lock.json generated
View file

@ -21,8 +21,8 @@
"license": "MIT",
"devDependencies": {
"copyfiles": "^2.4.1",
"eslint": "^9.6.0",
"typescript": "^5.4.5"
"eslint": "^9.5.0",
"typescript": "^5.5.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -2300,9 +2300,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@ -2487,7 +2487,7 @@
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
"express": "^4.19.2",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"ws": "^8.17.1"
}
}