From 3098b004880215a70708858d9146f4bf44cfd371 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 19:59:01 +0200 Subject: [PATCH] chore(deps): update dependency web-vitals to v2 (#386) Co-authored-by: Renovate Bot --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 90fab4efdb..1e2a9dd675 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -82,7 +82,7 @@ "sass": "1.42.1", "swr": "0.5.7", "typescript": "4.4.3", - "web-vitals": "1.1.1" + "web-vitals": "2.1.0" }, "jest": { "moduleNameMapper": { diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c8d143c26c..6e4d76a910 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -12723,10 +12723,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -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== +web-vitals@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.0.tgz#ebf5428875ab5bfc1056c2e80cd177001287de7b" + integrity sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg== webidl-conversions@^3.0.0: version "3.0.1"