From 829ee1b62806fde2a2b3d507c037de62fff8169f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:41:15 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 5.0.2 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 5.0.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v5.0.2) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd7687e..33b29fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-scripts": "^5.0.1", "tailwindcss": "^3.4.14", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.2" }, "devDependencies": { "cypress": "^14.3.3", @@ -18455,9 +18455,10 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.2.tgz", + "integrity": "sha512-nhl+fujoz9Io6MdDSyGSiiUSR1DLMvD3Mde1sNaRKrNwsEFYQICripmEIyUvE2DPKDkW1BbHa4saEDo1U/2D/Q==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 17ade1d..28e728a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-scripts": "^5.0.1", "tailwindcss": "^3.4.14", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.2" }, "scripts": { "start": "react-scripts start",