diff --git a/presenter/package-lock.json b/presenter/package-lock.json index 0ed03dfac..786fb2cd9 100644 --- a/presenter/package-lock.json +++ b/presenter/package-lock.json @@ -88,7 +88,7 @@ "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^13.1.0", - "typescript": "5.5.4", + "typescript": "5.6.3", "vite-plugin-checker": "^0.8.0", "vite-plugin-compression": "^0.5.1", "vite-plugin-vuetify": "^2.0.4", @@ -17165,9 +17165,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.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "devOptional": true, "bin": { "tsc": "bin/tsc", diff --git a/presenter/package.json b/presenter/package.json index bd2ff4c02..0c7fccaac 100644 --- a/presenter/package.json +++ b/presenter/package.json @@ -124,7 +124,7 @@ "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^13.1.0", - "typescript": "5.5.4", + "typescript": "5.6.3", "vite-plugin-checker": "^0.8.0", "vite-plugin-compression": "^0.5.1", "vite-plugin-vuetify": "^2.0.4",