From e6adf84563c56e7f94b5012640fc97f3c10078d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:27:33 +0000 Subject: [PATCH] chore(deps): 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3a3d06..656daab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react-router": "^8.3.0", "react-router-dom": "^7.18.1", "react-scripts": "5.0.1", - "web-vitals": "^5.3.0" + "web-vitals": "^6.0.0" } }, "node_modules/@adobe/css-tools": { @@ -16147,9 +16147,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==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -28430,9 +28430,9 @@ } }, "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==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 6f3b4fa..64bb5bc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-router": "^8.3.0", "react-router-dom": "^7.18.1", "react-scripts": "5.0.1", - "web-vitals": "^5.3.0" + "web-vitals": "^6.0.0" }, "scripts": { "predeploy": "npm run build",