From a760f4d6eb92cdf855c6fead2170a1dc220f11ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Apr 2021 01:26:08 +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 | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad85912f..2b553205 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 cd0b26ec..17f0fa8f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2359,6 +2359,11 @@ bech32@^1.1.4: resolved "https://registry.yarnpkg.com/bech32/-/bech32-1.1.4.tgz#e38c9f37bf179b8eb16ae3a772b40c356d4832e9" integrity sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ== +bech32@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/bech32/-/bech32-2.0.0.tgz#078d3686535075c8c79709f054b1b226a133b355" + integrity sha512-LcknSilhIGatDAsY1ak2I8VtGaHNhgMSYVxFrGLXv+xLHytaKZKcaUJJUE7qmBr7h33o5YQwP55pMI0xmkpJwg== + bezier-easing@2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/bezier-easing/-/bezier-easing-2.1.0.tgz#c04dfe8b926d6ecaca1813d69ff179b7c2025d86"