From 9309ac02c2912ec68007c8051ea6a4f26f49cbc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 22:48:39 +0000 Subject: [PATCH] deps(npm): Bump web-vitals from 5.3.0 to 6.0.0 in /app Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.3.0 to 6.0.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.3.0...v6.0.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 70b0c3a369..a9431a85e5 100644 --- a/app/package.json +++ b/app/package.json @@ -34,7 +34,7 @@ "react-helmet-async": "^3.0.0", "react-router-dom": "^7.18.1", "react-syntax-highlighter": "^16.1.1", - "web-vitals": "^5.3.0" + "web-vitals": "^6.0.0" }, "devDependencies": { "@eslint/js": "^10.0.1", diff --git a/app/yarn.lock b/app/yarn.lock index ee2bc1e08a..0410055887 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -3126,10 +3126,10 @@ w3c-xmlserializer@^5.0.0: dependencies: xml-name-validator "^5.0.0" -web-vitals@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-5.3.0.tgz#a67f57f229fdf68be99eb99d3725946def284ff3" - integrity sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g== +web-vitals@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-6.0.0.tgz#05c7c10e7c4bba4acfe35c59767bd52894e22350" + integrity sha512-Guaibvy/+uNtL6Bsu4jmMJGzuSl91oeRH5iO9pPRbYftnFUr3yqT1TUNX/OE4o9HexuEMU3Kb/Wg7iKhlffZUA== webidl-conversions@^8.0.1: version "8.0.1"