From 41e3d790ad0baf7765b98aea19a2e223e540115f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:57:25 +0000 Subject: [PATCH] Bump @octokit/graphql-schema from 14.25.0 to 14.31.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.25.0 to 14.31.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.25.0...v14.31.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 d05845cb..7771380d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "devDependencies": { "@next/eslint-plugin-next": "^13.1.6", "@octokit/core": "^5.0.0", - "@octokit/graphql-schema": "^14.25.0", + "@octokit/graphql-schema": "^14.31.0", "@octokit/plugin-retry": "^6.0.0", "@octokit/plugin-throttling": "^7.0.0", "@octokit/types": "^11.1.0", @@ -802,9 +802,9 @@ } }, "node_modules/@octokit/graphql-schema": { - "version": "14.25.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.25.0.tgz", - "integrity": "sha512-wVkHTxDozsxAjP5UwyndKlCGiPTnBGd3TuG283uTluugq7RAHzZiWo0OjDEfr3793L1Al7W5oPgwedFgDNTaLQ==", + "version": "14.31.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.31.0.tgz", + "integrity": "sha512-OFzXPwFKxXY0hWxH0aECInbKWVrURg38z0X17Gqi1Bbjqjvp3Sm11EAFdBmSFu1idz/UBqPtdEGTXgTF4AfulQ==", "dev": true, "dependencies": { "graphql": "^16.0.0", @@ -5871,9 +5871,9 @@ } }, "@octokit/graphql-schema": { - "version": "14.25.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.25.0.tgz", - "integrity": "sha512-wVkHTxDozsxAjP5UwyndKlCGiPTnBGd3TuG283uTluugq7RAHzZiWo0OjDEfr3793L1Al7W5oPgwedFgDNTaLQ==", + "version": "14.31.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-14.31.0.tgz", + "integrity": "sha512-OFzXPwFKxXY0hWxH0aECInbKWVrURg38z0X17Gqi1Bbjqjvp3Sm11EAFdBmSFu1idz/UBqPtdEGTXgTF4AfulQ==", "dev": true, "requires": { "graphql": "^16.0.0", diff --git a/package.json b/package.json index 8cc88e13..acc4ef80 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@octokit/plugin-retry": "^6.0.0", "@octokit/plugin-throttling": "^7.0.0", "@octokit/types": "^11.1.0", - "@octokit/graphql-schema": "^14.25.0", + "@octokit/graphql-schema": "^14.31.0", "@trivago/prettier-plugin-sort-imports": "^4.1.1", "@types/react-infinite-scroller": "^1.2.3", "@typescript-eslint/eslint-plugin": "^5.59.1",