From 98bd9ae0c5445c9d044ab8cefd6f736fff3f7bcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 20:26:03 +0000 Subject: [PATCH] build(deps): update dependency @semantic-release/github to v8.1.0 | datasource | package | from | to | | ---------- | ------------------------ | ----- | ----- | | npm | @semantic-release/github | 8.0.8 | 8.1.0 | --- package.json | 2 +- yarn.lock | 35 +++++++++++++++++++++++++++++------ 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4a519e2e..21bd6297 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@commitlint/cli": "17.6.3", "@commitlint/config-conventional": "17.6.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "8.0.8", + "@semantic-release/github": "8.1.0", "@semantic-release/npm": "10.0.3", "@tsconfig/node16": "1.0.4", "@types/node": "16.18.34", diff --git a/yarn.lock b/yarn.lock index 0782fcd4..c7bc3993 100644 --- a/yarn.lock +++ b/yarn.lock @@ -714,10 +714,10 @@ micromatch "^4.0.0" p-reduce "^2.0.0" -"@semantic-release/github@8.0.8": - version "8.0.8" - resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.0.8.tgz#d1e8f9ec0ef2d1a9afddbc094086b22cb11a917a" - integrity sha512-zu014e5FtoENb278YTVBCpLTK73LgXJn9UISGSzor/fnhRRwiyc1L7J+ijdpv90zvW+vb7oTwK3H6piFa5ck1g== +"@semantic-release/github@8.1.0": + version "8.1.0" + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-8.1.0.tgz#c31fc5852d32975648445804d1984cd96e72c4d0" + integrity sha512-erR9E5rpdsz0dW1I7785JtndQuMWN/iDcemcptf67tBNOmBUN0b2YNOgcjYUnBpgRpZ5ozfBHrK7Bz+2ets/Dg== dependencies: "@octokit/core" "^4.2.1" "@octokit/plugin-paginate-rest" "^6.1.2" @@ -729,8 +729,8 @@ dir-glob "^3.0.0" fs-extra "^11.0.0" globby "^11.0.0" - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" + http-proxy-agent "^7.0.0" + https-proxy-agent "^7.0.0" issue-parser "^6.0.0" lodash "^4.17.4" mime "^3.0.0" @@ -1013,6 +1013,13 @@ agent-base@6, agent-base@^6.0.2: dependencies: debug "4" +agent-base@^7.0.2, agent-base@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434" + integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg== + dependencies: + debug "^4.3.4" + agentkeepalive@^4.2.1: version "4.3.0" resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.3.0.tgz#bb999ff07412653c1803b3ced35e50729830a255" @@ -2528,6 +2535,14 @@ http-proxy-agent@^5.0.0: agent-base "6" debug "4" +http-proxy-agent@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz#e9096c5afd071a3fce56e6252bb321583c124673" + integrity sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ== + dependencies: + agent-base "^7.1.0" + debug "^4.3.4" + https-proxy-agent@^5.0.0: version "5.0.1" resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" @@ -2536,6 +2551,14 @@ https-proxy-agent@^5.0.0: agent-base "6" debug "4" +https-proxy-agent@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a" + integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw== + dependencies: + agent-base "^7.0.2" + debug "4" + human-signals@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"