From 63019045cc38a352c27a8d3ba19cbc5b04522888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:10:53 +0000 Subject: [PATCH] chore(deps): bump @snapshot-labs/snapshot.js from 0.9.9 to 0.10.0 Bumps [@snapshot-labs/snapshot.js](https://github.com/snapshot-labs/snapshot.js) from 0.9.9 to 0.10.0. - [Release notes](https://github.com/snapshot-labs/snapshot.js/releases) - [Commits](https://github.com/snapshot-labs/snapshot.js/compare/v0.9.9...v0.10.0) --- updated-dependencies: - dependency-name: "@snapshot-labs/snapshot.js" dependency-type: direct:production update-type: version-update:semver-minor ... 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 013dc12..0164efd 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.4", - "@snapshot-labs/snapshot.js": "^0.9.9", + "@snapshot-labs/snapshot.js": "^0.10.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", "connection-string": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 4443a03..7bea97a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1108,10 +1108,10 @@ dependencies: "@sentry/node" "^7.81.1" -"@snapshot-labs/snapshot.js@^0.9.9": - version "0.9.9" - resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.9.9.tgz#c7c7f8209129a38e50621aa325833ddd373b23e1" - integrity sha512-9c9GVphUs/JwnNrQ39wvpjHhSZ3zqKUH5CSRXacwU1DSCmAg3/b21hauxavAUgK40oXCPkyZ5O1jrGKjbHeT8Q== +"@snapshot-labs/snapshot.js@^0.10.0": + version "0.10.0" + resolved "https://registry.yarnpkg.com/@snapshot-labs/snapshot.js/-/snapshot.js-0.10.0.tgz#1c71fc96ab32e5b4252f7cb790899bda30776031" + integrity sha512-5kRrZ9g3vcJG88J3CVkj+P5c3WvAIOyiOOmasoBMQ/GFEli7pxaUQr3UFPa2jcckjwFyoUfKQ42N29urCyBE+Q== dependencies: "@ensdomains/eth-ens-namehash" "^2.0.15" "@ethersproject/abi" "^5.6.4"