From ba44f6151b6bbd219815ea845ea6c77770086a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:47:47 +0000 Subject: [PATCH] chore(deps): bump @snapshot-labs/snapshot-metrics from 1.3.0 to 1.3.1 Bumps [@snapshot-labs/snapshot-metrics](https://github.com/snapshot-labs/snapshot-metrics) from 1.3.0 to 1.3.1. - [Commits](https://github.com/snapshot-labs/snapshot-metrics/commits) --- updated-dependencies: - dependency-name: "@snapshot-labs/snapshot-metrics" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3cbf2f6..92c049d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@ethersproject/contracts": "^5.7.0", "@ethersproject/transactions": "^5.7.0", "@ethersproject/wallet": "^5.7.0", - "@snapshot-labs/snapshot-metrics": "^1.3.0", + "@snapshot-labs/snapshot-metrics": "^1.3.1", "@snapshot-labs/snapshot-sentry": "^1.5.1", "@snapshot-labs/snapshot.js": "^0.5.8", "bluebird": "^3.7.2", diff --git a/yarn.lock b/yarn.lock index d49ccf9..38bd18b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2118,10 +2118,10 @@ resolved "https://registry.yarnpkg.com/@snapshot-labs/prettier-config/-/prettier-config-0.1.0-beta.7.tgz#c8e07e7e9baabee245020a72ac05835b65139823" integrity sha512-k/FUf4VWhwLFUmKuWs2mNvmPe691hqhvCJuujD4TfbIivWysmL1TqthwfdQUrQEAQUqVQ2ZKEiGkbufp5J27eQ== -"@snapshot-labs/snapshot-metrics@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot-metrics/-/snapshot-metrics-1.3.0.tgz#bd6be102cc051204f24f7977faac379eb2b8be9d" - integrity sha512-QK3iG29LbP2aiDIB2p6/f+Ll33DYXJLIbJTycR9kxYzUIkewsMmc/Zg66+scxXHg0F10FXByOBaG3F+yMEemcQ== +"@snapshot-labs/snapshot-metrics@^1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot-metrics/-/snapshot-metrics-1.3.1.tgz#e282b443380434c454ff5800e7524c8a62d02acb" + integrity sha512-Dim9V/YgG/A4OJxpnyIBS2h43P/CBfFf5fvpDGwazJNb0DcyJPbRuw5kb48U/DCQ7aATM9XNG0s8Lj239VwTOw== dependencies: express-prom-bundle "^6.6.0" node-fetch "^2.7.0"