diff --git a/package-lock.json b/package-lock.json index ec6353c..c41bd87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "reading-time": "^1.5.0", "remark-unwrap-images": "^4.0.0", "tailwindcss": "^3.4.3", - "typescript": "^5.4.4" + "typescript": "^5.5.4" } }, "node_modules/@alloc/quick-lru": { @@ -14473,11 +14473,10 @@ "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.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "devOptional": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 910957f..b594d3d 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ "reading-time": "^1.5.0", "remark-unwrap-images": "^4.0.0", "tailwindcss": "^3.4.3", - "typescript": "^5.4.4" + "typescript": "^5.5.4" } }