From b1c95aa78ceeea9082d13846c1e7f99aa8b54120 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 06:59:18 +0000 Subject: [PATCH] fix(deps): update dependency web-vitals to v4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 386c6ba..92cfbd6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-dom": "18.3.1", "react-router": "6.26.2", "react-router-dom": "6.26.2", - "web-vitals": "3.5.2" + "web-vitals": "4.2.3" }, "devDependencies": { "@testing-library/jest-dom": "6.5.0", diff --git a/yarn.lock b/yarn.lock index 5886227..bcb03c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9308,10 +9308,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@3.5.2: - version "3.5.2" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-3.5.2.tgz#5bb58461bbc173c3f00c2ddff8bfe6e680999ca9" - integrity sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg== +web-vitals@4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.3.tgz#270c4baecfbc6ec6fc15da1989e465e5f9b94fb7" + integrity sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q== webidl-conversions@^4.0.2: version "4.0.2"