update to status-js 1.0.3

This commit is contained in:
Iuri Matias 2018-11-07 14:38:08 -05:00
parent 48700a8278
commit 070e0e67cf
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "10.12.2", "version": "10.12.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.2.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-10.12.3.tgz",
"integrity": "sha512-53ElVDSnZeFUUFIYzI8WLQ25IhWzb6vbddNp8UHlXQyU0ET2RhV5zg0NfubzU7iNMh5bBXb0htCzfvrSVNgzaQ==" "integrity": "sha512-sfGmOtSMSbQ/AKG8V9xD1gmjquC9awIIZ/Kj309pHb2n3bcRAcGMQv5nJ6gCXZVsneGE4+ve8DXKRCsrg3TFzg=="
}, },
"accepts": { "accepts": {
"version": "1.3.5", "version": "1.3.5",
@ -1842,9 +1842,9 @@
} }
}, },
"status-js-api": { "status-js-api": {
"version": "1.0.2", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/status-js-api/-/status-js-api-1.0.2.tgz", "resolved": "https://registry.npmjs.org/status-js-api/-/status-js-api-1.0.3.tgz",
"integrity": "sha512-OWDI87edi/GMBFtOCCctB69sHusR+0vuVmgolSmWPnTeTYSkGEc7g/Pwq/UAZTOC0BTxKvxNTEhYgTnabiaZ5A==", "integrity": "sha512-PAYhyrjS4//+xhJg9y2Ff/55rHtdM1Cf94a+IgNYPi7myr2MtvYhDjbXT6XVpf+ngwjUQpMMqVk04YVuwWjylw==",
"requires": { "requires": {
"chance": "^1.0.16", "chance": "^1.0.16",
"web3": "^1.0.0-beta.36" "web3": "^1.0.0-beta.36"

View File

@ -19,6 +19,6 @@
"dependencies": { "dependencies": {
"colors": "^1.3.2", "colors": "^1.3.2",
"neo-blessed": "^0.2.0", "neo-blessed": "^0.2.0",
"status-js-api": "^1.0.2" "status-js-api": "^1.0.3"
} }
} }