From 3bd2ed645f7e7602e8a59d1156df54c082cfb8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 22:09:55 +0000 Subject: [PATCH] Bump web-vitals from 4.2.4 to 5.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.2.4 to 5.1.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.2.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 aba9260f..cef2b318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-router": "^7.9.5", "react-router-dom": "^7.6.1", "rimraf": "^6.1.0", - "web-vitals": "^4.2.4" + "web-vitals": "^5.1.0" }, "devDependencies": { "@babel/plugin-transform-class-properties": "^7.25.9", @@ -7152,9 +7152,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", - "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", + "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/which": { diff --git a/package.json b/package.json index 94e9a53b..7cfcff6e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react-router": "^7.9.5", "react-router-dom": "^7.6.1", "rimraf": "^6.1.0", - "web-vitals": "^4.2.4" + "web-vitals": "^5.1.0" }, "scripts": { "dev": "vite",