diff --git a/client/package-lock.json b/client/package-lock.json index 1ceb1934..6d378f9e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -72,7 +72,7 @@ "tailwindcss": "^3.0.2", "terser-webpack-plugin": "^5.2.5", "ts-node": "^10.9.1", - "typescript": "^4.9.5", + "typescript": "^5.7.2", "web-vitals": "^3.5.0", "webpack": "^5.64.4", "webpack-dev-server": "^4.6.0", @@ -17368,15 +17368,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.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/client/package.json b/client/package.json index 0bc68a93..638f5f85 100644 --- a/client/package.json +++ b/client/package.json @@ -71,7 +71,7 @@ "tailwindcss": "^3.0.2", "terser-webpack-plugin": "^5.2.5", "ts-node": "^10.9.1", - "typescript": "^4.9.5", + "typescript": "^5.7.2", "web-vitals": "^3.5.0", "webpack": "^5.64.4", "webpack-dev-server": "^4.6.0",