From ef7b24a2e0ba597b6dbd25c1a4d59b69fdbe09e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 07:05:21 +0000 Subject: [PATCH] Bump web-vitals from 3.0.4 to 3.5.2 in /webapp Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.0.4 to 3.5.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.0.4...v3.5.2) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... 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 8279e8299..cd6d2bb04 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -46,7 +46,7 @@ "react-scripts": "^5.0.1", "react-select": "^5.6.1", "react-spinners": "^0.13.6", - "web-vitals": "^3.0.4", + "web-vitals": "^3.5.2", "web3": "^1.8.1" }, "devDependencies": { @@ -19489,9 +19489,9 @@ } }, "node_modules/web-vitals": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.4.tgz", - "integrity": "sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "node_modules/web3": { "version": "1.8.1", @@ -35088,9 +35088,9 @@ } }, "web-vitals": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.4.tgz", - "integrity": "sha512-Yau8qf1AJ/dm6MY180Bi0qpCIuWmAfKAnOqmxLecGfIHn0+ND3H4JOhXeY73Pyi9zjSF5J4SNUewHLNUzU7mmA==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "web3": { "version": "1.8.1", diff --git a/webapp/package.json b/webapp/package.json index 37ff2c84d..af1924d54 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -41,7 +41,7 @@ "react-scripts": "^5.0.1", "react-select": "^5.6.1", "react-spinners": "^0.13.6", - "web-vitals": "^3.0.4", + "web-vitals": "^3.5.2", "web3": "^1.8.1" }, "scripts": {