From f3e37d62c901e00fa814f599bae95d452ba6987a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Apr 2020 05:35:36 +0530 Subject: [PATCH] fix: upgrade @liquality/bundle from 0.3.9 to 0.4.25 Snyk has created this PR to upgrade @liquality/bundle from 0.3.9 to 0.4.25. See this package in NPM: https://www.npmjs.com/package/@liquality/bundle See this project in Snyk: https://app.snyk.io/org/harshjv/project/cdae440f-a045-4010-8682-2b39164dd237?utm_source=github&utm_medium=upgrade-pr --- examples/node/bitcoin/BitcoinJsWalletProvider/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/node/bitcoin/BitcoinJsWalletProvider/package.json b/examples/node/bitcoin/BitcoinJsWalletProvider/package.json index 0927c6cf4..e5e39c73f 100644 --- a/examples/node/bitcoin/BitcoinJsWalletProvider/package.json +++ b/examples/node/bitcoin/BitcoinJsWalletProvider/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "@liquality/bundle": "^0.3.5" + "@liquality/bundle": "^0.4.25" } }