diff --git a/package-lock.json b/package-lock.json index a459f8f..5d9c37f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "react-router": "^7.0.0", "react-router-dom": "^7.0.0", "react-scripts": "^5.0.1", - "web-vitals": "^5.0.0" + "web-vitals": "^6.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", @@ -16743,9 +16743,9 @@ } }, "node_modules/web-vitals": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", - "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.2.1.tgz", + "integrity": "sha512-rLcLXA2sx6+9dE88NHFubwTtGxpK4yYBLj6qHPdFoCaLr0cXGb4efOqtKLlm4loGA4OEKHIQKMKzZkKyOh5ctw==", "license": "Apache-2.0" }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 4793aba..9dfb622 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react-router": "^7.0.0", "react-router-dom": "^7.0.0", "react-scripts": "^5.0.1", - "web-vitals": "^5.0.0" + "web-vitals": "^6.0.0" }, "scripts": { "start": "react-scripts start",