diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4c94782..159d95f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14917,9 +14917,9 @@ } }, "web-vitals": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz", - "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.0.1.tgz", + "integrity": "sha512-io/H/D18edTL1D2lcaUTLNLFEVZIPhNd4IdXDB9bEb+uDv2m/6NfyHiXKLFjbmI1ubeYpoQpR1gl9nlcWdI0vA==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index b54a8e2..2fe0662 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "react-scripts": "4.0.1", "reactstrap": "^8.7.1", "styled-components": "^5.2.1", - "web-vitals": "^0.2.4" + "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start",