From d95a917eff8a78b2eaa608085a55ce13e93544d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:11:34 +0000 Subject: [PATCH] Bump web-vitals from 4.2.3 to 4.2.4 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.2.3 to 4.2.4. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-patch ... 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 f4b8d96..0049417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-router-dom": "^6.27.0", "react-scripts": "^5.0.1", "react-typing-effect": "^2.0.5", - "web-vitals": "^4.2.3" + "web-vitals": "^4.2.4" }, "devDependencies": { "@babel/core": "^7.25.8", @@ -20597,9 +20597,9 @@ } }, "node_modules/web-vitals": { - "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==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 4ab8e11..8b4d286 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-router-dom": "^6.27.0", "react-scripts": "^5.0.1", "react-typing-effect": "^2.0.5", - "web-vitals": "^4.2.3" + "web-vitals": "^4.2.4" }, "scripts": { "start": "react-scripts start",