chore(deps): update dependency dotenv to v10 (#42306)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-04 13:08:21 +02:00
committed by GitHub
parent e82f5f4425
commit 00e5440882
8 changed files with 16 additions and 16 deletions

View File

@ -50,9 +50,9 @@
"dev": true
},
"dotenv": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.2.tgz",
"integrity": "sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
"dev": true
},
"inherits": {

View File

@ -20,7 +20,7 @@
"main": "none",
"devDependencies": {
"debug": "4.3.1",
"dotenv": "9.0.2",
"dotenv": "10.0.0",
"lodash": "4.17.21",
"mongodb": "3.6.9"
}