diff --git a/package-lock.json b/package-lock.json index cd7687e..33b29fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-scripts": "^5.0.1", "tailwindcss": "^3.4.14", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.2" }, "devDependencies": { "cypress": "^14.3.3", @@ -18455,9 +18455,10 @@ } }, "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": "5.0.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.2.tgz", + "integrity": "sha512-nhl+fujoz9Io6MdDSyGSiiUSR1DLMvD3Mde1sNaRKrNwsEFYQICripmEIyUvE2DPKDkW1BbHa4saEDo1U/2D/Q==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 17ade1d..28e728a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-scripts": "^5.0.1", "tailwindcss": "^3.4.14", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.0.2" }, "scripts": { "start": "react-scripts start",