From e0462ec5106e4abb32047d3adea53e7cdd0802e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:45:22 +0000 Subject: [PATCH] chore(deps-dev): bump @semantic-release/github from 10.1.1 to 10.1.3 Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.1.1 to 10.1.3. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](https://github.com/semantic-release/github/compare/v10.1.1...v10.1.3) --- updated-dependencies: - dependency-name: "@semantic-release/github" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 30 ++++-------------------------- 2 files changed, 5 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index e25d250..383c76a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@semantic-release/commit-analyzer": "^13.0.0", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@semantic-release/github": "^10.1.1", + "@semantic-release/github": "^10.1.3", "@semantic-release/release-notes-generator": "^14.0.1", "semantic-release": "^24.0.0", "typescript": "~5.5.3" diff --git a/yarn.lock b/yarn.lock index 386992f..79f6baf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2271,32 +2271,10 @@ micromatch "^4.0.0" p-reduce "^2.0.0" -"@semantic-release/github@^10.0.0": - version "10.0.6" - resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.6.tgz#58cdec447a423f5be9a6a4c912cbc422307f695b" - integrity sha512-sS4psqZacGTFEN49UQGqwFNG6Jyx2/RX1BhhDGn/2WoPbhAHislohOY05/5r+JoL4gJMWycfH7tEm1eGVutYeg== - dependencies: - "@octokit/core" "^6.0.0" - "@octokit/plugin-paginate-rest" "^11.0.0" - "@octokit/plugin-retry" "^7.0.0" - "@octokit/plugin-throttling" "^9.0.0" - "@semantic-release/error" "^4.0.0" - aggregate-error "^5.0.0" - debug "^4.3.4" - dir-glob "^3.0.1" - globby "^14.0.0" - http-proxy-agent "^7.0.0" - https-proxy-agent "^7.0.0" - issue-parser "^7.0.0" - lodash-es "^4.17.21" - mime "^4.0.0" - p-filter "^4.0.0" - url-join "^5.0.0" - -"@semantic-release/github@^10.1.1": - version "10.1.1" - resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.1.1.tgz#670e3fd7da9d294eacb26d027960c92de0831fb5" - integrity sha512-sSmsBKGpAlTtXf9rUJf/si16p+FwPEsvsJRjl3KCwFP0WywaSpynvUhlYvE18n5rzkQNbGJnObAKIoo3xFMSjA== +"@semantic-release/github@^10.0.0", "@semantic-release/github@^10.1.3": + version "10.1.3" + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.1.3.tgz#a26b4fdadc9609858c70452186bedee84897f6f9" + integrity sha512-QVw7YT3J4VqyVjOnlRsFA3OCERAJHER4QbSPupbav3ER0fawrs2BAWbQFjsr24OAD4KTTKMZsVzF+GYFWCDtaQ== dependencies: "@octokit/core" "^6.0.0" "@octokit/plugin-paginate-rest" "^11.0.0"