From f8b8fbb129cc0d7769e92d11c533cd3c83523d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:08:07 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 14.52.0 to 15.1.1 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.52.0 to 15.1.1. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.52.0...v15.1.1) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-major ... 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 a68f4edd..df550213 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": "^14.52.0" + "@octokit/graphql-schema": "^15.1.1" }, "devDependencies": { "@types/jest": "^29.5.11", diff --git a/yarn.lock b/yarn.lock index 8ef557cd..5a99c5ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -999,10 +999,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^14.52.0": - version "14.52.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.52.0.tgz#b894609a4a4bff94248a4d0ef5d283bde03c5626" - integrity sha512-mvflr7S9IgIXWxlYTifAY/3nWj3NCEWF6xnTlFuVei71ekxWFk90zPOX0p6HjA6JNd7ODAiMDNarHTXXL/U+BQ== +"@octokit/graphql-schema@^15.1.1": + version "15.1.1" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.1.1.tgz#3177a8e1d3f8a245ec07a1034a27f8239a876e8b" + integrity sha512-ufrgF/lBKvDpofCnu3ObSCdWHVj/9aiM/2SVTPnMNIhCtOSpAYNmW51CmpwPsGnP70UWqMHQ9yxJBsjxhi0yzA== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"