From 3057e5b15e35b2cdd8e566ab06377fb02e980227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 04:11:32 +0000 Subject: [PATCH] Bump @octokit/plugin-rest-endpoint-methods from 13.1.0 to 13.1.1 Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 13.1.0 to 13.1.1. - [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases) - [Commits](https://github.com/octokit/plugin-rest-endpoint-methods.js/compare/v13.1.0...v13.1.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-rest-endpoint-methods" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e8dfa2e..414e6b5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@actions/glob": "^0.4.0", - "@octokit/plugin-rest-endpoint-methods": "^13.1.0", + "@octokit/plugin-rest-endpoint-methods": "^13.1.1", "@octokit/types": "^13.4.1", "@types/jest": "^27.4.0", "@types/node": "^20.12.7", diff --git a/yarn.lock b/yarn.lock index 3793132..05d13d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -678,10 +678,10 @@ dependencies: "@octokit/types" "^12.6.0" -"@octokit/plugin-rest-endpoint-methods@^13.1.0": - version "13.1.0" - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.1.0.tgz#54027578849e23404453c1185c2cfd613671bc67" - integrity sha512-ba7d6yEHEsg/RGxvOQFpAvW0hFIN0BlTYkUYa1ZyJbfED0u1d5Z39wBqPHdVi0qlFELRyTAOj1kToXUF1rumFw== +"@octokit/plugin-rest-endpoint-methods@^13.1.1": + version "13.1.1" + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.1.1.tgz#df880436e697b25444c0964e76f4a2252d61f698" + integrity sha512-U89sfnnZ6RDzzR1ihZ8z5FflB7zVrAD19nXnZFvOAgGoXJ2gnAfaLLt7KejMLQvMV3TW2qsdzWUfTVaSFrDFzA== dependencies: "@octokit/types" "^13.4.1"