chore(deps): update dependency dotenv to v8 (#41690)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-04-20 17:21:45 +02:00
committed by GitHub
parent 629fc2901f
commit 5eacd3912b
4 changed files with 8 additions and 8 deletions

View File

@ -3477,9 +3477,9 @@
"dev": true "dev": true
}, },
"dotenv": { "dotenv": {
"version": "6.2.0", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==", "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==",
"dev": true "dev": true
}, },
"ecc-jsbn": { "ecc-jsbn": {

View File

@ -23,7 +23,7 @@
}, },
"devDependencies": { "devDependencies": {
"debug": "4.3.1", "debug": "4.3.1",
"dotenv": "6.2.0", "dotenv": "8.2.0",
"jest": "26.0.0" "jest": "26.0.0"
} }
} }

View File

@ -1193,9 +1193,9 @@
} }
}, },
"dotenv": { "dotenv": {
"version": "6.0.0", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.0.0.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-FlWbnhgjtwD+uNLUGHbMykMOYQaTivdHEmYwAKFjn6GKe/CqY0fNae93ZHTd20snh9ZLr8mTzIL9m0APQ1pjQg==", "integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==",
"dev": true "dev": true
}, },
"ecc-jsbn": { "ecc-jsbn": {

View File

@ -23,7 +23,7 @@
}, },
"devDependencies": { "devDependencies": {
"debug": "4.3.1", "debug": "4.3.1",
"dotenv": "6.0.0", "dotenv": "8.2.0",
"jest": "24.9.0", "jest": "24.9.0",
"lodash": "4.17.19", "lodash": "4.17.19",
"mongodb": "3.6.6" "mongodb": "3.6.6"