diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d93795cc..c552b90d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "react-scripts": "^5.0.1", "rechart": "^0.0.1", "recharts": "^2.7.3", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -17381,9 +17381,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.0.tgz", + "integrity": "sha512-f5YnCHVG9Y6uLCePD4tY8bO/Ge15NPEQWtvm3tPzDKygloiqtb4SVqRHBcrIAqo2ztqX5XueqDn97zHF0LdT6w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index 7da1401c..a283c2ab 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "react-scripts": "^5.0.1", "rechart": "^0.0.1", "recharts": "^2.7.3", - "web-vitals": "^2.1.4" + "web-vitals": "^3.5.0" }, "scripts": { "start": "react-scripts start",