diff --git a/package-lock.json b/package-lock.json index 315faf110..abb66a042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bob-wallet", - "version": "0.2.8", + "version": "0.2.9-rc.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2029,8 +2029,7 @@ }, "bcrypto": { "version": "5.1.0", - "resolved": "https://registry.npmjs.org/bcrypto/-/bcrypto-5.1.0.tgz", - "integrity": "sha512-WEs5g7WHdEdLLcsvhE7Z1AXv0G+hb+bJhSUYM7samFNrH051XhcFVWxAbAZDmIU1HWjpjhmQ+HqBar7UC/qrzQ==", + "resolved": "git+https://github.com/bcoin-org/bcrypto.git#5c3e2b8b3f79d13e1b5c26be197708d0b9e5bcf9", "requires": { "bufio": "~1.0.6", "loady": "~0.0.1" @@ -5872,9 +5871,8 @@ } }, "goosig": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/goosig/-/goosig-0.7.0.tgz", - "integrity": "sha512-FlTO9Ivch/uDFH8RSqEybb/vGt45BucaFZPpWuW7SZmfda8lw/s0zN296EJ8FmLyu8XP/T4KfGt4pzSIwgwNhg==", + "version": "git+https://github.com/kyokan/goosig.git#29cd9dce78abb296400104ab8fea62ee515cefc4", + "from": "git+https://github.com/kyokan/goosig.git#29cd9dce78abb296400104ab8fea62ee515cefc4", "requires": { "bcrypto": "~5.1.0", "bsert": "~0.0.10", @@ -6096,11 +6094,11 @@ } }, "hsd": { - "version": "https://github.com/handshake-org/hsd/tarball/1d7251957dd5ce35eb173c3fcdca0ca2479dcb83", - "integrity": "sha512-ekpRzwQib9lA9f7nXeNTooB9WNUnGEoF3m6XSpnsgC2z+koEzWoAtPUd7qmr6ZlKQzCFecw16IQxaihVofFwcQ==", + "version": "https://github.com/kyokan/hsd/tarball/0b427d80c632010cf69bf78988b551168ee57a0b", + "integrity": "sha512-62RGQGriaP2GdM6IaygqWl8lh7MfLbNcSUGKYejrD36NMmBylnSsdJ3usXldQO35UgQX9Oe5O7BagDS025HiRA==", "requires": { "bcfg": "~0.1.6", - "bcrypto": "~5.1.0", + "bcrypto": "git+https://github.com/bcoin-org/bcrypto.git#5c3e2b8b3f79d13e1b5c26be197708d0b9e5bcf9", "bdb": "~1.2.1", "bdns": "~0.1.5", "bevent": "~0.1.5", @@ -6122,7 +6120,7 @@ "bupnp": "~0.2.6", "bval": "~0.1.6", "bweb": "~0.1.10", - "goosig": "~0.7.0", + "goosig": "git+https://github.com/kyokan/goosig.git#29cd9dce78abb296400104ab8fea62ee515cefc4", "hs-client": "~0.0.8", "n64": "~0.2.10", "urkel": "~0.6.3" diff --git a/package.json b/package.json index 6d9ab6a32..9ef50bd55 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bob-wallet", "productName": "Bob", "author": "Kyokan Group, Inc.", - "version": "0.2.9-rc.1", + "version": "0.2.9-rc.2", "description": "A Handshake wallet and auction manager.", "scripts": { "build": "./scripts/package.sh", @@ -119,7 +119,7 @@ "electron-updater": "4.1.2", "history": "4.7.2", "hs-client": "https://github.com/handshake-org/hs-client.git", - "hsd": "https://github.com/handshake-org/hsd/tarball/1d7251957dd5ce35eb173c3fcdca0ca2479dcb83", + "hsd": "https://github.com/kyokan/hsd/tarball/0b427d80c632010cf69bf78988b551168ee57a0b", "lodash.isequal": "4.5.0", "lodash.throttle": "4.1.1", "mixpanel": "0.10.2",