diff --git a/webapp/package-lock.json b/webapp/package-lock.json index a4c746a8a..606f5bdbf 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -46,7 +46,7 @@ "react-scripts": "^5.0.1", "react-select": "^5.6.0", "react-spinners": "^0.13.4", - "web-vitals": "^3.0.2", + "web-vitals": "^3.0.4", "web3": "^1.8.0" }, "devDependencies": { @@ -19189,9 +19189,9 @@ } }, "node_modules/web-vitals": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.2.tgz", - "integrity": "sha512-YygzeCdGpNrCHIjW14AI4SxMX2IcONhDvwhHc9KswCIixfSeVl08WdKDfzZaypq2ynRIG3lzGO3CO5dXYzc9+w==" + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.4.tgz", + "integrity": "sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA==" }, "node_modules/web3": { "version": "1.8.0", @@ -34630,9 +34630,9 @@ } }, "web-vitals": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.2.tgz", - "integrity": "sha512-YygzeCdGpNrCHIjW14AI4SxMX2IcONhDvwhHc9KswCIixfSeVl08WdKDfzZaypq2ynRIG3lzGO3CO5dXYzc9+w==" + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.4.tgz", + "integrity": "sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA==" }, "web3": { "version": "1.8.0", diff --git a/webapp/package.json b/webapp/package.json index e6102aa0c..f91a1e75e 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -41,7 +41,7 @@ "react-scripts": "^5.0.1", "react-select": "^5.6.0", "react-spinners": "^0.13.4", - "web-vitals": "^3.0.2", + "web-vitals": "^3.0.4", "web3": "^1.8.0" }, "scripts": {