From d74d921770f45f658f4610754ab9e1c7b45dbb96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:15:15 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 14.58.0 to 15.25.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.58.0 to 15.25.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.58.0...v15.25.0) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-major ... 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 0e1f182d..82ce166f 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.52.0" + "@octokit/graphql-schema": "^15.25.0" }, "devDependencies": { "@types/jest": "^29.5.11", diff --git a/yarn.lock b/yarn.lock index 965573b8..ccefb8dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1012,10 +1012,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^14.52.0": - version "14.58.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.58.0.tgz#61caee52b88a505820dec701a164a7196ae9d6ef" - integrity sha512-89QSUV1Dgxzq90wqkv0Nmw7jHfFCAQ4K/fjp5ezvDEHqFFzMCn25TBQlm38WB8ams+hGxInRDbITCP0n7GTGlg== +"@octokit/graphql-schema@^15.25.0": + version "15.25.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-15.25.0.tgz#30bb8ecc494c249650991b33f2f0d9332dbe87e9" + integrity sha512-aqz9WECtdxVWSqgKroUu9uu+CRt5KnfErWs0dBPKlTdrreAeWzS5NRu22ZVcGdPP7s3XDg2Gnf5iyoZPCRZWmQ== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"