diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4aae212..21a7cfc 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^18.3.1", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^3.5.2" + "web-vitals": "^5.0.3" } }, "node_modules/@adobe/css-tools": { @@ -16332,9 +16332,10 @@ } }, "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": "5.0.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.0.3.tgz", + "integrity": "sha512-4KmOFYxj7qT6RAdCH0SWwq8eKeXNhAFXR4PmgF6nrWFmrJ41n7lq3UCA6UK0GebQ4uu+XP8e8zGjaDO3wZlqTg==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index f09bfe8..cb46650 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "react-dom": "^18.3.1", "react-scripts": "5.0.1", "typescript": "^4.9.5", - "web-vitals": "^3.5.2" + "web-vitals": "^5.0.3" }, "scripts": { "start": "react-scripts start",