From 800f54991d44ec87a6d81407c6f0acf850c56336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:58:13 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 14.27.2 to 14.27.3 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.27.2 to 14.27.3. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.27.2...v14.27.3) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production 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 139d0ac6..3199d2bb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@actions/glob": "^0.4.0", - "@octokit/graphql-schema": "^14.27.2" + "@octokit/graphql-schema": "^14.27.3" }, "devDependencies": { "@types/jest": "^29.5.4", diff --git a/yarn.lock b/yarn.lock index 5ac37fc2..fc2838c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -951,10 +951,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^14.27.2": - version "14.27.2" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.27.2.tgz#ca955d424c6e1716e796c87a0fd2e088dd539763" - integrity sha512-Iczh8dLseBPR4zOUnAZHVWZiHF85PoXy1fXgPzA5hsx72RGpCg78kSyReACOxpIJXTtnFU8rg95bdTPKQSX0Hg== +"@octokit/graphql-schema@^14.27.3": + version "14.27.3" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.27.3.tgz#a772a6b8789d2379d57b2c9727b8bd65ee1da1ff" + integrity sha512-EkRpOOMUHPsiH7UBKDCUUU75ywTAx8nnkJ+kcB4AWTAKBIwmS/VfPMlmLukz6g9cZdk0UznLXQyD4M09qB/XbQ== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"