From b8ca82b0f22f7a8c535c912ccd39c787dc960088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:28:09 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 15.12.0 to 15.23.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 15.12.0 to 15.23.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v15.12.0...v15.23.0) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production 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 f081f68..ef2d616 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@actions/glob": "^0.4.0", - "@octokit/graphql-schema": "^15.12.0" + "@octokit/graphql-schema": "^15.23.0" }, "devDependencies": { "@types/jest": "^29.5.11", diff --git a/yarn.lock b/yarn.lock index 14f5419..eb8c281 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1012,10 +1012,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^15.12.0": - version "15.12.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.12.0.tgz#2b28efca16684fd5d30ebdb8605a07b13a6b737c" - integrity sha512-YiONgXzmQi4MVQBdJsCF7fgSAhnZySstDchw9bxkBYJRwNVwpwz7fjmOQVJbvIpqKtJ0vpZMgodZj3A3L9YwDw== +"@octokit/graphql-schema@^15.23.0": + version "15.23.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.23.0.tgz#05f02cd943b61842f6a31f45cbe41622880df458" + integrity sha512-a/gc+cjjWLajvQVpDI2IGu9y7kw8ukfFo11yitE+aflXImjpgnSSt4mYp1MLY42vcYfYxq43vk4d+3PRD4HT2g== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"