diff --git a/package-lock.json b/package-lock.json index b07afec..6675ea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "autoprefixer": "^10.4.18", "postcss": "^8.4.38", "tailwindcss": "^3.4.3", - "typescript": "^4.9.5" + "typescript": "^5.5.3" } }, "node_modules/@alloc/quick-lru": { @@ -15872,15 +15872,15 @@ } }, "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.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 02405e4..31acd9b 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "autoprefixer": "^10.4.18", "postcss": "^8.4.38", "tailwindcss": "^3.4.3", - "typescript": "^4.9.5" + "typescript": "^5.5.3" } }