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"