From a54655c0ff61cc78e14ed4efddbf5685cf14bf0b Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Fri, 25 Sep 2020 14:08:20 -0700 Subject: [PATCH] Release 1.8.1 (#1313) * Update to ripple-binary-codec 1.0.2 --- HISTORY.md | 7 +++++++ package.json | 4 ++-- yarn.lock | 36 +++++++----------------------------- 3 files changed, 16 insertions(+), 31 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4c2bf0f6..1d76cbae 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ Subscribe to [the **ripple-lib-announce** mailing list](https://groups.google.com/forum/#!forum/ripple-lib-announce) for release announcements. We recommend that ripple-lib users stay up-to-date with the latest stable release. +## 1.8.1 (2020-09-25) + +* Internal + * Bump elliptic to 6.5.3 (this patches a potential security issue, although we do not believe that the issue affects ripple-lib) + * Bump ripple-binary-codec to 1.0.2 + * Bump lodash to 4.17.19 + ## 1.8.0 (2020-07-06) * [Document `request('submit', ...)` method](https://github.com/ripple/ripple-lib/blob/develop/docs/index.md#submit), which includes additional useful information in the response diff --git a/package.json b/package.json index 76547e50..226c3053 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripple-lib", - "version": "1.8.0", + "version": "1.8.1", "license": "ISC", "description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser", "files": [ @@ -28,7 +28,7 @@ "lodash": "^4.17.4", "lodash.isequal": "^4.5.0", "ripple-address-codec": "^4.1.1", - "ripple-binary-codec": "^0.2.5", + "ripple-binary-codec": "^1.0.2", "ripple-keypairs": "^1.0.0", "ripple-lib-transactionparser": "0.8.2", "ws": "^7.2.0" diff --git a/yarn.lock b/yarn.lock index e71e6ac1..538e3b17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -640,14 +640,6 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -babel-runtime@^6.6.1: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" - integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= - dependencies: - core-js "^2.4.0" - regenerator-runtime "^0.11.0" - bail@^1.0.0: version "1.0.5" resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776" @@ -1212,11 +1204,6 @@ copy-descriptor@^0.1.0: resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= -core-js@^2.4.0: - version "2.6.11" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" - integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== - core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" @@ -1230,7 +1217,7 @@ create-ecdh@^4.0.0: bn.js "^4.1.0" elliptic "^6.0.0" -create-hash@^1.1.0, create-hash@^1.1.2: +create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== @@ -3923,11 +3910,6 @@ readdirp@~3.2.0: dependencies: picomatch "^2.0.4" -regenerator-runtime@^0.11.0: - version "0.11.1" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" - integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== - regex-not@^1.0.0, regex-not@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" @@ -4112,18 +4094,14 @@ ripple-address-codec@^4.1.1: 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" - integrity sha512-k0efyjpcde7p+rJ9PXW9tJSYsUDdlC9Z9xU7OPM7fJiHVKlR1E7nfu0jqw9vVXtTG3tujqKeEgtcb8yaa7rMXA== +ripple-binary-codec@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/ripple-binary-codec/-/ripple-binary-codec-1.0.2.tgz#a6a70d104f115300ceb0b01c70aafc2970952474" + integrity sha512-KfkUZ3GHuhapDCB7OLiCMugo/vaxaRJyXeUeOOPuLNqCfd8U6zvG5wgDVae/6u0zyalZiR3b80kMGxGN0ZrtMA== dependencies: - babel-runtime "^6.6.1" - bn.js "^5.1.1" - create-hash "^1.1.2" + create-hash "^1.2.0" decimal.js "^10.2.0" - inherits "^2.0.1" - lodash "^4.17.15" - ripple-address-codec "^4.0.0" + ripple-address-codec "^4.1.1" ripple-keypairs@^1.0.0: version "1.0.0"