From 0e34e59a8deae411df21535e287cf95b69195c72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:32:20 +0000 Subject: [PATCH] fix(deps): update dependency web-vitals to v4 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8e81514d0..247683fc3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "typography": "0.16.24", "vite": "^5.0.2", "vite-tsconfig-paths": "^4.2.1", - "web-vitals": "3.5.2" + "web-vitals": "4.2.2" }, "scripts": { "start": "vite",