From e897ae0f2e3a293836cea7ad64ce50f339b03967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:23:30 +0000 Subject: [PATCH] chore(deps): bump @octokit/graphql from 7.0.2 to 8.1.0 Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 7.0.2 to 8.1.0. - [Release notes](https://github.com/octokit/graphql.js/releases) - [Commits](https://github.com/octokit/graphql.js/compare/v7.0.2...v8.1.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..b21fbe3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "keywords": [], "preferGlobal": true, "dependencies": { - "@octokit/graphql": "^7.0.1", + "@octokit/graphql": "^8.1.0", "async": "^3.2.4", "chalk": "^5.3.0", "commit-stream": "^2.1.0",