From 27b3f5a72500b5a90681f464968c59787d1eb496 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 03:52:18 +0000 Subject: [PATCH] fix: upgrade web-vitals from 4.2.3 to 4.2.4 Snyk has created this PR to upgrade web-vitals from 4.2.3 to 4.2.4. See this package in yarn: web-vitals See this project in Snyk: https://app.snyk.io/org/romw314/project/a14ea8cf-eee4-4e94-bc6a-e81d67519ea3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ac25d34..cdf5620 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-helmet-async": "^2.0.5", "react-router-dom": "^6.26.2", "react-scripts": "^5.0.1", - "web-vitals": "^4.2.3" + "web-vitals": "^4.2.4" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index eff992f..e3ffdcb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9436,10 +9436,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -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== +web-vitals@^4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.4.tgz#1d20bc8590a37769bd0902b289550936069184b7" + integrity sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw== webidl-conversions@^4.0.2: version "4.0.2"