From 7177aa3f57b35b08af937be6f35988c8c42dd236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:12:36 +0000 Subject: [PATCH] Bump web-vitals from 6.0.1 to 6.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 6.0.1 to 6.1.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 e1b5f548..41bb7269 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": "6.0.1", + "web-vitals": "6.1.0", "webpack": "5.109.2", "webpack-cli": "7.2.2", "xml-js": "1.6.11" @@ -1313,9 +1313,9 @@ } }, "node_modules/web-vitals": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.1.tgz", - "integrity": "sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.1.0.tgz", + "integrity": "sha512-ZNoJ/MbU6aaR2WjKrFVUvy5WQx+G96YvXQFSsmKTz3A/0VlAFywjUcxl00hc/S6wef2stfgQ4yWYIJCWCNudkA==", "dev": true }, "node_modules/webpack": { @@ -2397,9 +2397,9 @@ "dev": true }, "web-vitals": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.1.tgz", - "integrity": "sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.1.0.tgz", + "integrity": "sha512-ZNoJ/MbU6aaR2WjKrFVUvy5WQx+G96YvXQFSsmKTz3A/0VlAFywjUcxl00hc/S6wef2stfgQ4yWYIJCWCNudkA==", "dev": true }, "webpack": { diff --git a/package.json b/package.json index 591b9f66..c396a5ba 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": "6.0.1", + "web-vitals": "6.1.0", "webpack": "5.109.2", "webpack-cli": "7.2.2", "xml-js": "1.6.11"