From 0ef3dbca3ef4ea2725d2935d04a96a75dd0fd739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:25:07 +0000 Subject: [PATCH] chore(deps-dev): bump @octokit/types from 12.1.1 to 12.3.0 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 12.1.1 to 12.3.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v12.1.1...v12.3.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 2c61845..bf3a5c5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@babel/cli": "^7.23.0", "@babel/core": "^7.23.2", "@babel/preset-env": "^7.23.3", - "@octokit/types": "^12.1.1", + "@octokit/types": "^12.3.0", "@types/jest": "^29.5.8", "@types/js-yaml": "^4.0.9", "@types/node": "^18.18.8", diff --git a/yarn.lock b/yarn.lock index 278c5f0..9f78e63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1667,10 +1667,10 @@ "@octokit/plugin-request-log" "^1.0.4" "@octokit/plugin-rest-endpoint-methods" "^5.12.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.3.0": + version "12.3.0" + resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.3.0.tgz#e3f8bc53f65ef551e19cc1a0fea15adadec17d2d" + integrity sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ== dependencies: "@octokit/openapi-types" "^19.0.2"