diff --git a/client/package-lock.json b/client/package-lock.json index c2d34ee8..b11cc185 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -34,7 +34,7 @@ "react-scripts": "^5.0.1", "react-toastify": "^10.0.4", "sass": "^1.69.5", - "typescript": "^4.9.5", + "typescript": "^5.4.4", "web-vitals": "^3.5.0", "yup": "^1.3.3" } @@ -18065,15 +18065,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.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { @@ -32294,9 +32294,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/client/package.json b/client/package.json index 439a14c8..f0eb293e 100644 --- a/client/package.json +++ b/client/package.json @@ -31,7 +31,7 @@ "react-scripts": "^5.0.1", "react-toastify": "^10.0.4", "sass": "^1.69.5", - "typescript": "^4.9.5", + "typescript": "^5.4.4", "web-vitals": "^3.5.0", "yup": "^1.3.3" },