From e6664d5be9c9250813effd0c5d2b580cb5439702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 03:28:46 +0000 Subject: [PATCH] Bump web-vitals from 6.0.0 to 6.0.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 6.0.0 to 6.0.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 4b43033..c524dd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react-is": "^19.2.8", "react-router-dom": "^7.18.2", "styled-components": "^6.4.3", - "web-vitals": "^6.0.0" + "web-vitals": "^6.0.1" }, "devDependencies": { "@csstools/postcss-global-data": "4.0.0", @@ -7401,9 +7401,9 @@ } }, "node_modules/web-vitals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.0.tgz", - "integrity": "sha512-Guaibvy/+uNtL6Bsu4jmMJGzuSl91oeRH5iO9pPRbYftnFUr3yqT1TUNX/OE4o9HexuEMU3Kb/Wg7iKhlffZUA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.1.tgz", + "integrity": "sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw==", "license": "Apache-2.0" }, "node_modules/which": { diff --git a/package.json b/package.json index 7af8607..78fc2e0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-is": "^19.2.8", "react-router-dom": "^7.18.2", "styled-components": "^6.4.3", - "web-vitals": "^6.0.0" + "web-vitals": "^6.0.1" }, "devDependencies": { "@csstools/postcss-global-data": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 66bb017..afa084f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3340,10 +3340,10 @@ vite@^8.1.5: optionalDependencies: fsevents "~2.3.3" -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== +web-vitals@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-6.0.1.tgz#774de5fba561154313bcc09d125990f046fdd174" + integrity sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw== which-boxed-primitive@^1.1.0, which-boxed-primitive@^1.1.1: version "1.1.1"