lock version to avoid suprises

This commit is contained in:
Iuri Matias 2018-06-13 12:03:00 -04:00
parent 3335483b1a
commit 0429703790
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5087,9 +5087,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"ganache-cli": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/ganache-cli/-/ganache-cli-6.1.2.tgz",
"integrity": "sha512-nnJ7Gz9dqpLglVqg6KRg+e5ifUhEW4l+BN58du3AKLUEPUVp/kP8YeRWBqjtk5P7ECh6Limj9aGfI3pRslr3Rw==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ganache-cli/-/ganache-cli-6.1.0.tgz",
"integrity": "sha512-FdTeyk4uLRHGeFiMe+Qnh4Hc5KiTVqvRVVvLDFJEVVKC1P1yHhEgZeh9sp1KhuvxSrxToxgJS25UapYQwH4zHw==",
"requires": {
"source-map-support": "0.5.6",
"webpack-cli": "2.1.5"

View File

@ -46,7 +46,7 @@
"finalhandler": "^1.1.1",
"follow-redirects": "^1.2.4",
"fs-extra": "^2.0.0",
"ganache-cli": "^6.1.0",
"ganache-cli": "6.1.0",
"globule": "^1.1.0",
"hard-source-webpack-plugin": "^0.6.6",
"http-proxy": "^1.17.0",