From 3f31037a8718f68a911ba1ddf0105bc5841478a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 01:50:04 +0000 Subject: [PATCH] Bump @waves/waves-transactions from 3.25.0 to 3.25.7 Bumps [@waves/waves-transactions](https://github.com/wavesplatform/waves-transactions) from 3.25.0 to 3.25.7. - [Release notes](https://github.com/wavesplatform/waves-transactions/releases) - [Changelog](https://github.com/wavesplatform/waves-transactions/blob/master/CHANGELOG.MD) - [Commits](https://github.com/wavesplatform/waves-transactions/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 49 ++++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63ead8b..78877ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@buttonwallet/blockchain-ts-wallet-core", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1940,9 +1940,9 @@ } }, "@types/base64-js": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@types/base64-js/-/base64-js-1.2.5.tgz", - "integrity": "sha1-WCskdhaabLpGCiFNR2x0REHYc9U=" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@types/base64-js/-/base64-js-1.3.0.tgz", + "integrity": "sha512-ZmI0sZGAUNXUfMWboWwi4LcfpoVUYldyN6Oe0oJ5cCsHDU/LlRq8nQKPXhYLOx36QYSW9bNIb1vvRrD6K7Llgw==" }, "@types/bchaddrjs": { "version": "0.4.0", @@ -2212,10 +2212,21 @@ } } }, + "@waves/marshall": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@waves/marshall/-/marshall-0.9.1.tgz", + "integrity": "sha512-DWBUKDno7ahI4ogMtaTbXujF1j2RoIHK68Xi9ZTd1Tk1FwnSfHXjEnkRLJ7qoRwZibVYmrxiOPN0t+LNkueTnw==", + "requires": { + "@types/base64-js": "^1.2.5", + "@waves/bignumber": "0.0.1", + "@waves/parse-json-bignumber": "^1.0.1", + "base64-js": "^1.3.0" + } + }, "@waves/parse-json-bignumber": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@waves/parse-json-bignumber/-/parse-json-bignumber-1.0.1.tgz", - "integrity": "sha512-cbjnqkhKBHKtzQCUsqwK4c3im90BTVdho7ZSM2nq7K5Z7al93qC/qp6Q7Ts2SMXGlGQFu4C2SzU7q62n2wmPEQ==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@waves/parse-json-bignumber/-/parse-json-bignumber-1.0.3.tgz", + "integrity": "sha512-zBHIQUjjMYMQXNQcwJwzNShUZnoTM6JfVJDwa0eDGUVk+JAKVGiXxv/k29Ng9TsIDi97hwVravlPPwfZcy4XXQ==" }, "@waves/ts-lib-crypto": { "version": "1.4.2", @@ -2227,24 +2238,22 @@ } }, "@waves/waves-transactions": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/@waves/waves-transactions/-/waves-transactions-3.25.0.tgz", - "integrity": "sha512-ddo/Go+hd5+0m2qglwhseSXrfhXVN24cx+60xLYD7ojz2Gw2Zk4cLU9ikXrCRPTk/qRvMFiWwlsaVPCGpB4QGg==", + "version": "3.25.7", + "resolved": "https://registry.npmjs.org/@waves/waves-transactions/-/waves-transactions-3.25.7.tgz", + "integrity": "sha512-0IW3hGyOJclqMCBOty4yHMgZXJZtZqcgc1ll6Rhg8KkyhVBjEYix4sFWiXKaAXVh9a3709viS/+VdQuRwEQvWA==", "requires": { "@waves/marshall": "^0.9.1", - "@waves/ts-lib-crypto": "^1.4.1", + "@waves/ts-lib-crypto": "^1.4.3", "axios": "^0.19.0" }, "dependencies": { - "@waves/marshall": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@waves/marshall/-/marshall-0.9.1.tgz", - "integrity": "sha512-DWBUKDno7ahI4ogMtaTbXujF1j2RoIHK68Xi9ZTd1Tk1FwnSfHXjEnkRLJ7qoRwZibVYmrxiOPN0t+LNkueTnw==", - "requires": { - "@types/base64-js": "^1.2.5", - "@waves/bignumber": "0.0.1", - "@waves/parse-json-bignumber": "^1.0.1", - "base64-js": "^1.3.0" + "@waves/ts-lib-crypto": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@waves/ts-lib-crypto/-/ts-lib-crypto-1.4.3.tgz", + "integrity": "sha512-2pKgyvtLapgM5vpaUEYzX7NYe2bkB+HdWn9W/4d7UFKwyg6zoOYhRQWyb6GuLi3OLHTETgiqpcMZvciFA0Ds6g==", + "requires": { + "js-sha3": "^0.8.0", + "node-forge": "^0.8.5" } } }