diff --git a/client/package-lock.json b/client/package-lock.json index 7bead6b..2c9b61a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -31,7 +31,7 @@ "react-spinners": "^0.14.1", "sass": "^1.79.3", "ts-node": "^10.9.1", - "typescript": "^4.9.5", + "typescript": "^5.6.2", "web-vitals": "^3.5.0" }, "devDependencies": { @@ -17316,15 +17316,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.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "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 038a340..ead240a 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ "react-spinners": "^0.14.1", "sass": "^1.79.3", "ts-node": "^10.9.1", - "typescript": "^4.9.5", + "typescript": "^5.6.2", "web-vitals": "^3.5.0" }, "scripts": {