From a85dcec2a643816aebb1d1d7d53a5439b31bbe32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 01:45:24 +0000 Subject: [PATCH] chore(deps): bump @octokit/graphql from 5.0.6 to 7.0.1 Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 5.0.6 to 7.0.1. - [Release notes](https://github.com/octokit/graphql.js/releases) - [Commits](https://github.com/octokit/graphql.js/compare/v5.0.6...v7.0.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 efa93de..170c461 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "keywords": [], "preferGlobal": true, "dependencies": { - "@octokit/graphql": "^5.0.0", + "@octokit/graphql": "^7.0.1", "async": "^3.2.2", "chalk": "^5.0.0", "commit-stream": "^2.0.1",