From 797fda3363ccf80e49a371fdafb3f0552eae8f73 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Fri, 3 Apr 2020 14:07:39 -0700 Subject: [PATCH] Update ripple-address-codec to 4.1.1 --- package.json | 2 +- yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a328137..a93531be 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "jsonschema": "1.2.2", "lodash": "^4.17.4", "lodash.isequal": "^4.5.0", - "ripple-address-codec": "^4.0.0", + "ripple-address-codec": "^4.1.1", "ripple-binary-codec": "^0.2.5", "ripple-keypairs": "^1.0.0", "ripple-lib-transactionparser": "0.8.2", diff --git a/yarn.lock b/yarn.lock index e81d3205..67c2a3c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4113,6 +4113,14 @@ ripple-address-codec@^4.0.0: base-x "3.0.7" create-hash "^1.1.2" +ripple-address-codec@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/ripple-address-codec/-/ripple-address-codec-4.1.1.tgz#48e5d76b00b6b9752b1d376646d5abbcd3c8bd67" + integrity sha512-mcVD8f7+CH6XaBnLkRcmw4KyHMufa0HTJE3TYeaecwleIQASLYVenjQmVJLgmJQcDUS2Ldh/EltqktmiFMFgkg== + dependencies: + base-x "3.0.7" + create-hash "^1.1.2" + ripple-binary-codec@^0.2.5: version "0.2.6" resolved "https://registry.yarnpkg.com/ripple-binary-codec/-/ripple-binary-codec-0.2.6.tgz#a8c45c905c12d5dc6fa7e179c3584d56fb8bdb07"