From d91bfa490c9b95d39f6857e51612e997cd369d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 08:25:09 +0000 Subject: [PATCH] Bump web-vitals from 0.2.4 to 1.1.2 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 1.1.2. - [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.2) Signed-off-by: dependabot[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 ed54af7..2e81cdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15288,9 +15288,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.1.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.2.tgz", + "integrity": "sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 07ef4ca..7bb4e09 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", "styled-components": "^5.2.3", - "web-vitals": "^0.2.4" + "web-vitals": "^1.1.2" }, "scripts": { "start": "react-scripts start",