diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 39b3de5..5b19383 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "react-scripts": "4.0.3", "react-spinners-kit": "^1.9.1", "react-syntax-highlighter": "^15.4.3", - "web-vitals": "^2.1.0" + "web-vitals": "^3.0.2" } }, "node_modules/@apollo/client": { @@ -19579,9 +19579,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", - "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.2.tgz", + "integrity": "sha512-YygzeCdGpNrCHIjW14AI4SxMX2IcONhDvwhHc9KswCIixfSeVl08WdKDfzZaypq2ynRIG3lzGO3CO5dXYzc9+w==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -37260,9 +37260,9 @@ } }, "web-vitals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", - "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" + "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 97ed2c7..29ccfa9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "react-scripts": "4.0.3", "react-spinners-kit": "^1.9.1", "react-syntax-highlighter": "^15.4.3", - "web-vitals": "^2.1.0" + "web-vitals": "^3.0.2" }, "scripts": { "start": "react-scripts start",