diff --git a/package-lock.json b/package-lock.json index 73a9a1e..d18d483 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "prettier-plugin-astro": "0.13.0", "prettier-plugin-tailwindcss": "0.5.14", "tailwindcss": "3.4.10", - "typescript": "5.4.5", + "typescript": "5.6.3", "typescript-eslint": "7.1.0", "yaml-eslint-parser": "1.2.3" }, @@ -16160,9 +16160,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "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/package.json b/package.json index b35c6f8..272ff33 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "prettier-plugin-astro": "0.13.0", "prettier-plugin-tailwindcss": "0.5.14", "tailwindcss": "3.4.10", - "typescript": "5.4.5", + "typescript": "5.6.3", "typescript-eslint": "7.1.0", "yaml-eslint-parser": "1.2.3" },