From 2b087ed9c2f6cac83fa20253b6203cd4da458b68 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 9 Nov 2024 00:06:15 +0000 Subject: [PATCH] Update dependency web-vitals to v4 --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index e0b1879..af7e2fb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -24,7 +24,7 @@ "react-dom": "^18.1.0", "react-scripts": "next", "typescript": "^4.6.4", - "web-vitals": "^2.1.4" + "web-vitals": "^4.0.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.1", @@ -14226,9 +14226,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -25161,9 +25161,9 @@ } }, "web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/client/package.json b/client/package.json index c211ec3..da67abf 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,7 @@ "react-dom": "^18.1.0", "react-scripts": "next", "typescript": "^4.6.4", - "web-vitals": "^2.1.4" + "web-vitals": "^4.0.0" }, "scripts": { "start": "BROWSER=none react-scripts start",