diff --git a/package-lock.json b/package-lock.json index 06b978b..22a6659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-scripts": "^5.0.1", "tailwindcss": "^3.4.7", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.4" }, "devDependencies": { "cypress": "^13.13.2", @@ -18199,9 +18199,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", diff --git a/package.json b/package.json index 3f28b57..f1a5fca 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-scripts": "^5.0.1", "tailwindcss": "^3.4.7", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^4.2.4" }, "scripts": { "start": "react-scripts start",