From a6ff43e61e78566e81314e22f5c58d8c43009cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:18:53 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 15.26.0 to 15.26.1 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 15.26.0 to 15.26.1. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v15.26.0...v15.26.1) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-version: 15.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 959c4ee..c9d678d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", "@actions/glob": "^0.5.0", - "@octokit/graphql-schema": "^15.26.0" + "@octokit/graphql-schema": "^15.26.1" }, "devDependencies": { "@biomejs/biome": "2.3.4", diff --git a/yarn.lock b/yarn.lock index 6151704..6967572 100644 --- a/yarn.lock +++ b/yarn.lock @@ -266,10 +266,10 @@ "@octokit/types" "^13.1.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^15.26.0": - version "15.26.0" - resolved "https://registry.npmjs.org/@octokit/graphql-schema/-/graphql-schema-15.26.0.tgz" - integrity sha512-SoVbh+sXe9nsoweFbLT3tAk3XWYbYLs5ku05wij1zhyQ2U3lewdrhjo5Tb7lfaOGWNHSkPZT4uuPZp8neF7P7A== +"@octokit/graphql-schema@^15.26.1": + version "15.26.1" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.26.1.tgz#3de6552770dffd0fba0b3eaa0fbe57c47b45398a" + integrity sha512-RFDC2MpRBd4AxSRvUeBIVeBU7ojN/SxDfALUd7iVYOSeEK3gZaqR2MGOysj4Zh2xj2RY5fQAUT+Oqq7hWTraMA== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"