From a1fb2a76e69b2ea6930e00ffbd22a5eab7766d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:45:22 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 6.1.1 to 6.2.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 6.1.1 to 6.2.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.2.1 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 c5fdcdae..c241d799 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.2", - "web-vitals": "^6.1.1" + "web-vitals": "^6.2.1" } } diff --git a/package-lock.json b/package-lock.json index 8a35ceee..d807cce8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -127,7 +127,7 @@ "@vitejs/plugin-react": "^6.0.5", "jsdom": "^30.0.1", "vite": "^8.2.2", - "web-vitals": "^6.1.1" + "web-vitals": "^6.2.1" } }, "apps/dashboard/node_modules/@tanstack/react-router-devtools": { @@ -12643,9 +12643,9 @@ } }, "node_modules/web-vitals": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.1.1.tgz", - "integrity": "sha512-r93gKnR6ZC2O8F3JrS0AAGIQ0v0OhXuyg4DAj2oG7K+GPkwXfUSc3ZcWeu50AsV5yIc6xxnTjERipJ6EvSw2vg==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.2.1.tgz", + "integrity": "sha512-rLcLXA2sx6+9dE88NHFubwTtGxpK4yYBLj6qHPdFoCaLr0cXGb4efOqtKLlm4loGA4OEKHIQKMKzZkKyOh5ctw==", "dev": true, "license": "Apache-2.0" },