From 91c4b04ced898226df176f414ba7618a07e8100f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 07:30:43 +0000 Subject: [PATCH] Bump web-vitals from 0.2.4 to 1.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 1.1.0. - [Release notes](https://github.com/GoogleChrome/web-vitals/releases) - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v0.2.4...v1.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c0959b..80347ed 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-scripts": "^4.0.2", "react-toast-notifications": "^2.4.3", "uuid": "^8.3.2", - "web-vitals": "^0.2.4" + "web-vitals": "^1.1.0" }, "scripts": { "start": "react-scripts start",