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

@@ -148,9 +148,9 @@
"integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
},
"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=="
},
"esprima": {
"version": "4.0.1",

View File

@@ -24,7 +24,7 @@
"dependencies": {
"@actions/core": "1.2.7",
"@actions/github": "4.0.0",
"dotenv": "8.6.0",
"dotenv": "9.0.0",
"fs-extra": "9.1.0",
"gray-matter": "4.0.3",
"node-fetch": "2.6.1",