From 891d6283333fa7ec5626986ff35c107d74730688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 05:50:26 +0900 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 10.74.1 to 10.74.2 (#680) Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 10.74.1 to 10.74.2. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v10.74.1...v10.74.2) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5dc67ba..e67ee5b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@actions/core": "^1.9.0", "@actions/github": "^5.0.3", - "@octokit/graphql-schema": "^10.74.1" + "@octokit/graphql-schema": "^10.74.2" }, "devDependencies": { "@types/jest": "^27.4.1", diff --git a/yarn.lock b/yarn.lock index 65ec74f..21212b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -773,12 +773,12 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@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== +"@octokit/graphql-schema@^10.74.2": + version "10.74.2" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-10.74.2.tgz#3f2f02bd44fa1abca6517c6f2f7411f64a3deef2" + integrity sha512-PG6zZvFyOi4aRsfWwBji8GjJRHF6U9gUjqonVa0N6kpGae6Uhc75GDXOLX0x+/b+Kws82pug3+17tmgZ/o7HfQ== dependencies: - graphql "^15.0.0" + graphql "^16.0.0" graphql-tag "^2.10.3" "@octokit/graphql@^4.5.8": @@ -2285,10 +2285,10 @@ graphql-tag@^2.10.3: dependencies: tslib "^2.1.0" -graphql@^15.0.0: - version "15.6.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.6.1.tgz#9125bdf057553525da251e19e96dab3d3855ddfc" - integrity sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw== +graphql@^16.0.0: + version "16.5.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85" + integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA== has-bigints@^1.0.1: version "1.0.1"