From 24705eccc7d58b75f7880bcf93d99e8aee0464ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 07:32:45 +0000 Subject: [PATCH] build(deps-dev): bump @octokit/graphql-schema from 14.23.0 to 14.24.1 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.23.0 to 14.24.1. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.23.0...v14.24.1) --- 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 42cb2d05..2de7ec6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,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.23.0", + "@octokit/graphql-schema": "14.24.1", "@tsconfig/node18-strictest": "1.0.0", "@types/gettext-parser": "4.0.2", "@types/node": "18.11.7", @@ -2086,9 +2086,9 @@ } }, "node_modules/@octokit/graphql-schema": { - "version": "14.23.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.23.0.tgz", - "integrity": "sha512-FeQS8VSJN3goz0/c+MpmFyknhbdzCXHVM33pYnncWA0msQC5hkHrQcMr3QaGx9puihHaqMhA2dq4KC0uQMm7Qw==", + "version": "14.24.1", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.24.1.tgz", + "integrity": "sha512-MK/axY/v3D6EEnahL5zEXezuyJBKtEHZTiBOEwBw7McO/FFKx8WAmdsQXUeMxKIFnUwufAQr8QVAqVk+8uUm7A==", "dev": true, "dependencies": { "graphql": "^16.0.0", @@ -8942,9 +8942,9 @@ } }, "@octokit/graphql-schema": { - "version": "14.23.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.23.0.tgz", - "integrity": "sha512-FeQS8VSJN3goz0/c+MpmFyknhbdzCXHVM33pYnncWA0msQC5hkHrQcMr3QaGx9puihHaqMhA2dq4KC0uQMm7Qw==", + "version": "14.24.1", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.24.1.tgz", + "integrity": "sha512-MK/axY/v3D6EEnahL5zEXezuyJBKtEHZTiBOEwBw7McO/FFKx8WAmdsQXUeMxKIFnUwufAQr8QVAqVk+8uUm7A==", "dev": true, "requires": { "graphql": "^16.0.0", diff --git a/package.json b/package.json index 56258a0a..1bc484a5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,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.23.0", + "@octokit/graphql-schema": "14.24.1", "@tsconfig/node18-strictest": "1.0.0", "@types/gettext-parser": "4.0.2", "@types/node": "18.11.7",