From ca8d58dc3d086db2801d16323278c9bb79e97e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:13:41 +0200 Subject: [PATCH] build(deps): bump @octokit/graphql from 7.0.0 to 7.0.1 (#94) Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/octokit/graphql.js/releases) - [Commits](https://github.com/octokit/graphql.js/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: "@octokit/graphql" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonas Zeiger --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f17157a..18b2ba6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", "@octokit/auth-app": "^6.0.0", - "@octokit/graphql": "^7.0.0", + "@octokit/graphql": "^7.0.1", "@octokit/request": "^8.0.4", "node-fetch": "^3.3.1", "octokit": "^3.0.0" @@ -364,11 +364,11 @@ } }, "node_modules/@octokit/graphql": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.0.0.tgz", - "integrity": "sha512-+t3n4ypZ/iDvNiydjaAQ1mhnD1lm/jOK8Bdtodnv+1SpcqWWQPaDJgu41eHisDlKe9NTan7aRV3FU+Px2bQNNQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.0.1.tgz", + "integrity": "sha512-T5S3oZ1JOE58gom6MIcrgwZXzTaxRnxBso58xhozxHpOqSTgDS6YNeEUvZ/kRvXgPrRz/KHnZhtb7jUMRi9E6w==", "dependencies": { - "@octokit/request": "^8.0.0", + "@octokit/request": "^8.0.1", "@octokit/types": "^11.0.0", "universal-user-agent": "^6.0.0" }, diff --git a/package.json b/package.json index fd24e23..d054771 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "octokit": "^3.0.0", "@octokit/auth-app": "^6.0.0", "@octokit/request": "^8.0.4", - "@octokit/graphql": "^7.0.0", + "@octokit/graphql": "^7.0.1", "node-fetch": "^3.3.1" }, "devDependencies": {}