From 043c294a2fe680170322a1a5507e113298b36069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:51:38 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 6.0.1 to 6.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 6.0.1 to 6.1.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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" },