From e0f2853aec98c2b9643b0bb9eaf8e317d36d79c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:22:51 +0000 Subject: [PATCH] build(deps): bump web-vitals from 5.3.0 to 6.0.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.3.0 to 6.0.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.3.0...v6.0.1) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f07c3fe..3435fc9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-dom": "^19.2.4", "react-scripts": "5.0.1", "typescript": "^6.0.3", - "web-vitals": "^5.3.0" + "web-vitals": "^6.0.1" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index facd600..67e022c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9504,10 +9504,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-5.3.0.tgz#a67f57f229fdf68be99eb99d3725946def284ff3" - integrity sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g== +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== webidl-conversions@^4.0.2: version "4.0.2"