diff --git a/package-lock.json b/package-lock.json index ef4b259..7dd05ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.24.0", "astro": "^4.0.1", "sharp": "^0.33.0", - "typescript": "^5.3.3" + "typescript": "^5.5.2" } }, "node_modules/@ampproject/remapping": { @@ -7605,9 +7605,9 @@ "license": "MIT" }, "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.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 7fced7c..28d4d22 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "@astrojs/starlight": "^0.24.0", "astro": "^4.0.1", "sharp": "^0.33.0", - "typescript": "^5.3.3" + "typescript": "^5.5.2" } } \ No newline at end of file