From a6ad42f1480e63fde906171a30e64a02d3407cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 03:34:49 +0000 Subject: [PATCH] Bump @octokit/graphql-schema from 15.25.0 to 15.26.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 15.25.0 to 15.26.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v15.25.0...v15.26.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 | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a57c1d1..6509e3b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@octokit/core": "^5.0.2", - "@octokit/graphql-schema": "^15.25.0", + "@octokit/graphql-schema": "^15.26.0", "@octokit/plugin-retry": "^5.0.5", "@octokit/plugin-throttling": "^8.1.3", "@octokit/types": "^12.4.0", @@ -1248,11 +1248,10 @@ } }, "node_modules/@octokit/graphql-schema": { - "version": "15.25.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-15.25.0.tgz", - "integrity": "sha512-aqz9WECtdxVWSqgKroUu9uu+CRt5KnfErWs0dBPKlTdrreAeWzS5NRu22ZVcGdPP7s3XDg2Gnf5iyoZPCRZWmQ==", + "version": "15.26.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-15.26.0.tgz", + "integrity": "sha512-SoVbh+sXe9nsoweFbLT3tAk3XWYbYLs5ku05wij1zhyQ2U3lewdrhjo5Tb7lfaOGWNHSkPZT4uuPZp8neF7P7A==", "dev": true, - "license": "MIT", "dependencies": { "graphql": "^16.0.0", "graphql-tag": "^2.10.3" @@ -8089,9 +8088,9 @@ } }, "@octokit/graphql-schema": { - "version": "15.25.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-15.25.0.tgz", - "integrity": "sha512-aqz9WECtdxVWSqgKroUu9uu+CRt5KnfErWs0dBPKlTdrreAeWzS5NRu22ZVcGdPP7s3XDg2Gnf5iyoZPCRZWmQ==", + "version": "15.26.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-15.26.0.tgz", + "integrity": "sha512-SoVbh+sXe9nsoweFbLT3tAk3XWYbYLs5ku05wij1zhyQ2U3lewdrhjo5Tb7lfaOGWNHSkPZT4uuPZp8neF7P7A==", "dev": true, "requires": { "graphql": "^16.0.0", diff --git a/package.json b/package.json index f3befd08..1ad5fcda 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@octokit/core": "^5.0.2", - "@octokit/graphql-schema": "^15.25.0", + "@octokit/graphql-schema": "^15.26.0", "@octokit/plugin-retry": "^5.0.5", "@octokit/plugin-throttling": "^8.1.3", "@octokit/types": "^12.4.0",