From 3d69346b028e208427c8cd9db0fe308052f249d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:05:00 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 14.45.1 to 14.47.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.45.1 to 14.47.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.45.1...v14.47.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 a9ff5baf..5f61f7ef 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.45.1" + "@octokit/graphql-schema": "^14.47.0" }, "devDependencies": { "@types/jest": "^29.5.11", diff --git a/yarn.lock b/yarn.lock index b50c79ba..98d0568d 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.45.1": - version "14.45.1" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.45.1.tgz#3dca8a1bed291404ed35da82a6634f6328b89548" - integrity sha512-4rrzuEOz6Df3Xm6z9UUEr+7G7Q/vlcnHAJW8SMz57Fr3fp8yPnXK9amJr4QISHZptF7d91WMrWK5UUbjPhBYMw== +"@octokit/graphql-schema@^14.47.0": + version "14.47.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.47.0.tgz#f80c4a5664fe502b6859dd3a883a2479d9e3f718" + integrity sha512-wephyUU/I84Q8vlM/6E7+tZd8I+zMuANIA12HuGwrKL/6akmuD/U8BqcN75rMWKKcm0FbW6ttbofO47d2g2QXA== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"