From 8b4624ed74bc56cd3c8c0746bc76934df341d661 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Aug 2019 04:52:41 +0000 Subject: [PATCH] Update dependency bip39 to v2.6.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index eed0141..bf51684 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "antd": "3.4.3", "babel-polyfill": "6.26.0", "bigchaindb-orm": "2.0.0", - "bip39": "2.5.0", + "bip39": "2.6.0", "enzyme": "3.3.0", "enzyme-adapter-react-16": "1.1.1", "enzyme-to-json": "3.3.3", diff --git a/yarn.lock b/yarn.lock index 33e13c7..b30429d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1145,9 +1145,9 @@ bindings@~1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.2.1.tgz#14ad6113812d2d37d72e67b4cacb4bb726505f11" -bip39@2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.5.0.tgz#51cbd5179460504a63ea3c000db3f787ca051235" +bip39@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/bip39/-/bip39-2.6.0.tgz#9e3a720b42ec8b3fbe4038f1e445317b6a99321c" dependencies: create-hash "^1.1.0" pbkdf2 "^3.0.9"