Update dotenv to the latest version 🚀 (#60)

* fix(package): update dotenv to version 7.0.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot] 2019-05-03 17:06:21 -06:00 committed by David Díaz
parent 0a0d2e258b
commit 209ceccc36
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2312,9 +2312,9 @@
}
},
"dotenv": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz",
"integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w=="
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz",
"integrity": "sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g=="
},
"duplexer3": {
"version": "0.1.4",

View File

@ -23,7 +23,7 @@
"cli-color": "1.4.0",
"clui": "0.3.6",
"deepmerge": "3.0.0",
"dotenv": "6.2.0",
"dotenv": "7.0.0",
"globby": "9.2.0",
"is-plain-object": "3.0.0",
"joi": "14.3.0",