diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cc8c7a7..6a5b44a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "react-dom": "^18.3.1", "react-router-dom": "^6.23.1", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^5.1.0" } }, "node_modules/@adobe/css-tools": { @@ -19604,9 +19604,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": "5.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/frontend/package.json b/frontend/package.json index 5a85038..a5bef89 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "react-dom": "^18.3.1", "react-router-dom": "^6.23.1", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^5.1.0" }, "scripts": { "start": "react-scripts start",