chore(deps-dev): Bump @semantic-release/github from 7.1.2 to 7.2.0 (#1842)

Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 7.1.2 to 7.2.0.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v7.1.2...v7.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-11-22 23:06:20 -06:00 committed by GitHub
parent cc2891d781
commit 848c7d8e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1394,9 +1394,9 @@
}
},
"@semantic-release/github": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-7.1.2.tgz",
"integrity": "sha512-0cbQAQgZRUPvYWeJ5OSw/bbOhe0tsFArylL2gue9V66q0JgFNOL6CONGd+X5CQxQP1+t+t3Lr9OomuE3QLZgtw==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-7.2.0.tgz",
"integrity": "sha512-tMRnWiiWb43whRHvbDGXq4DGEbKRi56glDpXDJZit4PIiwDPX7Kx3QzmwRtDOcG+8lcpGjpdPabYZ9NBxoI2mw==",
"dev": true,
"requires": {
"@octokit/rest": "^18.0.0",

View File

@ -38,7 +38,7 @@
"@markedjs/html-differ": "^3.0.4",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.2",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.6",
"@semantic-release/release-notes-generator": "^9.0.1",
"cheerio": "^1.0.0-rc.3",