From e55f6e7313615ad3f272969ad91e08f5aa99a4fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:51:27 +0000 Subject: [PATCH] Update dependency web-vitals to v3 --- 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 a97bb14..02db09a 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "subscriptions-transport-ws": "^0.11.0", - "web-vitals": "^1.0.1" + "web-vitals": "^3.0.0" }, "scripts": { "start": "craco start", diff --git a/client/yarn.lock b/client/yarn.lock index 4069fa2..9b7d760 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -10903,10 +10903,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^1.0.1: - version "1.1.2" - resolved "https://r.ctdn.net/repository/npm-proxy/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c" - integrity sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig== +web-vitals@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.1.1.tgz#bb124a03df7a135617f495c5bb7dbc30ecf2cce3" + integrity sha512-qvllU+ZeQChqzBhZ1oyXmWsjJ8a2jHYpH8AMaVuf29yscOPZfTQTjQFRX6+eADTdsDE8IanOZ0cetweHMs8/2A== webidl-conversions@^4.0.2: version "4.0.2"