From b2c10ea85c4af9779b4f570d8e496363defbe5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:47:10 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 14.33.0 to 14.39.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.33.0 to 14.39.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.33.0...v14.39.0) --- 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 58e68ce..8d133a8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", "@actions/glob": "^0.4.0", - "@octokit/graphql-schema": "^14.33.0" + "@octokit/graphql-schema": "^14.39.0" }, "devDependencies": { "@types/jest": "^29.5.5", diff --git a/yarn.lock b/yarn.lock index d296e27..7146202 100644 --- a/yarn.lock +++ b/yarn.lock @@ -944,10 +944,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^14.33.0": - version "14.33.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.33.0.tgz#16c2f925b28f7ea5133aafe1d1979bb5dd2133e4" - integrity sha512-CGQABVHs5hm7lpeqjcGOVc+115EYHfiYUttauHx03Q/Qj13h2dJgyi4U3Eh5g5Y9J6dDyjyWkU9iiwUiGbn3Og== +"@octokit/graphql-schema@^14.39.0": + version "14.39.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.39.0.tgz#12ac60d54e1da5e64ac65aa03e32cfddae9181b4" + integrity sha512-UIFmdqr25M3wrFKMiGSnr0TgAKBeiOMWBAKqK8FEf8OspVx6W9zJr6sYO37EUXJh57V2BbKrKeFgkw568XRaGQ== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"