From d9aada12d7620da3b1874c278adae41c23df6d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:55:13 +0000 Subject: [PATCH] Bump web-vitals from 0.2.4 to 1.1.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.4 to 1.1.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.1.1) 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 f1245f2..787cdcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15242,9 +15242,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.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.1.tgz", + "integrity": "sha512-jYOaqu01Ny1NvMwJ3dBJDUOJ2PGWknZWH4AUnvFOscvbdHMERIKT2TlgiAey5rVyfOePG7so2JcXXZdSnBvioQ==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 7c0fc64..8ab87a6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "4.0.0", "typescript": "^4.0.5", - "web-vitals": "^0.2.4" + "web-vitals": "^1.1.1" }, "scripts": { "start": "react-scripts start",