lock version to avoid suprises

This commit is contained in:
Iuri Matias 2018-06-13 12:03:00 -04:00
parent c367ac2c88
commit daf2eba36d
1 changed files with 3 additions and 3 deletions

6
package-lock.json generated
View File

@ -5088,9 +5088,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"