From 08162d08a3eda26906d0967e1a3cf2b3d0773e3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:08:10 +0000 Subject: [PATCH] fix(deps): update dependency web-vitals to v6 --- 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 b6a918d7..67b5dbe2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-transition-group": "^4.4.2", "sass": "^1.45.1", "swiper": "^7.4.1", - "web-vitals": "^4.0.0" + "web-vitals": "^6.0.0" } }, "node_modules/@adobe/css-tools": { @@ -19039,9 +19039,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": "6.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.0.1.tgz", + "integrity": "sha512-iF3+kno3Anlqi5fPVTQk9gYLfsCiL8P69Hof+AmZyVVx00E3e/BiGVvu+EsOy6jvTLqTKuiaRloPyw0JtdKbSw==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index cb2f3e19..d6400fb2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-transition-group": "^4.4.2", "sass": "^1.45.1", "swiper": "^7.4.1", - "web-vitals": "^4.0.0" + "web-vitals": "^6.0.0" }, "scripts": { "start": "react-scripts start",