diff --git a/package-lock.json b/package-lock.json index d2544a8..75186ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "typescript-eslint": "^8.21.0", "vite": "^7.1.12", "vitest": "^3.2.4", - "web-vitals": "^4.2.4" + "web-vitals": "^5.1.0" } }, "node_modules/@adobe/css-tools": { @@ -9168,9 +9168,9 @@ } }, "node_modules/web-vitals": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", - "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", "dev": true, "license": "Apache-2.0" }, diff --git a/package.json b/package.json index c90a3b3..ac4f5f1 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,6 @@ "typescript-eslint": "^8.21.0", "vite": "^7.1.12", "vitest": "^3.2.4", - "web-vitals": "^4.2.4" + "web-vitals": "^5.1.0" } }