From 4bc0453cedc2773a87093b4492fb638dbef9b174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:07:54 +0000 Subject: [PATCH] Bump @octokit/types from 12.2.0 to 12.3.0 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 12.2.0 to 12.3.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v12.2.0...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 3c1d803..da95a11 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@actions/glob": "^0.4.0", - "@octokit/types": "^12.2.0", + "@octokit/types": "^12.3.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 c7ce020..272ead9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -761,10 +761,10 @@ node-fetch "^2.6.7" universal-user-agent "^6.0.0" -"@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== +"@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"