From fb74ce26b200475c650e1dd1beb2c94abfea5d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:04:31 +0000 Subject: [PATCH] Bump web-vitals from 3.5.1 to 5.1.0 in /client Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.1 to 5.1.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.1...v5.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index e5e64f779..e691e6456 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "react-inlinesvg": "^3.0.2", "react-redux": "^9.0.4", "react-scripts": "5.0.1", - "web-vitals": "^3.5.1" + "web-vitals": "^5.1.0" }, "scripts": { "start": "react-scripts start", diff --git a/client/yarn.lock b/client/yarn.lock index 9ce28501c..d5795edd5 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -10469,10 +10469,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.5.1.tgz#af7a9dc60708b81007922ab55a23d963676ba30a" - integrity sha512-xQ9lvIpfLxUj0eSmT79ZjRoU5wIRfIr7pNukL7ZE4EcWZSmfZQqOlhuAGfkVa3EFmzPHZhWhXfm2i5ys+THVPg== +web-vitals@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-5.1.0.tgz#2f117e92c8c4eeb107cb163cbb482ac20d685ebd" + integrity sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg== webidl-conversions@^4.0.2: version "4.0.2"