From 42ea4029ffd0254d47d1fa7ef1df24162b5ca480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:04:11 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 3.1.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.1.1. - [Release notes](https://github.com/GoogleChrome/web-vitals/releases) - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.1.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 24ba332..ad6c78f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "5.0.0", "source-map-explorer": "^2.5.0", - "web-vitals": "^2.1.0" + "web-vitals": "^3.1.1" }, "devDependencies": { "eslint": "^8.7.0",