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

This commit is contained in:
Renovate Bot
2021-05-05 08:45:37 +00:00
committed by renovate[bot]
parent 582b9a3298
commit 06b90baa59
8 changed files with 16 additions and 16 deletions

View File

@@ -143,9 +143,9 @@
"integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
},
"dotenv": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz",
"integrity": "sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw=="
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.5.1.tgz",
"integrity": "sha512-qC1FbhCH7UH7B+BcRNUDhAk04d/n+tnGGB1ctwndZkVFeehYJOn39pRWWzmdzpFqImyX1KB8tO0DCHLf8yRaYQ=="
},
"esprima": {
"version": "4.0.1",

View File

@@ -24,7 +24,7 @@
"dependencies": {
"@actions/core": "1.2.7",
"@actions/github": "4.0.0",
"dotenv": "8.2.0",
"dotenv": "8.5.1",
"gray-matter": "4.0.3",
"node-fetch": "2.6.1",
"readdirp": "3.6.0"