From a4b7aa5bfb814a9dcc19e42a07d4c0aae401a57b Mon Sep 17 00:00:00 2001 From: Amaury Martiny Date: Tue, 27 Nov 2018 10:54:47 +0100 Subject: [PATCH 1/2] Update bignumber.js --- packages/abi/package.json | 2 +- packages/api/package.json | 4 ++-- packages/contracts/package.json | 2 +- packages/light.js/package.json | 2 +- yarn.lock | 10 +++++----- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/abi/package.json b/packages/abi/package.json index fa6e0b0e..ad42ad20 100644 --- a/packages/abi/package.json +++ b/packages/abi/package.json @@ -24,7 +24,7 @@ "@types/utf8": "^2.1.6" }, "dependencies": { - "bignumber.js": "7.2.1", + "bignumber.js": "^8.0.1", "js-sha3": "0.7.0", "utf8": "^3.0.0" } diff --git a/packages/api/package.json b/packages/api/package.json index caccf468..2b7c42c3 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -39,14 +39,14 @@ }, "dependencies": { "@parity/abi": "^3.0.1", - "bignumber.js": "^7", + "bignumber.js": "^8.0.1", "blockies": "0.0.2", "es6-error": "4.0.2", "es6-promise": "^4.1.1", "eventemitter3": "^2.0.2", "isomorphic-fetch": "^2.2.1", "js-sha3": "0.5.5", - "lodash": "^4.17.4", + "lodash": "^4.17.11", "store": "^2.0.12", "websocket": "^1.0.25" } diff --git a/packages/contracts/package.json b/packages/contracts/package.json index b13aacb6..e1f6a2cc 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -24,6 +24,6 @@ "dependencies": { "@parity/abi": "^3.0.1", "@parity/api": "^3.0.1", - "bignumber.js": "^7.2.1" + "bignumber.js": "^8.0.1" } } diff --git a/packages/light.js/package.json b/packages/light.js/package.json index dbac7f64..141a85f9 100644 --- a/packages/light.js/package.json +++ b/packages/light.js/package.json @@ -29,7 +29,7 @@ "@parity/abi": "^3.0.1", "@parity/api": "^3.0.1", "async-retry": "^1.2.3", - "bignumber.js": "^7.2.1", + "bignumber.js": "^8.0.1", "debug": "^3.1.0", "memoizee": "^0.4.12" }, diff --git a/yarn.lock b/yarn.lock index 43a807ea..70f6e690 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1206,10 +1206,10 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" -bignumber.js@7.2.1, bignumber.js@^7, bignumber.js@^7.2.1: - version "7.2.1" - resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-7.2.1.tgz#80c048759d826800807c4bfd521e50edbba57a5f" - integrity sha512-S4XzBk5sMB+Rcb/LNcpzXr57VRTxgAvaAEDAl1AwRx27j00hT84O6OkteE7u8UB3NuaaygCRrEpqox4uDOrbdQ== +bignumber.js@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-8.0.1.tgz#5d419191370fb558c64e3e5f70d68e5947138832" + integrity sha512-zAySveTJXkgLYCBi0b14xzfnOs+f3G6x36I8w2a1+PFQpWk/dp0mI0F+ZZK2bu+3ELewDcSyP+Cfq++NcHX7sg== block-stream@*: version "0.0.9" @@ -4604,7 +4604,7 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "~3.0.0" -lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@~4.17.2: +lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@~4.17.2: version "4.17.11" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== From 1ba17f81d613b4b137f3d031b4a4228e87f6fb22 Mon Sep 17 00:00:00 2001 From: Amaury Martiny Date: Tue, 27 Nov 2018 10:56:19 +0100 Subject: [PATCH 2/2] Update some other packages --- packages/api/package.json | 2 +- packages/electron/package.json | 2 +- packages/light.js/package.json | 2 +- yarn.lock | 12 +++++++----- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index 2b7c42c3..9834d941 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -43,7 +43,7 @@ "blockies": "0.0.2", "es6-error": "4.0.2", "es6-promise": "^4.1.1", - "eventemitter3": "^2.0.2", + "eventemitter3": "^3.1.0", "isomorphic-fetch": "^2.2.1", "js-sha3": "0.5.5", "lodash": "^4.17.11", diff --git a/packages/electron/package.json b/packages/electron/package.json index 8e21c2f7..ad9c8b55 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -25,7 +25,7 @@ "axios": "^0.18.0", "checksum": "^0.1.1", "command-exists": "^1.2.6", - "debug": "^3.1.0", + "debug": "^4.1.0", "electron-dl": "^1.11.0", "promise-any": "^0.2.0", "sntp": "^3.0.1" diff --git a/packages/light.js/package.json b/packages/light.js/package.json index 141a85f9..521b2d93 100644 --- a/packages/light.js/package.json +++ b/packages/light.js/package.json @@ -30,7 +30,7 @@ "@parity/api": "^3.0.1", "async-retry": "^1.2.3", "bignumber.js": "^8.0.1", - "debug": "^3.1.0", + "debug": "^4.1.0", "memoizee": "^0.4.12" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 70f6e690..98eaaf96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1974,6 +1974,13 @@ debug@^3.1.0: dependencies: ms "^2.1.1" +debug@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87" + integrity sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg== + dependencies: + ms "^2.1.1" + debuglog@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" @@ -2485,11 +2492,6 @@ event-emitter@^0.3.5: d "1" es5-ext "~0.10.14" -eventemitter3@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-2.0.3.tgz#b5e1079b59fb5e1ba2771c0a993be060a58c99ba" - integrity sha1-teEHm1n7XhuidxwKmTvgYKWMmbo= - eventemitter3@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163"