diff --git a/package-lock.json b/package-lock.json index ed54af7..f774fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15288,9 +15288,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": "2.1.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz", + "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 07ef4ca..d65af18 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", "styled-components": "^5.2.3", - "web-vitals": "^0.2.4" + "web-vitals": "^2.1.3" }, "scripts": { "start": "react-scripts start",