From 15daaad48ee69ca4ddfb7dd0ef599d3ed4412c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:05:19 +0000 Subject: [PATCH] chore(deps): bump @snapshot-labs/snapshot.js from 0.12.1 to 0.12.2 Bumps [@snapshot-labs/snapshot.js](https://github.com/snapshot-labs/snapshot.js) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/snapshot-labs/snapshot.js/releases) - [Commits](https://github.com/snapshot-labs/snapshot.js/compare/v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: "@snapshot-labs/snapshot.js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2c153f..d5181a4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@ethersproject/hash": "^5.5.0", "@snapshot-labs/snapshot-metrics": "^1.4.1", "@snapshot-labs/snapshot-sentry": "^1.5.5", - "@snapshot-labs/snapshot.js": "^0.12.1", + "@snapshot-labs/snapshot.js": "^0.12.2", "bluebird": "^3.7.2", "body-parser": "^1.19.0", "connection-string": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 955e02f..8b5d249 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1163,14 +1163,15 @@ dependencies: "@sentry/node" "^7.81.1" -"@snapshot-labs/snapshot.js@^0.12.1": - version "0.12.1" - resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.12.1.tgz#4ab9edddea886ffb1687e368ce9386e4a93d049f" - integrity sha512-NlSCndyeHdWlQ9eiAiORGjE9XSHhb1CPWrWEXW6BamtRHpJhErT8ebkrM7/7nPKmmVDheZs+G7YqQSU/yelHLw== +"@snapshot-labs/snapshot.js@^0.12.2": + version "0.12.2" + resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.12.2.tgz#52e4bb57ba01cb19dadb66d6c76a08a00620dac9" + integrity sha512-FpaeefRC9Yb/BZRGFIP9LJlXfx/MdoxxVrtWEHvlfIkcI9Byv6eFvcXSOKJY6gU4UtHCFp77g+LJklTaJxxaXw== dependencies: "@ensdomains/eth-ens-namehash" "^2.0.15" "@ethersproject/abi" "^5.6.4" "@ethersproject/address" "^5.6.1" + "@ethersproject/bignumber" "^5.7.0" "@ethersproject/bytes" "^5.6.1" "@ethersproject/contracts" "^5.6.2" "@ethersproject/hash" "^5.7.0"