Update dotenv to the latest version 🚀 (#92)

* fix(package): update dotenv to version 8.2.0

* chore(package): update lockfile package-lock.json

Co-authored-by: David Díaz <seich@martianwabbit.com>
This commit is contained in:
greenkeeper[bot] 2020-01-24 17:35:06 -06:00 committed by David Díaz
parent 7f5c9f8fab
commit 5ae7f88a27
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2118,9 +2118,9 @@
}
},
"dotenv": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.1.0.tgz",
"integrity": "sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA=="
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw=="
},
"duplexer3": {
"version": "0.1.4",

View File

@ -23,7 +23,7 @@
"cli-color": "2.0.0",
"clui": "0.3.6",
"deepmerge": "4.1.1",
"dotenv": "8.1.0",
"dotenv": "8.2.0",
"globby": "10.0.1",
"is-plain-object": "3.0.0",
"joi": "14.3.1",