From b1b99757e5243c19835438595e59ced58ba9a19b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:19:40 +0000 Subject: [PATCH] Bump web-vitals from 0.2.4 to 1.1.1 in /client 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] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index f0c6359..31adffc 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ "react-dom": "^17.0.1", "react-scripts": "4.0.0", "typescript": "^4.0.5", - "web-vitals": "^0.2.4" + "web-vitals": "^1.1.1" }, "scripts": { "start": "react-scripts start", diff --git a/client/yarn.lock b/client/yarn.lock index 423a5e0..d67a1e7 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -10925,10 +10925,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^0.2.4: - version "0.2.4" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-0.2.4.tgz#ec3df43c834a207fd7cdefd732b2987896e08511" - integrity sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg== +web-vitals@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.1.tgz#2df535e3355fb7fbe34787b44b736e270e539377" + integrity sha512-jYOaqu01Ny1NvMwJ3dBJDUOJ2PGWknZWH4AUnvFOscvbdHMERIKT2TlgiAey5rVyfOePG7so2JcXXZdSnBvioQ== webidl-conversions@^5.0.0: version "5.0.0"