From c31325da1106be9e777ca116df637fe7c2a569be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:15:12 +0000 Subject: [PATCH] Bump web-vitals from 6.2.0 to 6.2.1 in /client Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 6.2.0 to 6.2.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 09358b7..89ce3a2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "react-router-dom": "^7.13.1", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^6.2.0" + "web-vitals": "^6.2.1" }, "devDependencies": { "http-proxy-middleware": "^3.0.5" @@ -16599,9 +16599,9 @@ } }, "node_modules/web-vitals": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.2.0.tgz", - "integrity": "sha512-i2jhLkq6eB38jgJX5OIjEkyzQKgsG7FR56v7GphJNjzKAySgbRbwAfsFC0dDfHROWmCycf912SJpU2QoYIcMVg==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.2.1.tgz", + "integrity": "sha512-rLcLXA2sx6+9dE88NHFubwTtGxpK4yYBLj6qHPdFoCaLr0cXGb4efOqtKLlm4loGA4OEKHIQKMKzZkKyOh5ctw==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/client/package.json b/client/package.json index b23eb90..c5cd416 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "react-router-dom": "^7.13.1", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^6.2.0" + "web-vitals": "^6.2.1" }, "scripts": { "start": "react-scripts start",