From 98430c997402e2599d44c3e5950a165b0ca13bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:32:59 +0000 Subject: [PATCH] Bump web-vitals from 5.3.0 to 6.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.3.0 to 6.1.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.3.0...v6.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 981e34c..38ff083 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "sass": "^1.100.0", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2", - "web-vitals": "^5.2.0" + "web-vitals": "^6.1.0" }, "overrides": { "postcss": "^8.5.10",