diff --git a/client/package-lock.json b/client/package-lock.json index 09358b7..89ce3a2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "react-router-dom": "^7.13.1", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^6.2.0" + "web-vitals": "^6.2.1" }, "devDependencies": { "http-proxy-middleware": "^3.0.5" @@ -16599,9 +16599,9 @@ } }, "node_modules/web-vitals": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-6.2.0.tgz", - "integrity": "sha512-i2jhLkq6eB38jgJX5OIjEkyzQKgsG7FR56v7GphJNjzKAySgbRbwAfsFC0dDfHROWmCycf912SJpU2QoYIcMVg==", + "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/client/package.json b/client/package.json index b23eb90..c5cd416 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "react-router-dom": "^7.13.1", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^6.2.0" + "web-vitals": "^6.2.1" }, "scripts": { "start": "react-scripts start",