chore(deps): update dependency typescript to v5.9.3
All checks were successful
Build Test / build (pull_request) Successful in 20s

This commit is contained in:
2026-02-11 06:10:38 +00:00
parent 08df85dd9d
commit 852a1bc2cd
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -38,7 +38,7 @@
"prettier": "3.4.2", "prettier": "3.4.2",
"sass": "1.77.1", "sass": "1.77.1",
"sass-loader": "16.0.4", "sass-loader": "16.0.4",
"typescript": "5.7.2", "typescript": "5.9.3",
"typescript-eslint": "^8.18.2", "typescript-eslint": "^8.18.2",
"vite": "6.0.6", "vite": "6.0.6",
"vite-plugin-static-copy": "^3.1.2", "vite-plugin-static-copy": "^3.1.2",
@@ -4591,9 +4591,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.7.2", "version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View File

@@ -46,7 +46,7 @@
"prettier": "3.4.2", "prettier": "3.4.2",
"sass": "1.77.1", "sass": "1.77.1",
"sass-loader": "16.0.4", "sass-loader": "16.0.4",
"typescript": "5.7.2", "typescript": "5.9.3",
"typescript-eslint": "^8.18.2", "typescript-eslint": "^8.18.2",
"vite": "6.0.6", "vite": "6.0.6",
"vite-plugin-static-copy": "^3.1.2", "vite-plugin-static-copy": "^3.1.2",