From a01bf3dacf1044c9b555ce2fd60c35f3484a48df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:48:12 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 5.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 5.1.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v5.1.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.1.0 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 f7f0360..7989eae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "tailwindcss-animate": "^1.0.7", "typescript": "^5.6.3", "vaul": "^1.1.2", - "web-vitals": "^2.1.4" + "web-vitals": "^5.1.0" }, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.20.2", @@ -12226,9 +12226,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.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 77bc52c..c844d96 100644 --- a/package.json +++ b/package.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.1.0" }, "scripts": { "dev": "vite",