diff --git a/package-lock.json b/package-lock.json index 426c287e..380d6837 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "swiper": "^9.2.0", "tailwind-merge": "^3.4.0", "typescript": "^4.9.5", - "web-vitals": "^5.0.2" + "web-vitals": "^5.1.0" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", @@ -14390,9 +14390,9 @@ } }, "node_modules/web-vitals": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.2.tgz", - "integrity": "sha512-nhl+fujoz9Io6MdDSyGSiiUSR1DLMvD3Mde1sNaRKrNwsEFYQICripmEIyUvE2DPKDkW1BbHa4saEDo1U/2D/Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 6f8a5973..47446674 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "swiper": "^9.2.0", "tailwind-merge": "^3.4.0", "typescript": "^4.9.5", - "web-vitals": "^5.0.2" + "web-vitals": "^5.1.0" }, "scripts": { "predeploy": "npm run build",