diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 3496df60..4091944b 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -55,6 +55,6 @@ "@vitejs/plugin-react": "^6.0.5", "jsdom": "^30.0.1", "vite": "^8.2.1", - "web-vitals": "^6.0.1" + "web-vitals": "^6.1.0" } } diff --git a/package-lock.json b/package-lock.json index a62fdbbb..11eb43d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -136,7 +136,7 @@ "@vitejs/plugin-react": "^6.0.5", "jsdom": "^30.0.1", "vite": "^8.2.1", - "web-vitals": "^6.0.1" + "web-vitals": "^6.1.0" } }, "apps/dashboard/node_modules/@tanstack/react-router-devtools": { @@ -14462,9 +14462,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==", "dev": true, "license": "Apache-2.0" },