chore(deps): update dependency dotenv to v8.6.0

This commit is contained in:
Renovate Bot
2021-05-06 08:42:28 +00:00
committed by renovate[bot]
parent d02e4e46ae
commit 69d47cd5bc
8 changed files with 16 additions and 16 deletions

View File

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

View File

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