diff --git a/package-lock.json b/package-lock.json index a796a5b..0889801 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.4", - "typescript": "^5.5.2" + "typescript": "^5.5.3" } }, "node_modules/@ampproject/remapping": { @@ -7605,9 +7605,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 742143b..6880822 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "@astrojs/starlight": "^0.24.0", "astro": "^4.0.1", "sharp": "^0.33.4", - "typescript": "^5.5.2" + "typescript": "^5.5.3" } } \ No newline at end of file