diff --git a/package-lock.json b/package-lock.json index 1823f23b..eab18f43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-scripts": "5.0.1", "react-toastify": "^10.0.5", "styled-components": "^6.1.11", - "web-vitals": "^4.2.0" + "web-vitals": "^4.2.3" }, "devDependencies": { "eslint": "^8.57.0", @@ -18439,16 +18439,16 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=14.17" + "node": ">=4.2.0" } }, "node_modules/unbox-primitive": { @@ -18727,9 +18727,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.2.tgz", - "integrity": "sha512-nYfoOqb4EmElljyXU2qdeE76KsvoHdftQKY4DzA9Aw8DervCg2bG634pHLrJ/d6+B4mE3nWTSJv8Mo7B2mbZkw==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", + "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 7c57436e..6df283a4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-scripts": "5.0.1", "react-toastify": "^10.0.5", "styled-components": "^6.1.11", - "web-vitals": "^4.2.0" + "web-vitals": "^4.2.3" }, "scripts": { "start": "react-scripts start",