From 6c96e717314eb7a80ea2994a913d3ad226c88047 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Jun 2021 02:41:28 +0000 Subject: [PATCH] Update dependency web-vitals to v2 --- packages/utilities/web-vitals/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/utilities/web-vitals/package.json b/packages/utilities/web-vitals/package.json index c5257661ae..a79f7177b7 100644 --- a/packages/utilities/web-vitals/package.json +++ b/packages/utilities/web-vitals/package.json @@ -21,7 +21,7 @@ "dependencies": { "cross-fetch": "^3.1.4", "react-adaptive-hooks": "0.0.8", - "web-vitals": "^1.1.1" + "web-vitals": "^2.0.0" }, "peerDependencies": { "react": ">=16.9.0" diff --git a/yarn.lock b/yarn.lock index dadb0ce913..6c5d6074e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13171,10 +13171,10 @@ web-namespaces@^1.0.0: resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec" integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== -web-vitals@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c" - integrity sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig== +web-vitals@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.0.0.tgz#7fcfb5fd2f439c2936822573cb4d5e8e4caaa22b" + integrity sha512-aCB1sYxt2eeBufybFRrDQNBg2cOcq2f6Q1He7T+qPHAwpodDXhAoWwBUavwppQQ4kfUcT5eIAfjPc9PdqAxPEw== webidl-conversions@^5.0.0: version "5.0.0"