Skip to content

Commit 4ea91c4

Browse files
chore(deps): update dependency @semantic-release/github to v11.0.1
1 parent c8e5229 commit 4ea91c4

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@semantic-release/commit-analyzer": "13.0.0",
4545
"@semantic-release/exec": "6.0.3",
4646
"@semantic-release/git": "10.0.1",
47-
"@semantic-release/github": "11.0.0",
47+
"@semantic-release/github": "11.0.1",
4848
"@semantic-release/npm": "12.0.1",
4949
"@semantic-release/release-notes-generator": "14.0.1",
5050
"cross-env": "7.0.3",

yarn.lock

+23-1
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,29 @@
12681268
micromatch "^4.0.0"
12691269
p-reduce "^2.0.0"
12701270

1271-
"@semantic-release/[email protected]", "@semantic-release/github@^11.0.0":
1271+
"@semantic-release/[email protected]":
1272+
version "11.0.1"
1273+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-11.0.1.tgz#127579aa77ddd8586de6f4f57d0e66db3453a876"
1274+
integrity sha512-Z9cr0LgU/zgucbT9cksH0/pX9zmVda9hkDPcgIE0uvjMQ8w/mElDivGjx1w1pEQ+MuQJ5CBq3VCF16S6G4VH3A==
1275+
dependencies:
1276+
"@octokit/core" "^6.0.0"
1277+
"@octokit/plugin-paginate-rest" "^11.0.0"
1278+
"@octokit/plugin-retry" "^7.0.0"
1279+
"@octokit/plugin-throttling" "^9.0.0"
1280+
"@semantic-release/error" "^4.0.0"
1281+
aggregate-error "^5.0.0"
1282+
debug "^4.3.4"
1283+
dir-glob "^3.0.1"
1284+
globby "^14.0.0"
1285+
http-proxy-agent "^7.0.0"
1286+
https-proxy-agent "^7.0.0"
1287+
issue-parser "^7.0.0"
1288+
lodash-es "^4.17.21"
1289+
mime "^4.0.0"
1290+
p-filter "^4.0.0"
1291+
url-join "^5.0.0"
1292+
1293+
"@semantic-release/github@^11.0.0":
12721294
version "11.0.0"
12731295
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-11.0.0.tgz#1cbfed43b96282994a1c480a204179b89b73a387"
12741296
integrity sha512-Uon6G6gJD8U1JNvPm7X0j46yxNRJ8Ui6SgK4Zw5Ktu8RgjEft3BGn+l/RX1TTzhhO3/uUcKuqM+/9/ETFxWS/Q==

0 commit comments

Comments
 (0)