From 7855e12cd2794e3ad82797bb6124948aa4917da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:02:42 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 5.1.0 to 5.2.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79310d52..2d60f140 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17190,9 +17190,9 @@ } }, "node_modules/web-vitals": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", - "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.2.0.tgz", + "integrity": "sha512-i2z98bEmaCqSDiHEDu+gHl/dmR4Q+TxFmG3/13KkMO+o8UxQzCqWaDRCiLgEa41nlO4VpXSI0ASa1xWmO9sBlA==", "dev": true, "license": "Apache-2.0" }, @@ -17776,7 +17776,7 @@ "@vitejs/plugin-react": "^5.1.4", "jsdom": "^29.0.1", "vite": "^7.3.1", - "web-vitals": "^5.1.0" + "web-vitals": "^5.2.0" } }, "packages/dashboard/node_modules/@tanstack/react-router-devtools": { diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index b4cde457..3a468722 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -55,6 +55,6 @@ "@vitejs/plugin-react": "^5.1.4", "jsdom": "^29.0.1", "vite": "^7.3.1", - "web-vitals": "^5.1.0" + "web-vitals": "^5.2.0" } }