Skip to content

Commit 239cbfb

Browse files
chore(deps): update dependency @semantic-release/github to v12.0.1
1 parent b098836 commit 239cbfb

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@rollup/plugin-typescript": "12.3.0",
4444
"@semantic-release/changelog": "6.0.3",
4545
"@semantic-release/git": "10.0.1",
46-
"@semantic-release/github": "12.0.0",
46+
"@semantic-release/github": "12.0.1",
4747
"@stryker-mutator/core": "9.3.0",
4848
"@stryker-mutator/jest-runner": "9.3.0",
4949
"@types/jest": "30.0.0",

yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,13 +1917,25 @@
19171917
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-25.0.0.tgz#adeead36992abf966e89dcd53518d8b0dc910e0d"
19181918
integrity sha512-FZvktFu7HfOIJf2BScLKIEYjDsw6RKc7rBJCdvCTfKsVnx2GEB/Nbzjr29DUdb7vQhlzS/j8qDzdditP0OC6aw==
19191919

1920+
"@octokit/openapi-types@^27.0.0":
1921+
version "27.0.0"
1922+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-27.0.0.tgz#374ea53781965fd02a9d36cacb97e152cefff12d"
1923+
integrity sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==
1924+
19201925
"@octokit/plugin-paginate-rest@^13.0.0":
19211926
version "13.0.0"
19221927
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-13.0.0.tgz#19be39a067086f1f6956c4721e6f1be0b9e06abd"
19231928
integrity sha512-nPXM3wgil9ONnAINcm8cN+nwso4QhNB13PtnlRFkYFHCUIogcH9DHak/StQYcwkkjuc7pUluLG1AWZNscgvH7Q==
19241929
dependencies:
19251930
"@octokit/types" "^14.0.0"
19261931

1932+
"@octokit/plugin-paginate-rest@^14.0.0":
1933+
version "14.0.0"
1934+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-14.0.0.tgz#44dc9fff2dacb148d4c5c788b573ddc044503026"
1935+
integrity sha512-fNVRE7ufJiAA3XUrha2omTA39M6IXIc6GIZLvlbsm8QOQCYvpq/LkMNGyFlB1d8hTDzsAXa3OKtybdMAYsV/fw==
1936+
dependencies:
1937+
"@octokit/types" "^16.0.0"
1938+
19271939
"@octokit/plugin-retry@^8.0.0":
19281940
version "8.0.1"
19291941
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-8.0.1.tgz#ee4a0487d31b97ad3deaf737faad68abeca3c227"
@@ -1966,6 +1978,13 @@
19661978
dependencies:
19671979
"@octokit/openapi-types" "^25.0.0"
19681980

1981+
"@octokit/types@^16.0.0":
1982+
version "16.0.0"
1983+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-16.0.0.tgz#fbd7fa590c2ef22af881b1d79758bfaa234dbb7c"
1984+
integrity sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==
1985+
dependencies:
1986+
"@octokit/openapi-types" "^27.0.0"
1987+
19691988
"@pkgjs/parseargs@^0.11.0":
19701989
version "0.11.0"
19711990
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
@@ -2172,13 +2191,13 @@
21722191
micromatch "^4.0.0"
21732192
p-reduce "^2.0.0"
21742193

2175-
"@semantic-release/[email protected].0":
2176-
version "12.0.0"
2177-
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-12.0.0.tgz#b852703f96cbf9610e056a736c339516c8c27b30"
2178-
integrity sha512-louWFjzZ+1dogfJTY8IuJuBcBUOTliYhBUYNcomnTfj0i959wtRQbr1POgdCoTHK7ut4N/0LNlYTH8SvSJM3hg==
2194+
"@semantic-release/[email protected].1":
2195+
version "12.0.1"
2196+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-12.0.1.tgz#84596fc496abc286698e19c10d9caec4bb81428d"
2197+
integrity sha512-BSC7Ko6aRPnH8ttVBpd3gC98LTiyPdmrmX4qHilLw5EZqVrXrXwcKp/JKUC5hgm0XpJACR3nPjgbfOjTJ75PIA==
21792198
dependencies:
21802199
"@octokit/core" "^7.0.0"
2181-
"@octokit/plugin-paginate-rest" "^13.0.0"
2200+
"@octokit/plugin-paginate-rest" "^14.0.0"
21822201
"@octokit/plugin-retry" "^8.0.0"
21832202
"@octokit/plugin-throttling" "^11.0.0"
21842203
"@semantic-release/error" "^4.0.0"

0 commit comments

Comments
 (0)