From 6edc66e3e5a1bacc53f1e66840c67e747a3eb9a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 19:27:29 +0000 Subject: [PATCH] fix(deps): update dependency web-vitals to v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f0ca58..f7708c2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^6.0.0" }, "scripts": { "start": "react-scripts start",