From 92a6b865ef41691da9d9612a060e3aaf395837a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:52:05 +0000 Subject: [PATCH] chore(deps): bump @octokit/graphql from 7.0.2 to 8.0.0 Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 7.0.2 to 8.0.0. - [Release notes](https://github.com/octokit/graphql.js/releases) - [Commits](https://github.com/octokit/graphql.js/compare/v7.0.2...v8.0.0) --- updated-dependencies: - dependency-name: "@octokit/graphql" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9631f4..303c877 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "keywords": [], "preferGlobal": true, "dependencies": { - "@octokit/graphql": "^7.0.1", + "@octokit/graphql": "^8.0.0", "async": "^3.2.4", "chalk": "^5.3.0", "commit-stream": "^2.1.0",