From 215ae2e0a46eb0ff8f745761b737dc11f9191af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 02:50:23 +0000 Subject: [PATCH] Bump web-vitals from 4.2.4 to 5.0.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.2.4 to 5.0.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.2.4...v5.0.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.0.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 d31d489..afb44d5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "react-circular-progressbar": "^2.1.0", "react-dom": "^19.0.0", "react-scripts": "5.0.1", - "web-vitals": "^4.2.3" + "web-vitals": "^5.0.0" }, "prettier": { "singleQuote": true