From ec244797a2d443d217c00dc33186c240e8a2ef1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:17:33 +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 7d6037b..28707d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "sweetalert2": "^11.14.4", "sweetalert2-react-content": "^5.0.7", "tailwindcss": "^3.4.14", - "web-vitals": "^4.2.3" + "web-vitals": "^4.2.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -15653,9 +15653,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 727db59..9728784 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "sweetalert2": "^11.14.4", "sweetalert2-react-content": "^5.0.7", "tailwindcss": "^3.4.14", - "web-vitals": "^4.2.3" + "web-vitals": "^4.2.4" }, "scripts": { "start": "react-scripts start",