diff --git a/package-lock.json b/package-lock.json index 47d6b12c..10605264 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-scripts": "^5.0.1", "react-toastify": "^11.0.5", "styled-components": "^6.1.14", - "web-vitals": "^4.2.4" + "web-vitals": "^5.0.0" }, "devDependencies": { "eslint": "^8.57.0", @@ -3149,6 +3149,12 @@ "integrity": "sha512-IgkyTz6QZVPAq8GSkLYJvwSLr3LS9+V6vNPQr0x4YozZJiLF5jYixj0amDtATf1X0EtYHqoPO48a9ija8GocxQ==", "license": "Apache-2.0" }, + "node_modules/@firebase/performance/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==", + "license": "Apache-2.0" + }, "node_modules/@firebase/remote-config": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.5.0.tgz", @@ -21184,9 +21190,10 @@ } }, "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.0.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.0.tgz", + "integrity": "sha512-yuayYLYyO4QdqB7YriMtUZxCIsUbcpZLnoPCJXocLvTRcAh/Jz2rgqsHrh9Oz/NHApB/Somd05NMsuhJV3YcLQ==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 7fd42d04..4d0df8e4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-scripts": "^5.0.1", "react-toastify": "^11.0.5", "styled-components": "^6.1.14", - "web-vitals": "^4.2.4" + "web-vitals": "^5.0.0" }, "scripts": { "start": "react-scripts start",