From d08791e99a3e8b861818b2be7f250505b53c16bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 20:02:19 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 10.74.2 to 11.0.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 10.74.2 to 11.0.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v10.74.2...v11.0.0) --- 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 90fda84..c3e3af5 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.2" + "@octokit/graphql-schema": "^11.0.0" }, "devDependencies": { "@types/jest": "^27.4.1", diff --git a/yarn.lock b/yarn.lock index 8d4aab6..20447a5 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.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== +"@octokit/graphql-schema@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-11.0.0.tgz#9b31488e16fa6283e4a066267f205ab2ef545b64" + integrity sha512-lz4TPzwMMKzBaHF9jbaSuI3Rz+2WppZmfB3WK25hFuCVhRnzeu+dwDdZdqloAVktCWC28n9DtKooT7dzs+vvbg== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"