From 53e285daa30b179093135cf0a872b805b804582a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 6 Dec 2020 19:14:56 +0000 Subject: [PATCH] Bump web-vitals from 0.2.4 to 1.0.1 in /frontend Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 1.0.1. - [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.0.1) Signed-off-by: dependabot-preview[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4c94782..159d95f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14917,9 +14917,9 @@ } }, "web-vitals": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz", - "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.0.1.tgz", + "integrity": "sha512-io/H/D18edTL1D2lcaUTLNLFEVZIPhNd4IdXDB9bEb+uDv2m/6NfyHiXKLFjbmI1ubeYpoQpR1gl9nlcWdI0vA==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index b54a8e2..2fe0662 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "react-scripts": "4.0.1", "reactstrap": "^8.7.1", "styled-components": "^5.2.1", - "web-vitals": "^0.2.4" + "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start",