diff --git a/package-lock.json b/package-lock.json index 0642b37..d19776d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.22.2", "astro": "^4.3.5", "sharp": "^0.32.5", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }, "node_modules/@ampproject/remapping": { @@ -7215,9 +7215,10 @@ "integrity": "sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==" }, "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", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 38217af..3486b74 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "astro": "^4.3.5", "sharp": "^0.32.5", "@astrojs/check": "^0.6.0", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } } \ No newline at end of file