From 0c704ae56bcf787e379487800d361d40e52f8152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 03:23:43 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 4.2.3 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 4.2.3. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v4.2.3) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 11ab7c5..8b2e73e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router-dom": "^6.26.1", "react-scripts": "5.0.1", "typescript": "^5.5.4", - "web-vitals": "^2.1.0" + "web-vitals": "^4.2.3" }, "scripts": { "start": "react-scripts start", diff --git a/yarn.lock b/yarn.lock index 5e4bd6c..99a6a42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9499,10 +9499,10 @@ wbuf@^1.1.0, wbuf@^1.7.3: dependencies: minimalistic-assert "^1.0.0" -web-vitals@^2.1.0: - version "2.1.4" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.4.tgz#76563175a475a5e835264d373704f9dde718290c" - integrity sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg== +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"