From 566eeee39b9b6d1b5a0a7ea3a4dcb005aa17f137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:51:45 +0000 Subject: [PATCH] chore(deps): bump @octokit/graphql from 7.1.0 to 8.1.2 Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 7.1.0 to 8.1.2. - [Release notes](https://github.com/octokit/graphql.js/releases) - [Commits](https://github.com/octokit/graphql.js/compare/v7.1.0...v8.1.2) --- 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 3973587..7d12aa7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "keywords": [], "preferGlobal": true, "dependencies": { - "@octokit/graphql": "^7.0.1", + "@octokit/graphql": "^8.1.2", "async": "^3.2.4", "chalk": "^5.3.0", "commit-stream": "^2.2.0",