From 58142456d628548eb25b45a85c5f148575ac4ed9 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Tue, 12 Sep 2023 03:14:31 +0000 Subject: [PATCH] fix(deps): update dependency web-vitals to v3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4730416f..b5fd752d 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,6 @@ "react-toastify": "^9.0.0", "sass": "^1.35.2", "typescript": "^4.1.2", - "web-vitals": "^1.0.1" + "web-vitals": "^3.0.0" } } diff --git a/yarn.lock b/yarn.lock index 50dd6919..46615d4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9512,10 +9512,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://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c" - integrity sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig== +web-vitals@^3.0.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.4.0.tgz#45ed33a3a2e029dc38d36547eb5d71d1c7e2552d" + integrity sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A== webidl-conversions@^3.0.0: version "3.0.1" -- GitLab