From d7a28dc0cc7f5331bfb5f0803eb69400c470ea78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 03:36:26 +0000 Subject: [PATCH] fix(deps): bump bech32 from 1.1.4 to 2.0.0 Bumps [bech32](https://github.com/bitcoinjs/bech32) from 1.1.4 to 2.0.0. - [Release notes](https://github.com/bitcoinjs/bech32/releases) - [Commits](https://github.com/bitcoinjs/bech32/compare/v1.1.4...v2.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c69f698a..79fe42c4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@ledgerhq/hw-transport-webhid": "^5.30.0", "@ledgerhq/hw-transport-webusb": "^5.30.0", "@nuxtjs/axios": "^5.12.2", - "bech32": "^1.1.4", + "bech32": "^2.0.0", "bignumber.js": "^9.0.1", "cookie-universal-nuxt": "^2.1.4", "core-js": "^3.8.0", diff --git a/yarn.lock b/yarn.lock index d158160b..f799f1c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1963,6 +1963,10 @@ bech32@^1.1.4: version "1.1.4" resolved "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz" +bech32@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/bech32/-/bech32-2.0.0.tgz#078d3686535075c8c79709f054b1b226a133b355" + bezier-easing@2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/bezier-easing/-/bezier-easing-2.1.0.tgz"