From d96cb447956e8863319fbc85c8e1dc5a4c0824ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:54:25 +0000 Subject: [PATCH] chore(deps-dev): bump @octokit/graphql-schema from 14.30.0 to 14.34.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.30.0 to 14.34.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.30.0...v14.34.0) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd064727..61c829a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@graphql-codegen/typescript-document-nodes": "4.0.1", "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-resolvers": "4.0.1", - "@octokit/graphql-schema": "14.30.0", + "@octokit/graphql-schema": "14.34.0", "@tsconfig/node18-strictest": "1.0.0", "@types/gettext-parser": "4.0.2", "@types/node": "18.11.7", @@ -2091,9 +2091,9 @@ } }, "node_modules/@octokit/graphql-schema": { - "version": "14.30.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.30.0.tgz", - "integrity": "sha512-AQ+uuREsxEgdMS1sF7RLn0aYhfRPOkitcBLfv3mL7f0DgfP/HUh+Ew2t1ZlVi0i72LHbTnQMFgvJ1rP6jZ/GhA==", + "version": "14.34.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.34.0.tgz", + "integrity": "sha512-uMqWDCnDbR7cuTlZZ0hDv14W8NftDcZoVxJidAm8QCqo7d7RaLWlDSf6x52P7Tw3tS4QySkbl0NpDySOnZPwJw==", "dev": true, "dependencies": { "graphql": "^16.0.0", @@ -9000,9 +9000,9 @@ } }, "@octokit/graphql-schema": { - "version": "14.30.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.30.0.tgz", - "integrity": "sha512-AQ+uuREsxEgdMS1sF7RLn0aYhfRPOkitcBLfv3mL7f0DgfP/HUh+Ew2t1ZlVi0i72LHbTnQMFgvJ1rP6jZ/GhA==", + "version": "14.34.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.34.0.tgz", + "integrity": "sha512-uMqWDCnDbR7cuTlZZ0hDv14W8NftDcZoVxJidAm8QCqo7d7RaLWlDSf6x52P7Tw3tS4QySkbl0NpDySOnZPwJw==", "dev": true, "requires": { "graphql": "^16.0.0", diff --git a/package.json b/package.json index 8e4ecf2e..1b016ca7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@graphql-codegen/typescript-document-nodes": "4.0.1", "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-resolvers": "4.0.1", - "@octokit/graphql-schema": "14.30.0", + "@octokit/graphql-schema": "14.34.0", "@tsconfig/node18-strictest": "1.0.0", "@types/gettext-parser": "4.0.2", "@types/node": "18.11.7",