diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e08d4bf..da1db2d 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": "3.0.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.2.tgz", + "integrity": "sha512-YygzeCdGpNrCHIjW14AI4SxMX2IcONhDvwhHc9KswCIixfSeVl08WdKDfzZaypq2ynRIG3lzGO3CO5dXYzc9+w==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index f87873a..ef48336 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": "^3.0.2" }, "scripts": { "start": "react-scripts start",