From fc29f82b86cbed743de590f0e729299d63598839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:13:29 +0000 Subject: [PATCH] chore: bump web-vitals from 6.0.0 to 6.1.0 in /web/playground Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 6.0.0 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.0...v6.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/playground/package-lock.json | 8 ++++---- web/playground/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/playground/package-lock.json b/web/playground/package-lock.json index 6f070cf518b5..5ba279f4df4f 100644 --- a/web/playground/package-lock.json +++ b/web/playground/package-lock.json @@ -18,7 +18,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "react-syntax-highlighter": "^16.1.0", - "web-vitals": "^6.0.0", + "web-vitals": "^6.1.0", "yaml": "^2.9.0" }, "devDependencies": { @@ -1892,9 +1892,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.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.1.0.tgz", + "integrity": "sha512-ZNoJ/MbU6aaR2WjKrFVUvy5WQx+G96YvXQFSsmKTz3A/0VlAFywjUcxl00hc/S6wef2stfgQ4yWYIJCWCNudkA==", "license": "Apache-2.0" }, "node_modules/wordwrapjs": { diff --git a/web/playground/package.json b/web/playground/package.json index ca20167e62a1..13680895c145 100644 --- a/web/playground/package.json +++ b/web/playground/package.json @@ -22,7 +22,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "react-syntax-highlighter": "^16.1.0", - "web-vitals": "^6.0.0", + "web-vitals": "^6.1.0", "yaml": "^2.9.0" }, "devDependencies": {