From c9fe85dcaaaa2ab5c77874deacff7245ff6ae3d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:25:16 +0000 Subject: [PATCH] [dependency]: bump web-vitals from 3.3.2 to 3.5.2 in /explorer/frontend Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.3.2 to 3.5.2. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.3.2...v3.5.2) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- explorer/frontend/package-lock.json | 14 +++++++------- explorer/frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/explorer/frontend/package-lock.json b/explorer/frontend/package-lock.json index 03c30504..06eba80c 100644 --- a/explorer/frontend/package-lock.json +++ b/explorer/frontend/package-lock.json @@ -29,7 +29,7 @@ "react-transition-group": "^4.4.2", "sass": "^1.71.0", "symbol-sdk": "^3.0.7", - "web-vitals": "^3.3.2" + "web-vitals": "^3.5.2" }, "devDependencies": { "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", @@ -32124,9 +32124,9 @@ } }, "node_modules/web-vitals": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", - "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" + "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/webidl-conversions": { "version": "6.1.0", @@ -57248,9 +57248,9 @@ } }, "web-vitals": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz", - "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/explorer/frontend/package.json b/explorer/frontend/package.json index 7315e2e7..39bb0166 100644 --- a/explorer/frontend/package.json +++ b/explorer/frontend/package.json @@ -32,7 +32,7 @@ "react-transition-group": "^4.4.2", "sass": "^1.71.0", "symbol-sdk": "^3.0.7", - "web-vitals": "^3.3.2" + "web-vitals": "^3.5.2" }, "devDependencies": { "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",