From 769672aa0462b6fcb27ce1336653ea0479b3ae16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:04:35 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 14.39.1 to 14.44.1 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.39.1 to 14.44.1. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.39.1...v14.44.1) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-minor ... 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 1a11a7d5..995695e4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@actions/glob": "^0.4.0", - "@octokit/graphql-schema": "^14.39.1" + "@octokit/graphql-schema": "^14.44.1" }, "devDependencies": { "@types/jest": "^29.5.7", diff --git a/yarn.lock b/yarn.lock index 827a4df4..d7e4e808 100644 --- a/yarn.lock +++ b/yarn.lock @@ -999,10 +999,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^14.39.1": - version "14.39.1" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.1.tgz#9f54a22d542af374095bcfb5ae43fc3f7cc0840a" - integrity sha512-QF4i1ZxE86dgzRCLGASPJiJwf21UyNxcVW++toCAPukU+0xYrnRk3Ben7I8EO/MT05nmR5d6CCpmcZieLdSC2g== +"@octokit/graphql-schema@^14.44.1": + version "14.44.1" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.44.1.tgz#35dc969a24ae7dfa77e7adaca703d3a2b69c7053" + integrity sha512-kKB21k6kYJLFZ7nWOI7Umvw4fZDfvIyX1fbnRF25V/Xq6O69zJPDHHKeWC7DVqWMrUrz8QdyO2mR/g73CkyJkQ== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"