chore(deps): update dependency dotenv to v10 (#42306)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-04 13:08:21 +02:00
committed by GitHub
parent e82f5f4425
commit 00e5440882
8 changed files with 16 additions and 16 deletions

View File

@@ -142,9 +142,9 @@
"integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
},
"dotenv": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.2.tgz",
"integrity": "sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg=="
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
},
"esprima": {
"version": "4.0.1",

View File

@@ -24,7 +24,7 @@
"dependencies": {
"@actions/core": "1.3.0",
"@actions/github": "5.0.0",
"dotenv": "9.0.2",
"dotenv": "10.0.0",
"fs-extra": "10.0.0",
"gray-matter": "4.0.3",
"node-fetch": "2.6.1",