From 44bdbdb8539a498a525ff35cbf3058fe9a861ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:14:20 +0000 Subject: [PATCH] build(deps-dev): bump @semantic-release/github from 10.0.2 to 10.0.5 Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.0.2 to 10.0.5. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](https://github.com/semantic-release/github/compare/v10.0.2...v10.0.5) --- 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 | 32 ++++++++++++++++++++++---------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 75e3d55..200c188 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@pika/plugin-ts-standard-pkg": "^0.9.2", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", - "@semantic-release/github": "^10.0.2", + "@semantic-release/github": "^10.0.5", "@types/jest": "^27.4.1", "@types/react": "^18.3.1", "@typescript-eslint/eslint-plugin": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index f314ee4..7ad2d0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1942,12 +1942,17 @@ resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz#9ec2daa0090eeb865ee147636e0c00f73790c6e5" integrity sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA== -"@octokit/plugin-paginate-rest@^10.0.0": - version "10.0.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-10.0.0.tgz#37f194a95f5be198776a35ade1f78847cabec209" - integrity sha512-G1Z67qOiFneKDJyMafHQkWnKm1kU3FfbRZLzxgsFg4dOa3pRNdABbdk+xo/oev6P88lnbt7GKdBNB6dJZuPphA== +"@octokit/openapi-types@^22.2.0": + version "22.2.0" + resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-22.2.0.tgz#75aa7dcd440821d99def6a60b5f014207ae4968e" + integrity sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg== + +"@octokit/plugin-paginate-rest@^11.0.0": + version "11.3.0" + resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.0.tgz#f8511b5df06b83e662c54f249a11a0da2213c6c3" + integrity sha512-n4znWfRinnUQF6TPyxs7EctSAA3yVSP4qlJP2YgI3g9d4Ae2n5F3XDOjbUluKRxPU3rfsgpOboI4O4VtPc6Ilg== dependencies: - "@octokit/types" "^12.6.0" + "@octokit/types" "^13.5.0" "@octokit/plugin-paginate-rest@^9.0.0": version "9.0.0" @@ -2048,6 +2053,13 @@ dependencies: "@octokit/openapi-types" "^20.0.0" +"@octokit/types@^13.5.0": + version "13.5.0" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.5.0.tgz#4796e56b7b267ebc7c921dcec262b3d5bfb18883" + integrity sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ== + dependencies: + "@octokit/openapi-types" "^22.2.0" + "@pika/babel-plugin-esm-import-rewrite@^0.6.1": version "0.6.1" resolved "https://registry.yarnpkg.com/@pika/babel-plugin-esm-import-rewrite/-/babel-plugin-esm-import-rewrite-0.6.1.tgz#6f62833cbd1d850f3fec315a5416b2c5d1cec6f9" @@ -2211,13 +2223,13 @@ micromatch "^4.0.0" p-reduce "^2.0.0" -"@semantic-release/github@^10.0.2": - version "10.0.2" - resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.2.tgz#f889012df6b70043fb3502b13ff67ffcf52bd724" - integrity sha512-SP5ihhv/uQa8vPuWKmbJrrzfv8lRUkDFC6qwgaWoorrflN1DEW0IGCa9w/PxUp8Ad3dbvXZPmpXdGiP3eyTzhg== +"@semantic-release/github@^10.0.5": + version "10.0.5" + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.5.tgz#18a091839ac16d32519b60e7508593c9a29f7603" + integrity sha512-hmuCDkfru/Uc9+ZBNOSremAupu6BCslvOVDiG0wYcL8TQodCycp6uvwDyeym1H0M4l3ob9c0s0xMBiZjjXQ2yA== dependencies: "@octokit/core" "^6.0.0" - "@octokit/plugin-paginate-rest" "^10.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"