From 05c3dbce662d3e5fd866b24aa2adaca9a44da519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:37:38 +0000 Subject: [PATCH] Bump @octokit/graphql-schema from 14.32.1 to 14.33.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.32.1 to 14.33.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.32.1...v14.33.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 96bc8b8e..7966887a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "devDependencies": { "@next/eslint-plugin-next": "^13.1.6", "@octokit/core": "^5.0.1", - "@octokit/graphql-schema": "^14.32.1", + "@octokit/graphql-schema": "^14.33.0", "@octokit/plugin-retry": "^6.0.0", "@octokit/plugin-throttling": "^7.0.0", "@octokit/types": "^11.1.0", @@ -1007,9 +1007,9 @@ } }, "node_modules/@octokit/graphql-schema": { - "version": "14.32.1", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.32.1.tgz", - "integrity": "sha512-z915htH8OH6OzgdKI0ktldpDiwad5fw1Sy9293thBSYIh8QRnvbGvZ2jqb2bYNmbLbBiHcDFH071RkUMIKa9xw==", + "version": "14.33.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.33.0.tgz", + "integrity": "sha512-CGQABVHs5hm7lpeqjcGOVc+115EYHfiYUttauHx03Q/Qj13h2dJgyi4U3Eh5g5Y9J6dDyjyWkU9iiwUiGbn3Og==", "dev": true, "dependencies": { "graphql": "^16.0.0", @@ -6840,9 +6840,9 @@ } }, "@octokit/graphql-schema": { - "version": "14.32.1", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.32.1.tgz", - "integrity": "sha512-z915htH8OH6OzgdKI0ktldpDiwad5fw1Sy9293thBSYIh8QRnvbGvZ2jqb2bYNmbLbBiHcDFH071RkUMIKa9xw==", + "version": "14.33.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.33.0.tgz", + "integrity": "sha512-CGQABVHs5hm7lpeqjcGOVc+115EYHfiYUttauHx03Q/Qj13h2dJgyi4U3Eh5g5Y9J6dDyjyWkU9iiwUiGbn3Og==", "dev": true, "requires": { "graphql": "^16.0.0", diff --git a/package.json b/package.json index 0f14bed8..99f71e19 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@next/eslint-plugin-next": "^13.1.6", "@octokit/core": "^5.0.1", - "@octokit/graphql-schema": "^14.32.1", + "@octokit/graphql-schema": "^14.33.0", "@octokit/plugin-retry": "^6.0.0", "@octokit/plugin-throttling": "^7.0.0", "@octokit/types": "^11.1.0",