Skip to content

Commit 5cc88ea

Browse files
chore(deps): update dependency semantic-release to v24.1.2
1 parent c22c35e commit 5cc88ea

2 files changed

Lines changed: 28 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"jest": "26.6.3",
6363
"lodash": "4.17.21",
6464
"prettier": "3.3.3",
65-
"semantic-release": "24.1.1",
65+
"semantic-release": "24.1.2",
6666
"sinon": "19.0.2",
6767
"supertest": "7.0.0",
6868
"ts-jest": "26.5.6",

yarn.lock

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,12 +1191,17 @@
11911191
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz#9ec2daa0090eeb865ee147636e0c00f73790c6e5"
11921192
integrity sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==
11931193

1194-
"@octokit/plugin-paginate-rest@^10.0.0":
1195-
version "10.0.0"
1196-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-10.0.0.tgz#37f194a95f5be198776a35ade1f78847cabec209"
1197-
integrity sha512-G1Z67qOiFneKDJyMafHQkWnKm1kU3FfbRZLzxgsFg4dOa3pRNdABbdk+xo/oev6P88lnbt7GKdBNB6dJZuPphA==
1194+
"@octokit/openapi-types@^22.2.0":
1195+
version "22.2.0"
1196+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-22.2.0.tgz#75aa7dcd440821d99def6a60b5f014207ae4968e"
1197+
integrity sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==
1198+
1199+
"@octokit/plugin-paginate-rest@^11.0.0":
1200+
version "11.3.4"
1201+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.4.tgz#68c834beb721a4b5919cb98987b40e69099b5f30"
1202+
integrity sha512-lqBHWiuI468XJ/o06Eg6hgACGXwikyHUzoYs/Y3gA1uVzPldxSeuEiCLAZRy4ovaAJozjds18ni2wgdT1oWtDQ==
11981203
dependencies:
1199-
"@octokit/types" "^12.6.0"
1204+
"@octokit/types" "^13.6.0"
12001205

12011206
"@octokit/plugin-retry@^7.0.0":
12021207
version "7.0.3"
@@ -1239,6 +1244,13 @@
12391244
dependencies:
12401245
"@octokit/openapi-types" "^20.0.0"
12411246

1247+
"@octokit/types@^13.6.0":
1248+
version "13.6.0"
1249+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.6.0.tgz#db13d345cc3fe1a0f7c07171c724d90f2b55f410"
1250+
integrity sha512-CrooV/vKCXqwLa+osmHLIMUb87brpgUqlqkPGc6iE2wCkUvTrHiXFMhAKoDDaAAYJrtKtrFTgSQTg5nObBEaew==
1251+
dependencies:
1252+
"@octokit/openapi-types" "^22.2.0"
1253+
12421254
"@pkgjs/parseargs@^0.11.0":
12431255
version "0.11.0"
12441256
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
@@ -1328,13 +1340,13 @@
13281340
micromatch "^4.0.0"
13291341
p-reduce "^2.0.0"
13301342

1331-
"@semantic-release/github@^10.0.0":
1332-
version "10.0.2"
1333-
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.2.tgz#f889012df6b70043fb3502b13ff67ffcf52bd724"
1334-
integrity sha512-SP5ihhv/uQa8vPuWKmbJrrzfv8lRUkDFC6qwgaWoorrflN1DEW0IGCa9w/PxUp8Ad3dbvXZPmpXdGiP3eyTzhg==
1343+
"@semantic-release/github@^11.0.0":
1344+
version "11.0.0"
1345+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-11.0.0.tgz#1cbfed43b96282994a1c480a204179b89b73a387"
1346+
integrity sha512-Uon6G6gJD8U1JNvPm7X0j46yxNRJ8Ui6SgK4Zw5Ktu8RgjEft3BGn+l/RX1TTzhhO3/uUcKuqM+/9/ETFxWS/Q==
13351347
dependencies:
13361348
"@octokit/core" "^6.0.0"
1337-
"@octokit/plugin-paginate-rest" "^10.0.0"
1349+
"@octokit/plugin-paginate-rest" "^11.0.0"
13381350
"@octokit/plugin-retry" "^7.0.0"
13391351
"@octokit/plugin-throttling" "^9.0.0"
13401352
"@semantic-release/error" "^4.0.0"
@@ -9533,14 +9545,14 @@ schema-utils@^3.2.0:
95339545
ajv "^6.12.5"
95349546
ajv-keywords "^3.5.2"
95359547

9536-
semantic-release@24.1.1:
9537-
version "24.1.1"
9538-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.1.1.tgz#c06e191d5ce60edc94af7e2e1f51ca7ae399cba0"
9539-
integrity sha512-4Ax2GxD411jUe9IdhOjMLuN+6wAj+aKjvOGngByrpD/iKL+UKN/2puQglhyI4gxNyy9XzEBMzBwbqpnEwbXGEg==
9548+
semantic-release@24.1.2:
9549+
version "24.1.2"
9550+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.1.2.tgz#d48bb079efddfa5a90639d7e5315f7a255d32443"
9551+
integrity sha512-hvEJ7yI97pzJuLsDZCYzJgmRxF8kiEJvNZhf0oiZQcexw+Ycjy4wbdsn/sVMURgNCu8rwbAXJdBRyIxM4pe32g==
95409552
dependencies:
95419553
"@semantic-release/commit-analyzer" "^13.0.0-beta.1"
95429554
"@semantic-release/error" "^4.0.0"
9543-
"@semantic-release/github" "^10.0.0"
9555+
"@semantic-release/github" "^11.0.0"
95449556
"@semantic-release/npm" "^12.0.0"
95459557
"@semantic-release/release-notes-generator" "^14.0.0-beta.1"
95469558
aggregate-error "^5.0.0"

0 commit comments

Comments
 (0)