diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cb7d423..77ebecb 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.1.0" } }, "node_modules/@adobe/css-tools": { @@ -16405,9 +16405,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.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index f09bfe8..2f540b6 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.1.0" }, "scripts": { "start": "react-scripts start",