From 905f6cdde3888f84ac9e74279ef71b366e885aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 22:05:41 +0000 Subject: [PATCH] Bump web-vitals from 4.2.4 to 5.0.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.2.4 to 5.0.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v4.2.4...v5.0.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.0.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 db6dfb1..1113461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-icons": "^5.5.0", "react-scripts": "^5.0.1", "styled-components": "^6.1.18", - "web-vitals": "^4.2.4" + "web-vitals": "^5.0.0" } }, "node_modules/@adobe/css-tools": { @@ -16520,9 +16520,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.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.0.tgz", + "integrity": "sha512-yuayYLYyO4QdqB7YriMtUZxCIsUbcpZLnoPCJXocLvTRcAh/Jz2rgqsHrh9Oz/NHApB/Somd05NMsuhJV3YcLQ==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 31ae007..bbf2fc0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-icons": "^5.5.0", "react-scripts": "^5.0.1", "styled-components": "^6.1.18", - "web-vitals": "^4.2.4" + "web-vitals": "^5.0.0" }, "scripts": { "dev": "set PORT=3006 && react-scripts start",