From 5c8ca37dc06b6cf5a3fd6c6ec6f525a59e3866fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 03:47:30 +0000 Subject: [PATCH] build(deps): bump web-vitals from 3.5.2 to 4.0.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.0.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.0.1) --- updated-dependencies: - dependency-name: web-vitals 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 bdfff50..7fb3500 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-router-dom": "^6.14.2", "react-scripts": "^5.0.1", "typescript": "^5.4.5", - "web-vitals": "^3.4.0" + "web-vitals": "^4.0.1" }, "overrides": { "typescript": "^5.4.5"