diff --git a/package-lock.json b/package-lock.json index c13d3c8..7eccdbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "prettier-plugin-tailwindcss": "0.6.5", "release-it": "17.4.0", "tailwindcss": "3.4.4", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18.14.0" @@ -8087,9 +8087,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.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 416cf32..bd37d2b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prettier-plugin-tailwindcss": "0.6.5", "release-it": "17.4.0", "tailwindcss": "3.4.4", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18.14.0"