Update Voting DApp last commit hash

This commit is contained in:
Vadim 2020-01-10 14:29:28 +03:00
parent c54cad711b
commit e9e49856f9
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -17884,8 +17884,8 @@
}
},
"poa-dapps-voting": {
"version": "github:poanetwork/poa-dapps-voting#1cecd5d169078e56df6613153abf86d1bd1e8211",
"from": "github:poanetwork/poa-dapps-voting#1cecd5d169078e56df6613153abf86d1bd1e8211",
"version": "github:poanetwork/poa-dapps-voting#23ee5075844369a50e354593ddf4e264a2313c9c",
"from": "github:poanetwork/poa-dapps-voting#23ee5075844369a50e354593ddf4e264a2313c9c",
"requires": {
"ajv": "6.5.2",
"autoprefixer": "7.1.6",
@ -26321,9 +26321,9 @@
}
},
"ua-parser-js": {
"version": "0.7.19",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.19.tgz",
"integrity": "sha512-T3PVJ6uz8i0HzPxOF9SWzWAlfN/DavlpQqepn22xgve/5QecC+XMCAtmUNnY7C9StehaV6exjUCI801lOI7QlQ=="
"version": "0.7.21",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.21.tgz",
"integrity": "sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ=="
},
"uglify-es": {
"version": "3.3.9",

View File

@ -15,7 +15,7 @@
"path": "^0.12.7",
"poa-dapps-keys-generation": "github:poanetwork/poa-dapps-keys-generation#cae6121305bf9d67ce15d7b46f2886552941cee2",
"poa-dapps-validators": "github:poanetwork/poa-dapps-validators#cecc37b1e80ac652455436f6834337fb761a24ea",
"poa-dapps-voting": "github:poanetwork/poa-dapps-voting#1cecd5d169078e56df6613153abf86d1bd1e8211",
"poa-dapps-voting": "github:poanetwork/poa-dapps-voting#23ee5075844369a50e354593ddf4e264a2313c9c",
"selenium-webdriver": "3.6.0",
"toml": "^2.3.3",
"toml-js": "0.0.8",