From 306ce4d4504061a48da72c212cb39e071504de40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:15:37 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 14.47.1 to 14.49.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.47.1 to 14.49.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.47.1...v14.49.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 fa7bc29..d15af0c 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.47.1" + "@octokit/graphql-schema": "^14.49.0" }, "devDependencies": { "@types/jest": "^29.5.11", diff --git a/yarn.lock b/yarn.lock index f836c22..8c3f43e 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.47.1": - version "14.47.1" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.47.1.tgz#7d6dffc185d5e81736da496fc733c27720760629" - integrity sha512-U/HA28j31K6NHUgxWcwqsm1j0cbvNSRx6kPSUVNTxO1CDvN75TjlEl8CV+I3FooYPbGtaETd7cDR4PTdwUShig== +"@octokit/graphql-schema@^14.49.0": + version "14.49.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.49.0.tgz#c2fc25566817a14daf256418bc2234f62f367890" + integrity sha512-GWWLKiFmY/1hl8KtHG+L1cYD4pOz2cZ8YKXkCCRVQ8ebVRN+QapohnTB4ZiBXaube9g8FwYrLzOr+AVwr6yqCQ== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"