From 0e9dd81fff6ee81fe332b9ee922f2370cae1adda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 11:08:48 +0900 Subject: [PATCH] deps: bump @octokit/types from 6.2.1 to 6.3.0 (#366) Bumps [@octokit/types](https://github.com/octokit/types.ts) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v6.2.1...v6.3.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 94bb84c3..f4340966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1070,9 +1070,9 @@ } }, "@octokit/openapi-types": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-2.2.0.tgz", - "integrity": "sha512-274lNUDonw10kT8wHg8fCcUc1ZjZHbWv0/TbAwb0ojhBQqZYc1cQ/4yqTVTtPMDeZ//g7xVEYe/s3vURkRghPg==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-2.3.0.tgz", + "integrity": "sha512-Own8lHWVi5eEfLOnsIzAx16BoRbpkzac3QDUCxIqYMf4bjz+AGpv17UfRn1Va4lVmjwOpvZglpFI3mmxuQ+sIQ==" }, "@octokit/plugin-paginate-rest": { "version": "2.2.3", @@ -1162,11 +1162,11 @@ } }, "@octokit/types": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.2.1.tgz", - "integrity": "sha512-jHs9OECOiZxuEzxMZcXmqrEO8GYraHF+UzNVH2ACYh8e/Y7YoT+hUf9ldvVd6zIvWv4p3NdxbQ0xx3ku5BnSiA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.3.0.tgz", + "integrity": "sha512-OYlk5Di9daD0x948qhMqIgq6XLkm/2w0lgzibDgqrf+LfuAPL12WQaF/N2dO6ipOMW7Xe1jMattZiEd2bRR4Rg==", "requires": { - "@octokit/openapi-types": "^2.2.0", + "@octokit/openapi-types": "^2.3.0", "@types/node": ">= 8" } }, diff --git a/package.json b/package.json index 55ce154c..725efc69 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", - "@octokit/types": "^6.2.1", + "@octokit/types": "^6.3.0", "@octokit/webhooks": "^7.21.0", "js-yaml": "^4.0.0", "mustache": "^4.1.0"