From 8ecd5b72a696651d59c305fe4a28bcdaf2edbbc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:56:34 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 5.1.0 to 5.2.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1f471d..25246b6 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^3.3.1", - "web-vitals": "5.1.0" + "web-vitals": "5.2.0" }, "devDependencies": { "@playwright/test": "^1.40.0",