Merge pull request #29 from Kononnable/greenkeeper/dotenv-5.0.0

Update dotenv to the latest version 🚀
This commit is contained in:
Kononnable 2018-01-30 10:34:57 +01:00 committed by GitHub
commit 76339ddf18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

12
package-lock.json generated
View File

@ -893,9 +893,10 @@
}
},
"dotenv": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-4.0.0.tgz",
"integrity": "sha1-hk7xN5rO1Vzm+V3r7NzhefegzR0="
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-5.0.0.tgz",
"integrity": "sha512-p4A7snaxI9Hnj3GDWhTpckHYcd9WwZDmGPcvJJV3CoRFq0Dvsp96eYgXBl9WbmbJfuxqiZ2WenNaeWSs675ghQ==",
"dev": true
},
"duplexer3": {
"version": "0.1.4",
@ -3161,6 +3162,11 @@
"ms": "2.0.0"
}
},
"dotenv": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-4.0.0.tgz",
"integrity": "sha1-hk7xN5rO1Vzm+V3r7NzhefegzR0="
},
"is-fullwidth-code-point": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",

View File

@ -53,7 +53,7 @@
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"codecov": "^3.0.0",
"dotenv": "^4.0.0",
"dotenv": "^5.0.0",
"fs-extra": "^5.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.0",