Upgrade typescript to v5.8.3

This commit is contained in:
Jozef Izso 2025-05-17 14:04:03 +02:00
parent 84bcb5d437
commit 4a3cfcde80
Failed to extract signature
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -41,7 +41,7 @@
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"ts-jest": "^29.2.6", "ts-jest": "^29.2.6",
"typescript": "^5.5.4" "typescript": "^5.8.3"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
@ -7664,9 +7664,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.8.2", "version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View file

@ -67,7 +67,7 @@
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"ts-jest": "^29.2.6", "ts-jest": "^29.2.6",
"typescript": "^5.5.4" "typescript": "^5.8.3"
}, },
"jest-junit": { "jest-junit": {
"suiteName": "jest tests", "suiteName": "jest tests",