From af66a13c50af31f4d33f7ffbf0c8c1bf892e2e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 19:25:22 +0000 Subject: [PATCH] Bump web-vitals from 3.0.2 to 3.0.4 in /webapp Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.0.2 to 3.0.4. - [Release notes](https://github.com/GoogleChrome/web-vitals/releases) - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.0.2...v3.0.4) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 14 +++++++------- webapp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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": {