From d8ec93b8d7c6db5834d17980e03f61bdd5dbc209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:30:32 +0000 Subject: [PATCH] Bump web-vitals from 3.5.2 to 4.2.3 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.2 to 4.2.3. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ce55b23..984787c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-icons": "^5.0.1", "react-router-dom": "^6.22.0", "react-scripts": "^3.0.1", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.3" }, "devDependencies": { "flag": "^5.0.1", @@ -24880,9 +24880,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.3.tgz", + "integrity": "sha512-/CFAm1mNxSmOj6i0Co+iGFJ58OS4NRGVP+AWS/l509uIK5a1bSoIVaHz/ZumpHTfHSZBpgrJ+wjfpAOrTHok5Q==" }, "node_modules/webidl-conversions": { "version": "4.0.2", diff --git a/package.json b/package.json index 8c27dd13..75f67e5c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-icons": "^5.0.1", "react-router-dom": "^6.22.0", "react-scripts": "^3.0.1", - "web-vitals": "^3.5.2" + "web-vitals": "^4.2.3" }, "scripts": { "start": "react-scripts start",