diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e08d4bf..578dab9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15256,9 +15256,9 @@ } }, "web-vitals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-1.1.1.tgz", - "integrity": "sha512-jYOaqu01Ny1NvMwJ3dBJDUOJ2PGWknZWH4AUnvFOscvbdHMERIKT2TlgiAey5rVyfOePG7so2JcXXZdSnBvioQ==" + "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/frontend/package.json b/frontend/package.json index f87873a..a7a68ad 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "4.0.3", - "web-vitals": "^1.1.1" + "web-vitals": "^2.1.3" }, "scripts": { "start": "react-scripts start",