From 2d06228bb5ec333d255aed423b8739f56c0ea581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 00:03:02 +0000 Subject: [PATCH] Bump @octokit/types from 12.1.1 to 12.2.0 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 12.1.1 to 12.2.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v12.1.1...v12.2.0) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:development update-type: version-update:semver-minor ... 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 283f8b8..65e479f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@actions/glob": "^0.4.0", "@octokit/plugin-rest-endpoint-methods": "^10.1.2", - "@octokit/types": "^12.1.1", + "@octokit/types": "^12.2.0", "@types/jest": "^27.4.0", "@types/node": "^20.9.0", "@vercel/ncc": "^0.38.1", diff --git a/yarn.lock b/yarn.lock index 979e7c1..42c203e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -693,10 +693,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/types@^12.0.0", "@octokit/types@^12.1.1": - version "12.1.1" - resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.1.1.tgz#376726d8435625b3a1b6fcd8cd3e1b03ade939dc" - integrity sha512-qnJTldJ1NyGT5MTsCg/Zi+y2IFHZ1Jo5+njNCjJ9FcainV7LjuHgmB697kA0g4MjZeDAJsM3B45iqCVsCLVFZg== +"@octokit/types@^12.0.0", "@octokit/types@^12.1.1", "@octokit/types@^12.2.0": + version "12.2.0" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.2.0.tgz#c21044ec70c5e2222043bcbe7fe2c3448a13df31" + integrity sha512-ZkdHqHJdifVndN7Pha10+qrgAjy3AcG//Vmjr/o5UFuTiYCcMhqDj39Yr9VM9zJ/42KO2xAYhV7cvLnLI9Kvwg== dependencies: "@octokit/openapi-types" "^19.0.2"