From 3c1c85993c44a0db69c66dea947c29e64ff0837d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:12:48 +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:development 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 d6993e9c..2aa5294b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "node-fetch": "3.3.2", "recursive-readdir": "2.2.3", "run-script-os": "1.1.6", - "web-vitals": "5.3.0", + "web-vitals": "6.0.0", "webpack": "5.108.4", "webpack-cli": "7.2.1", "xml-js": "1.6.11" @@ -1338,9 +1338,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==", "dev": true }, "node_modules/webpack": { @@ -2437,9 +2437,9 @@ "dev": true }, "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==", "dev": true }, "webpack": { diff --git a/package.json b/package.json index 8663e3bc..4beebf69 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "node-fetch": "3.3.2", "recursive-readdir": "2.2.3", "run-script-os": "1.1.6", - "web-vitals": "5.3.0", + "web-vitals": "6.0.0", "webpack": "5.108.4", "webpack-cli": "7.2.1", "xml-js": "1.6.11"