Update dotenv dependency

This commit is contained in:
Samer Albahra
2018-07-22 20:02:28 -05:00
parent 2dd2a3f152
commit fdcc52ed86
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -599,9 +599,9 @@
} }
}, },
"dotenv": { "dotenv": {
"version": "2.0.0", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-2.0.0.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.0.0.tgz",
"integrity": "sha1-vXWcNXqqcDZeAclrewvsCKbg2Uk=" "integrity": "sha512-FlWbnhgjtwD+uNLUGHbMykMOYQaTivdHEmYwAKFjn6GKe/CqY0fNae93ZHTd20snh9ZLr8mTzIL9m0APQ1pjQg=="
}, },
"ecc-jsbn": { "ecc-jsbn": {
"version": "0.1.1", "version": "0.1.1",

View File

@@ -7,7 +7,7 @@
"test": "mocha test" "test": "mocha test"
}, },
"dependencies": { "dependencies": {
"dotenv": "^2.0.0", "dotenv": "^6.0.0",
"express": "^4.16.3", "express": "^4.16.3",
"geo-tz": "^4.0.1", "geo-tz": "^4.0.1",
"grunt": "^1.0.3", "grunt": "^1.0.3",