From a2a82a934a1674a1b97b24bda0705b66f880a5c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 07:13:27 +0000 Subject: [PATCH] Bump web-vitals from 5.3.0 to 6.0.0 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] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b029cd..dcfddd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react-is": "^19.2.8", "react-router-dom": "^7.18.1", "styled-components": "^6.4.3", - "web-vitals": "^5.3.0" + "web-vitals": "^6.0.0" }, "devDependencies": { "@csstools/postcss-global-data": "4.0.0", @@ -7408,9 +7408,9 @@ } }, "node_modules/web-vitals": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", - "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.0.tgz", + "integrity": "sha512-Guaibvy/+uNtL6Bsu4jmMJGzuSl91oeRH5iO9pPRbYftnFUr3yqT1TUNX/OE4o9HexuEMU3Kb/Wg7iKhlffZUA==", "license": "Apache-2.0" }, "node_modules/which": { diff --git a/package.json b/package.json index be49aa0..12a9bfd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-is": "^19.2.8", "react-router-dom": "^7.18.1", "styled-components": "^6.4.3", - "web-vitals": "^5.3.0" + "web-vitals": "^6.0.0" }, "devDependencies": { "@csstools/postcss-global-data": "4.0.0", diff --git a/yarn.lock b/yarn.lock index fcde4ed..1a16195 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3346,10 +3346,10 @@ vite@^8.1.5: optionalDependencies: fsevents "~2.3.3" -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== which-boxed-primitive@^1.1.0, which-boxed-primitive@^1.1.1: version "1.1.1"