From 02603012bc014c8900df1afc0a62c197a176a366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:45:19 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b5aff8..97f5c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "tailwindcss-animate": "^1.0.7", "typescript": "^5.6.3", "vaul": "^1.1.2", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.2" }, "devDependencies": { "@testing-library/jest-dom": "^6.4.8", @@ -9234,9 +9234,9 @@ } }, "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": { diff --git a/package.json b/package.json index dc04dc1..188800b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "tailwindcss-animate": "^1.0.7", "typescript": "^5.6.3", "vaul": "^1.1.2", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.2" }, "scripts": { "dev": "vite",