use status-js 1.0.5

This commit is contained in:
Iuri Matias 2018-11-08 17:31:03 -05:00
parent a34ed2a3fd
commit 7f28917c29
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1479,7 +1479,7 @@
}, },
"path-is-absolute": { "path-is-absolute": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
}, },
"path-to-regexp": { "path-to-regexp": {
@ -1842,9 +1842,9 @@
} }
}, },
"status-js-api": { "status-js-api": {
"version": "1.0.3", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/status-js-api/-/status-js-api-1.0.3.tgz", "resolved": "https://registry.npmjs.org/status-js-api/-/status-js-api-1.0.5.tgz",
"integrity": "sha512-PAYhyrjS4//+xhJg9y2Ff/55rHtdM1Cf94a+IgNYPi7myr2MtvYhDjbXT6XVpf+ngwjUQpMMqVk04YVuwWjylw==", "integrity": "sha512-IkY9Rn1da43Lg8quYWVlL62jsliKrmuLuqH/SrB/u8IGjjiW0w5dfsX1UT/z2awUVOi/TXNvIKasFioa7u/oag==",
"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.3" "status-js-api": "^1.0.5"
} }
} }