From 54784482b69ff4929c405aa06008869c950ec3a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 21:50:40 -0800 Subject: [PATCH] fix(typescript): parameter types fixes for `octokit.checks.create()`, `octokit.checks.update()`, and `octokit.gists.update()` (#2030) Co-authored-by: Renovate Bot --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84417440..3988c7ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1715,12 +1715,27 @@ "integrity": "sha512-4RFU4li238jMJAzLgAwkBAw+4Loile5haQMQr+uhFq27BmyJXcXSKvoQKqh0agsZEiUlW6iSv3FAgvmGkur7OQ==" }, "@octokit/plugin-rest-endpoint-methods": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.1.tgz", - "integrity": "sha512-T9YhQqpbO9Onmg+FYk09uci9pfChg8CZR9GBaPJWj+bDSzictW1xnU0NtCSSKKyrwvpW/opu7CtuDSs/HF1Syg==", + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.13.2.tgz", + "integrity": "sha512-pnn0lGE05nqZ+EZuZgJBffJ4QRAlrlvg3LBFjCKHqUUWCI3PMqZ8kPJOxFj0R3B3D5hoGambtEIpCnaRD6nRJw==", "requires": { - "@octokit/types": "^6.11.1", + "@octokit/types": "^6.11.2", "deprecation": "^2.3.1" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.2.2.tgz", + "integrity": "sha512-b3nHy/0uufJJsaZERwZM0syLRO6gfr6vvBPLewQxBKzzbhGDx1ygTyoELMNADD7mIPPzGMqbfdCeJTSeZueZwA==" + }, + "@octokit/types": { + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.11.2.tgz", + "integrity": "sha512-EKQRFZU/oOfUlqk9ntLIE5UO/bcOx8exFpdXGBciJP90f05me3mza0sacIpqVqmiIQP3nJsBjnZHMmtijE5XwQ==", + "requires": { + "@octokit/openapi-types": "^5.2.2" + } + } } }, "@octokit/request": { diff --git a/package.json b/package.json index 8d91b426..7e64ab63 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@octokit/core": "^3.2.3", "@octokit/plugin-paginate-rest": "^2.6.2", "@octokit/plugin-request-log": "^1.0.2", - "@octokit/plugin-rest-endpoint-methods": "4.13.1" + "@octokit/plugin-rest-endpoint-methods": "4.13.2" }, "devDependencies": { "@octokit/auth": "^3.0.1",