From 4022a59705de65fba2f3dfa7b54a73631606361c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 13:26:07 +0000 Subject: [PATCH] Bump ripple-lib-transactionparser from 0.8.1 to 0.8.2 Bumps [ripple-lib-transactionparser](https://github.com/ripple/ripple-lib-extensions) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/ripple/ripple-lib-extensions/releases) - [Commits](https://github.com/ripple/ripple-lib-extensions/compare/0.8.1...0.8.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a998c94d..ae5f9072 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "ripple-address-codec": "^4.0.0", "ripple-binary-codec": "^0.2.5", "ripple-keypairs": "^0.11.0", - "ripple-lib-transactionparser": "0.8.1", + "ripple-lib-transactionparser": "0.8.2", "ws": "^7.2.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index f63324dd..09feea82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3854,13 +3854,13 @@ ripple-keypairs@^0.11.0: hash.js "^1.0.3" ripple-address-codec "^2.0.1" -ripple-lib-transactionparser@0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/ripple-lib-transactionparser/-/ripple-lib-transactionparser-0.8.1.tgz#28aadda4d3450937bf4804e467b2ad6937d50177" - integrity sha512-VNbPEWkm5BmEj5xtV+qFyS6rE2bKkOX/KRoYbUp9pzrdNmwI8lMfwNHRX1zz8574mCSSBtRAwGLuQokmvk5d6Q== +ripple-lib-transactionparser@0.8.2: + version "0.8.2" + resolved "https://registry.yarnpkg.com/ripple-lib-transactionparser/-/ripple-lib-transactionparser-0.8.2.tgz#7aaad3ba1e1aeee1d5bcff32334a7a838f834dce" + integrity sha512-1teosQLjYHLyOQrKUQfYyMjDR3MAq/Ga+MJuLUfpBMypl4LZB4bEoMcmG99/+WVTEiZOezJmH9iCSvm/MyxD+g== dependencies: bignumber.js "^9.0.0" - lodash "^4.17.4" + lodash "^4.17.15" run-async@^2.2.0: version "2.3.0"