From dbb031cd25b42cc08719efde5cdce7bd1f19aac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:01:56 +0000 Subject: [PATCH] build(deps): Bump @octokit/graphql-schema from 12.41.0 to 12.41.1 Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 12.41.0 to 12.41.1. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v12.41.0...v12.41.1) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" 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 fe1e1c0..509205f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@actions/glob": "^0.3.0", - "@octokit/graphql-schema": "^12.41.0" + "@octokit/graphql-schema": "^12.41.1" }, "devDependencies": { "@types/jest": "^27.4.1", diff --git a/yarn.lock b/yarn.lock index 8fe6560..ce44dd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1164,10 +1164,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@^12.41.0": - version "12.41.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-12.41.0.tgz#c92aac0c768ae5cdc794f6002b32443b1e34b29c" - integrity sha512-npru7tKmOFRFu53+J9mtrM9z23bIhe4W4/jYBjlp7UX3dSibDZmeafmxH3J7WmPizDLQuCmQf7T4Z4iGTZXJhg== +"@octokit/graphql-schema@^12.41.1": + version "12.41.1" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-12.41.1.tgz#c3403e656f68a7f20cedef477fa22d8c22646d4d" + integrity sha512-OarIOf1FXbapMTmZ6NDdairuzqmsa0Y9tvbqjTFJJuyzz6kH1EgzpMEXWHeQaP1Oi3WR76hPqQanBmoQhTPzXA== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"