From 9d7f21c433dd09cae2ae6f05d8da6944a6915be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:49:29 +0000 Subject: [PATCH] Bump @octokit/graphql from 5.0.3 to 5.0.4 Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/octokit/graphql.js/releases) - [Commits](https://github.com/octokit/graphql.js/compare/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: "@octokit/graphql" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4980537..fcdb649 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@octokit/auth-app": "^4.0.7", "@octokit/core": "^4.1.0", - "@octokit/graphql": "^5.0.3", + "@octokit/graphql": "^5.0.4", "@octokit/webhooks": "^10.3.1", "@probot/octokit-plugin-config": "^1.1.6", "deepmerge": "^4.2.2", @@ -1508,9 +1508,9 @@ } }, "node_modules/@octokit/graphql": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.3.tgz", - "integrity": "sha512-VjhqOu2CHo2hwank1y2k8YcqF83zJW6upyP1+0l3wegvpq+4H31zOA5Rkyx76uJBUdJooUR5UnFyclBptzl86Q==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.4.tgz", + "integrity": "sha512-amO1M5QUQgYQo09aStR/XO7KAl13xpigcy/kI8/N1PnZYSS69fgte+xA4+c2DISKqUZfsh0wwjc2FaCt99L41A==", "dependencies": { "@octokit/request": "^6.0.0", "@octokit/types": "^8.0.0", @@ -7134,9 +7134,9 @@ } }, "@octokit/graphql": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.3.tgz", - "integrity": "sha512-VjhqOu2CHo2hwank1y2k8YcqF83zJW6upyP1+0l3wegvpq+4H31zOA5Rkyx76uJBUdJooUR5UnFyclBptzl86Q==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.4.tgz", + "integrity": "sha512-amO1M5QUQgYQo09aStR/XO7KAl13xpigcy/kI8/N1PnZYSS69fgte+xA4+c2DISKqUZfsh0wwjc2FaCt99L41A==", "requires": { "@octokit/request": "^6.0.0", "@octokit/types": "^8.0.0", diff --git a/package.json b/package.json index d7ab719..bbe544a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@octokit/auth-app": "^4.0.7", "@octokit/core": "^4.1.0", - "@octokit/graphql": "^5.0.3", + "@octokit/graphql": "^5.0.4", "@octokit/webhooks": "^10.3.1", "@probot/octokit-plugin-config": "^1.1.6", "deepmerge": "^4.2.2",