diff --git a/package-lock.json b/package-lock.json index 5ade102d..18e8905b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "react-router-dom": "^7.6.0", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "1.1.2" + "web-vitals": "5.2.0" } }, "node_modules/@alloc/quick-lru": { @@ -19356,9 +19356,9 @@ } }, "node_modules/web-vitals": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.2.tgz", - "integrity": "sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.2.0.tgz", + "integrity": "sha512-i2z98bEmaCqSDiHEDu+gHl/dmR4Q+TxFmG3/13KkMO+o8UxQzCqWaDRCiLgEa41nlO4VpXSI0ASa1xWmO9sBlA==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 4e42287f..a936d8a3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-router-dom": "^7.6.0", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "1.1.2" + "web-vitals": "5.2.0" }, "scripts": { "start": "react-scripts start",