From 78ed8357c66e014e678c90ec02e246c612efe6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 07:31:50 +0900 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 10.73.0 to 10.74.1 (#672) Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 10.73.0 to 10.74.1. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v10.73.0...v10.74.1) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 40f922c..f236996 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@actions/core": "^1.8.2", "@actions/github": "^5.0.3", - "@octokit/graphql-schema": "^10.73.0" + "@octokit/graphql-schema": "^10.74.1" }, "devDependencies": { "@types/jest": "^27.4.1", diff --git a/yarn.lock b/yarn.lock index 1c51371..2d96de2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -773,10 +773,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^10.73.0": - version "10.73.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-10.73.0.tgz#d1dadc7ea854f01b16ee9a5bdc4715b9ab5a8f9c" - integrity sha512-0pHfbnl3n+b5mtTwP6nmMYlMwLgUvGZjndKVqPS2uyR1Vh8WGMldVW4sFXxDxOPY8RyznLGg44m8sDQT+vAbnw== +"@octokit/graphql-schema@^10.74.1": + version "10.74.1" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-10.74.1.tgz#097f9923dc2a4716bd962298f5e39e045d4ece02" + integrity sha512-FeaXZH/xwZ8aTtBBMvVg7slRTgvRZGsf407coLjl4pLTirWkN/PQ6DxZUSEeXsYJcYiMim4C1rSaPNzjhBx98w== dependencies: graphql "^15.0.0" graphql-tag "^2.10.3"