From 32e7490474a5a4ba9a82990780ea9f55ef85deeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:46:20 +0000 Subject: [PATCH] chore(deps-dev): bump @semantic-release/github from 7.2.0 to 7.2.1 Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 7.2.0 to 7.2.1. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](https://github.com/semantic-release/github/compare/v7.2.0...v7.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2597788..6113803 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@semantic-release/changelog": "5.0.1", "@semantic-release/commit-analyzer": "8.0.1", "@semantic-release/git": "9.0.0", - "@semantic-release/github": "7.2.0", + "@semantic-release/github": "7.2.1", "@semantic-release/release-notes-generator": "9.0.1", "conventional-changelog-conventionalcommits": "4.5.0", "gradle-semantic-release-plugin": "1.4.13", diff --git a/yarn.lock b/yarn.lock index 3a40a9b..f101770 100644 --- a/yarn.lock +++ b/yarn.lock @@ -206,10 +206,10 @@ micromatch "^4.0.0" p-reduce "^2.0.0" -"@semantic-release/github@7.2.0", "@semantic-release/github@^7.0.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.2.0.tgz#925f3efd91adabfc4bbe0de24b79fe1a8a38b4e2" - integrity sha512-tMRnWiiWb43whRHvbDGXq4DGEbKRi56glDpXDJZit4PIiwDPX7Kx3QzmwRtDOcG+8lcpGjpdPabYZ9NBxoI2mw== +"@semantic-release/github@7.2.1", "@semantic-release/github@^7.0.0": + version "7.2.1" + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-7.2.1.tgz#e833245746413e0830b65112331ca0a00b35cf95" + integrity sha512-+gOhbaG4T3xJb6aTZu1/7KvCmYKRChkasdIyFWdaGaTWVeGpdl4o0zMviV1z3kRcgPOSXeqjHSQ6SOQAfHQiDw== dependencies: "@octokit/rest" "^18.0.0" "@semantic-release/error" "^2.2.0"