diff --git a/client/package.json b/client/package.json index 284753b..7b4f9ea 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "react": "^18.0.0", "react-dom": "^18.0.0", "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 6227631..c04657c 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -11202,10 +11202,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"