From d1a8c60d64f0463f1decba3bc35efddf0b1a0964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 11:11:55 +0000 Subject: [PATCH] Bump web-vitals from 0.2.4 to 2.1.3 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 2.1.3. - [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/v0.2.4...v2.1.3) --- 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 20285ba..74f3985 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-dom": "^17.0.1", "react-scripts": "4.0.1", "react-spinners": "^0.10.4", - "web-vitals": "^0.2.4" + "web-vitals": "^2.1.3" }, "scripts": { "predeploy": "webpack -p --mode=production --env production-gh",