From efe22d4538bba8ddc587eb52b62aad9a8959da26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 23:44:51 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 6.1.1 to 6.2.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 6.1.1 to 6.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.2.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 c5fdcdae..261a15af 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.0" } } diff --git a/package-lock.json b/package-lock.json index 20e34d81..829341c2 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.0" } }, "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.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.2.0.tgz", + "integrity": "sha512-i2jhLkq6eB38jgJX5OIjEkyzQKgsG7FR56v7GphJNjzKAySgbRbwAfsFC0dDfHROWmCycf912SJpU2QoYIcMVg==", "dev": true, "license": "Apache-2.0" },