From 8f36e354d44fbfb6189d686ac07318381bd724bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:03:23 +0000 Subject: [PATCH] Bump @octokit/plugin-rest-endpoint-methods from 12.2.2 to 13.0.1 Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 12.2.2 to 13.0.1. - [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases) - [Commits](https://github.com/octokit/plugin-rest-endpoint-methods.js/compare/v12.2.2...v13.0.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-rest-endpoint-methods" dependency-type: direct:development update-type: version-update:semver-major ... 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 bf28f29..af538bb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@actions/glob": "^0.4.0", - "@octokit/plugin-rest-endpoint-methods": "^12.2.2", + "@octokit/plugin-rest-endpoint-methods": "^13.0.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 53810e2..25e5b98 100644 --- a/yarn.lock +++ b/yarn.lock @@ -678,10 +678,10 @@ dependencies: "@octokit/types" "^12.6.0" -"@octokit/plugin-rest-endpoint-methods@^12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-12.2.2.tgz#e55b3f9e1b79e1ea4454179c911d73c8389aa43b" - integrity sha512-bSxxmYRuaICLfZ7SJaf71dC4Hq81BmOOof6QICS7/71cXKvjljPKsv7IDpUxAybJ5/PVrkSG4dFpHneyKAZfvw== +"@octokit/plugin-rest-endpoint-methods@^13.0.1": + version "13.0.1" + resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-13.0.1.tgz#6cda8503b57b43bc8f13b53bfc7881a75715cfba" + integrity sha512-TuIntHqaf2tbIhhPTLERaJKj6moauSHSksBKsgCAoT/vVlTceCosWmMlYUO/un4ftoYNWBYkntToOgJNlPMFmw== dependencies: "@octokit/types" "^13.4.0"