From c6ea21d80f2bd880e8ba9ed5b171f7caf337ebd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 15:20:04 +0000 Subject: [PATCH] chore(deps): bump elliptic from 6.4.0 to 6.5.4 in /raspberry-pi-client Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.4) Signed-off-by: dependabot[bot] --- raspberry-pi-client/package-lock.json | 66 ++++++++++++++++----------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/raspberry-pi-client/package-lock.json b/raspberry-pi-client/package-lock.json index 263d87c..3e849fa 100644 --- a/raspberry-pi-client/package-lock.json +++ b/raspberry-pi-client/package-lock.json @@ -26,6 +26,24 @@ "integrity": "sha512-BmwEfCeyZrPRsEvFPyx6mk3ub9gQIR3TXZPMV6OorWpBrfMexNyjcX17LXPR+B+tJ6QSqppksUf56iZwSbkJNA==", "requires": { "mam.client.js": "git+https://github.com/iotaledger/mam.client.js.git#4f56f8fed3e22df528760156226ec4d8dcba5f8d" + }, + "dependencies": { + "mam.client.js": { + "version": "git+https://github.com/iotaledger/mam.client.js.git#4f56f8fed3e22df528760156226ec4d8dcba5f8d", + "from": "git+https://github.com/iotaledger/mam.client.js.git", + "requires": { + "babel-polyfill": "^6.26.0", + "browserify": "^16.1.1", + "iota.crypto.js": "github:iotaledger/iota.crypto.js", + "iota.lib.js": "^0.4.2", + "pify": "^3.0.0" + } + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" + } } }, "@decentralized-auth/ntru": { @@ -1124,17 +1142,29 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "elliptic": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz", - "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", "requires": { - "bn.js": "^4.4.0", - "brorand": "^1.0.1", + "bn.js": "^4.11.9", + "brorand": "^1.1.0", "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.0" + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + } } }, "emoji-regex": { @@ -2227,24 +2257,6 @@ "yallist": "^2.1.2" } }, - "mam.client.js": { - "version": "git+https://github.com/iotaledger/mam.client.js.git#4f56f8fed3e22df528760156226ec4d8dcba5f8d", - "from": "git+https://github.com/iotaledger/mam.client.js.git", - "requires": { - "babel-polyfill": "^6.26.0", - "browserify": "^16.1.1", - "iota.crypto.js": "github:iotaledger/iota.crypto.js#05c5b4485ad8232fd5b9145e02fe988a035a7704", - "iota.lib.js": "^0.4.2", - "pify": "^3.0.0" - }, - "dependencies": { - "pify": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", - "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" - } - } - }, "md5.js": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz",