try fixing dockerhub push

This commit is contained in:
Daniel Huebleitner
2019-06-25 20:14:25 +02:00
parent 3185c0cd29
commit ff10369b6a
2 changed files with 15 additions and 24 deletions
+14 -23
View File
@@ -2854,16 +2854,16 @@
}
},
"frontblock": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/frontblock/-/frontblock-0.2.0.tgz",
"integrity": "sha512-T/1NhlCUgZVD7WPqajaSlcjAEu7/ns8GwmP9kswKekQyqH5DfaQuT8mPXf2hOAxxII9QnEq5aD24rH2iyMEFcA==",
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/frontblock/-/frontblock-0.2.1.tgz",
"integrity": "sha512-q8OzRlXmZjMI9513PW//x0bgqQ/kl7G8KbKewE/ZaiK2FenfskRLe/qoqFLs7G9DXVTORkNDI49Yp5ka8pL2Sg==",
"requires": {
"@types/node": "^11.13.10",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.0.4",
"bsock": "^0.1.9",
"express": "^4.16.4",
"frontblock-generic": "^0.2.3",
"frontblock-generic": "^0.2.7",
"hdkey": "^1.1.1",
"log4js": "^4.3.1",
"minimist": "^1.2.0",
@@ -2872,9 +2872,9 @@
}
},
"frontblock-generic": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/frontblock-generic/-/frontblock-generic-0.2.3.tgz",
"integrity": "sha512-YqSXT74GUI5jsHdKZ1fhQRYwl8vdMYZpkef63crzxZmlPsKn81QRon4BTGsWyJfYk+Y+rmsw/ztlO7M5OGIGxw==",
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/frontblock-generic/-/frontblock-generic-0.2.7.tgz",
"integrity": "sha512-MWJmfJeJs7zqiDCIijgGQhprY3dOI3jSvhs11XRA7+y90tPQQRYX8pLKLjEpaeKVF0YceBfcQvATZ4xEg5EshA==",
"requires": {
"@types/node": "^12.0.0",
"bsock": "^0.1.9",
@@ -2885,9 +2885,9 @@
},
"dependencies": {
"@types/node": {
"version": "12.0.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.8.tgz",
"integrity": "sha512-b8bbUOTwzIY3V5vDTY1fIJ+ePKDUBqt2hC2woVGotdQQhG/2Sh62HOKHrT7ab+VerXAcPyAiTEipPu/FsreUtg=="
"version": "12.0.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.10.tgz",
"integrity": "sha512-LcsGbPomWsad6wmMNv7nBLw7YYYyfdYcz6xryKYQhx89c3XXan+8Q6AJ43G5XDIaklaVkK3mE4fCb0SBvMiPSQ=="
}
}
},
@@ -7040,23 +7040,14 @@
}
},
"tiny-secp256k1": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/tiny-secp256k1/-/tiny-secp256k1-1.1.2.tgz",
"integrity": "sha512-InukePecGvfngAEmPR/AIVpAmBTBCdO7tFuMKCpQDE6Zr+lQVT/hDArPkUUolPPpCgwbN/yk2rSAGhJsoIl4hA==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/tiny-secp256k1/-/tiny-secp256k1-1.1.3.tgz",
"integrity": "sha512-ZpobrhOtHP98VYEN51IYQH1YcrbFpnxFhI6ceWa3OEbJn7eHvSd8YFjGPxbedGCy7PNYU1v/+BRsdvyr5uRd4g==",
"requires": {
"bindings": "^1.3.0",
"bn.js": "^4.11.8",
"create-hmac": "^1.1.7",
"elliptic": "^6.4.0",
"tiny-secp256k1-native": "1.1.x"
}
},
"tiny-secp256k1-native": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/tiny-secp256k1-native/-/tiny-secp256k1-native-1.1.0.tgz",
"integrity": "sha512-ZEt41e4pvq52Zs6MqNZpbDH3qg5fQkOCH9bzGsVPtlLeo9tdfNFz2XfjiKzo1Rc+Yvv4cb0lzy7ClQ3FbE4kKg==",
"optional": true,
"requires": {
"bindings": "^1.3.0",
"nan": "^2.13.2"
}
},