From 363012c84e3bfcdec3adfed0ca4149b4eae313b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:16:41 +0000 Subject: [PATCH] chore(deps): bump @octokit/graphql from 8.0.0 to 8.0.1 Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/octokit/graphql.js/releases) - [Commits](https://github.com/octokit/graphql.js/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: "@octokit/graphql" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/package.json b/tools/package.json index d532d8119be..407caea11a9 100644 --- a/tools/package.json +++ b/tools/package.json @@ -10,7 +10,7 @@ "build": "vite build" }, "dependencies": { - "@octokit/graphql": "^8.0.0" + "@octokit/graphql": "^8.0.1" }, "devDependencies": { "typescript": "^5.3.3", diff --git a/yarn.lock b/yarn.lock index ad3ca9ada1e..582f2d5e788 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2986,10 +2986,10 @@ "@octokit/types" "^12.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql@^8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.0.0.tgz#2720a3b54eac6a15040f7ae166b7a66197179018" - integrity sha512-9B2HwWSb12ldwrp6pC8BFTsSCeidW7do0lMgWNH65IXRVteN503JJSWPH1VEM+qP8+/Ka1pw3MTs+3Q6Bjqukw== +"@octokit/graphql@^8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.0.1.tgz#75d0778fb2fdeb0229d1861c3ba3b9ca7bcf4a37" + integrity sha512-lLDb6LhC1gBj2CxEDa5Xk10+H/boonhs+3Mi6jpRyetskDKNHe6crMeKmUE2efoLofMP8ruannLlCUgpTFmVzQ== dependencies: "@octokit/request" "^9.0.0" "@octokit/types" "^12.0.0"