diff --git a/package-lock.json b/package-lock.json index 1b97a70..4f0e161 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react-router": "^8.3.0", "react-router-dom": "^7.18.2", "react-scripts": "5.0.1", - "web-vitals": "^6.0.1" + "web-vitals": "^6.1.0" } }, "node_modules/@adobe/css-tools": { @@ -16147,9 +16147,9 @@ } }, "node_modules/web-vitals": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.1.tgz", - "integrity": "sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.1.0.tgz", + "integrity": "sha512-ZNoJ/MbU6aaR2WjKrFVUvy5WQx+G96YvXQFSsmKTz3A/0VlAFywjUcxl00hc/S6wef2stfgQ4yWYIJCWCNudkA==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -28430,9 +28430,9 @@ } }, "web-vitals": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.1.tgz", - "integrity": "sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.1.0.tgz", + "integrity": "sha512-ZNoJ/MbU6aaR2WjKrFVUvy5WQx+G96YvXQFSsmKTz3A/0VlAFywjUcxl00hc/S6wef2stfgQ4yWYIJCWCNudkA==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 9cca95b..be11c65 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-router": "^8.3.0", "react-router-dom": "^7.18.2", "react-scripts": "5.0.1", - "web-vitals": "^6.0.1" + "web-vitals": "^6.1.0" }, "scripts": { "predeploy": "npm run build",