diff --git a/frontend/package-lock.json b/frontend/package-lock.json index db4cc05c..dc6e77d9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -41,7 +41,7 @@ "styled-components": "^6.1.17", "typescript": "^5.8.3", "universal-cookie": "^7.2.2", - "web-vitals": "^3.5.2", + "web-vitals": "^4.2.4", "yup": "^1.6.1" } }, @@ -19947,9 +19947,9 @@ } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.4.tgz", + "integrity": "sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/frontend/package.json b/frontend/package.json index d87e9f30..8bced48c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "styled-components": "^6.1.17", "typescript": "^5.8.3", "universal-cookie": "^7.2.2", - "web-vitals": "^3.5.2", + "web-vitals": "^4.2.4", "yup": "^1.6.1" }, "scripts": {