From aeeac6cee3999db2ab6c252c9bf4578dea90ead4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:26:02 +0000 Subject: [PATCH] Update dependency web-vitals to v5 --- app/react-app/package-lock.json | 8 ++++---- app/react-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/react-app/package-lock.json b/app/react-app/package-lock.json index cb75fbe..e3fee12 100644 --- a/app/react-app/package-lock.json +++ b/app/react-app/package-lock.json @@ -25,7 +25,7 @@ "react-ga4": "2.1.0", "react-scripts": "5.0.1", "typescript": "4.9.5", - "web-vitals": "4.2.4" + "web-vitals": "5.1.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -16255,9 +16255,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/webidl-conversions": { diff --git a/app/react-app/package.json b/app/react-app/package.json index 18a4c21..15d2b33 100644 --- a/app/react-app/package.json +++ b/app/react-app/package.json @@ -20,7 +20,7 @@ "react-ga4": "2.1.0", "react-scripts": "5.0.1", "typescript": "4.9.5", - "web-vitals": "4.2.4" + "web-vitals": "5.1.0" }, "scripts": { "start": "react-scripts start",