From 5c6a10c99e3bcc2c0351fc3f4cf8564d656c357d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 02:28:41 +0000 Subject: [PATCH] Bump web-vitals from 1.0.1 to 2.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.0.1 to 2.1.0. - [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/v1.0.1...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 80a5f9d..20259e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15373,9 +15373,9 @@ } }, "web-vitals": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.0.1.tgz", - "integrity": "sha512-io/H/D18edTL1D2lcaUTLNLFEVZIPhNd4IdXDB9bEb+uDv2m/6NfyHiXKLFjbmI1ubeYpoQpR1gl9nlcWdI0vA==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", + "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 6f3a711..46541c1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react-dom": "^17.0.1", "react-scripts": "4.0.1", "stanza": "^12.15.0", - "web-vitals": "^1.0.1" + "web-vitals": "^2.1.0" }, "scripts": { "start": "react-scripts start",