diff --git a/package-lock.json b/package-lock.json index 1dcab064..4869a0ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "postcss": "^8.5.3", "react-helmet-async": "^2.0.5", "tailwindcss": "^3.4.3", - "typescript": "^4.9.5", + "typescript": "^5.8.2", "typescript-eslint": "^8.25.0" } }, @@ -17009,16 +17009,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.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/typescript-eslint": { diff --git a/package.json b/package.json index 51aa0c08..b21cce2a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "postcss": "^8.5.3", "react-helmet-async": "^2.0.5", "tailwindcss": "^3.4.3", - "typescript": "^4.9.5", + "typescript": "^5.8.2", "typescript-eslint": "^8.25.0" }, "overrides": {