From a1ddf565cb6ff1f516d2e862aa1269f40847bd85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:23:48 +0000 Subject: [PATCH] chore(deps): bump @octokit/graphql from 7.1.0 to 8.2.1 Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 7.1.0 to 8.2.1. - [Release notes](https://github.com/octokit/graphql.js/releases) - [Commits](https://github.com/octokit/graphql.js/compare/v7.1.0...v8.2.1) --- 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 c16394d..9221cd2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "keywords": [], "preferGlobal": true, "dependencies": { - "@octokit/graphql": "^7.0.1", + "@octokit/graphql": "^8.2.1", "async": "^3.2.4", "chalk": "^5.3.0", "commit-stream": "^2.2.0",