diff --git a/package-lock.json b/package-lock.json index 54c355a..df33a38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "rollup-plugin-typescript2": "^0.36.0", "tailwindcss": "^3.4.4", "ts-jest": "^29.1.4", - "typescript": "~4.9.5", + "typescript": "~5.4.5", "vite-plugin-dts": "^3.9.1", "vite-plugin-eslint": "^1.8.1" } @@ -7218,16 +7218,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "devOptional": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index 824befd..239e4ce 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "rollup-plugin-typescript2": "^0.36.0", "tailwindcss": "^3.4.4", "ts-jest": "^29.1.4", - "typescript": "~4.9.5", + "typescript": "~5.4.5", "vite-plugin-dts": "^3.9.1", "vite-plugin-eslint": "^1.8.1" },