From 77458bf0124be6b545bd2d86f435def1420546d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:00:22 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 14.10.1 to 14.12.0 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.10.1 to 14.12.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.10.1...v14.12.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 5c23148..5977b66 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@actions/glob": "^0.4.0", - "@octokit/graphql-schema": "^14.10.1" + "@octokit/graphql-schema": "^14.12.0" }, "devDependencies": { "@types/jest": "^27.4.1", diff --git a/yarn.lock b/yarn.lock index 0a109ff..66643f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1173,10 +1173,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^14.10.1": - version "14.10.1" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.10.1.tgz#64e4ddd2fd1f57521db5bb2fdead45c26748e55d" - integrity sha512-sOHdNklfQ3yo8LjjXX+UXSylZkAeU69jkpWttmSM5zJae/s/r8Db8LAWljUkMbhHeolnkjEzvvG7xAwKkUwSUg== +"@octokit/graphql-schema@^14.12.0": + version "14.12.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.12.0.tgz#c14e4604f7db3e21a8a72c1a0ffa947641b5cddd" + integrity sha512-41ffO4Qzz+vi03/sN7UlORO7TqB7EHbwwKF83s9hhEuQoSi+Ur9MuDldsjzW4klOjQo5KYfL2damYb8o5ORuSw== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"