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

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

View File

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