chore(deps): update dependency dotenv to v9 (#42018)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-05-06 21:24:33 +05:30
committed by GitHub
parent 561c735a43
commit 050afb4bb0
8 changed files with 16 additions and 16 deletions

View File

@ -3477,9 +3477,9 @@
"dev": true
},
"dotenv": {
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz",
"integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.0.tgz",
"integrity": "sha512-yy3x9XjojW8ROTBePD25AcMoHqGHsvHmtfw8QWlpEXyMMXXPj6brUA464AptUvHuTPRmNz6Sd3ZLNLeJl6dHJA==",
"dev": true
},
"ecc-jsbn": {

View File

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