From 3fee03d5d27d3af572497a683ad9387656f0dcbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 08:21:14 +0000 Subject: [PATCH] Bump @octokit/graphql-schema from 10.6.0 to 10.7.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v10.6.0...v10.7.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d5aae67c..50377774b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1861,9 +1861,9 @@ } }, "@octokit/graphql-schema": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-10.6.0.tgz", - "integrity": "sha512-hqreybNvKOG4iQW4uplq9xmpUS7YYJT2er4cBWbMrUIyamBC9N9yjLft/9SIl4uUghrIlhYGXlJV3MD6mJ0bPw==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-10.7.0.tgz", + "integrity": "sha512-zvDT7wMyrSCi5OGdmIltbWXqD9RfAt/fIfx1yTbK0VQ5EEOJg2SweCLmkRT4mwwTZVhqSEjTm+QzJKVvj21XZw==", "dev": true }, "@octokit/plugin-paginate-rest": { diff --git a/package.json b/package.json index eca731f9a..d3a9487b4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@graphql-codegen/typescript-document-nodes": "^1.14.0", "@graphql-codegen/typescript-operations": "^1.17.10", "@graphql-codegen/typescript-resolvers": "^1.17.11", - "@octokit/graphql-schema": "^10.6.0", + "@octokit/graphql-schema": "^10.7.0", "@octokit/types": "^5.5.0", "@types/jest": "^26.0.15", "@types/node": "^14.14.9",