From 511b0d6bc3413184217d057f4d1c2453001b80fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 07:01:47 +0000 Subject: [PATCH] Bump @octokit/graphql from 5.0.5 to 5.0.6 Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 5.0.5 to 5.0.6. - [Release notes](https://github.com/octokit/graphql.js/releases) - [Commits](https://github.com/octokit/graphql.js/compare/v5.0.5...v5.0.6) --- 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 162bde3..d1df54f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/github": "^5.1.1", "@actions/tool-cache": "^2.0.1", "@octokit/core": "^4.2.0", - "@octokit/graphql": "^5.0.5", + "@octokit/graphql": "^5.0.6", "@types/crypto-js": "^4.1.1", "axios": "^1.3.5", "crypto-js": "^4.1.1", @@ -391,9 +391,9 @@ } }, "node_modules/@octokit/graphql": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.5.tgz", - "integrity": "sha512-Qwfvh3xdqKtIznjX9lz2D458r7dJPP8l6r4GQkIdWQouZwHQK0mVT88uwiU2bdTU2OtT1uOlKpRciUWldpG0yQ==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz", + "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==", "dependencies": { "@octokit/request": "^6.0.0", "@octokit/types": "^9.0.0", @@ -4008,9 +4008,9 @@ } }, "@octokit/graphql": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.5.tgz", - "integrity": "sha512-Qwfvh3xdqKtIznjX9lz2D458r7dJPP8l6r4GQkIdWQouZwHQK0mVT88uwiU2bdTU2OtT1uOlKpRciUWldpG0yQ==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz", + "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==", "requires": { "@octokit/request": "^6.0.0", "@octokit/types": "^9.0.0", diff --git a/package.json b/package.json index 8bae86e..446ea20 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/github": "^5.1.1", "@actions/tool-cache": "^2.0.1", "@octokit/core": "^4.2.0", - "@octokit/graphql": "^5.0.5", + "@octokit/graphql": "^5.0.6", "@types/crypto-js": "^4.1.1", "axios": "^1.3.5", "crypto-js": "^4.1.1",