From 59006974650b9724b0b5c00826a1795de8924cb4 Mon Sep 17 00:00:00 2001 From: Octokit Bot Date: Fri, 8 Oct 2021 10:53:31 -0700 Subject: [PATCH] fix(typescript): `exclude_pull_requests` parameter for action runs endpoints (#371) --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cbd88f..fb5822b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/types": "^6.32.0" + "@octokit/types": "^6.33.0" }, "devDependencies": { "@octokit/core": "^3.0.0", @@ -2485,9 +2485,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.0.0.tgz", - "integrity": "sha512-QeMW4h18cEm53ojYufACSRgq3rrQg4BibVcsHytXmbJ+otmXSelr1BCBCEi8q7nqGkYJyGQX30DoULENIgJ8BA==" + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.1.0.tgz", + "integrity": "sha512-dWZfYvCCdjZzDYA3lIAMF72Q0jld8xidqCq5Ryw09eBJXZdcM6he0vWBTvw/b5UnGYqexxOyHWgfrsTlUJL3Gw==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "2.16.7", @@ -2574,11 +2574,11 @@ } }, "node_modules/@octokit/types": { - "version": "6.32.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.32.0.tgz", - "integrity": "sha512-7CFlMfpX78PbvGnQZfQ3pD246RGTLITDnLCyYgTOtwNPIdTKMGs/8dJiZA3Fh5vXuZYqu/YHH32GboK7xnZ0ag==", + "version": "6.33.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.33.0.tgz", + "integrity": "sha512-0zffZ048M0UhthyPXQHLz4038Ak46nMWZXkzlXvXB/M/L1jYPBceq4iZj4qjKVrvveaJrrgKdJ9+3yUuITfcCw==", "dependencies": { - "@octokit/openapi-types": "^11.0.0" + "@octokit/openapi-types": "^11.1.0" } }, "node_modules/@pika/babel-plugin-esm-import-rewrite": { @@ -18862,9 +18862,9 @@ } }, "@octokit/openapi-types": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.0.0.tgz", - "integrity": "sha512-QeMW4h18cEm53ojYufACSRgq3rrQg4BibVcsHytXmbJ+otmXSelr1BCBCEi8q7nqGkYJyGQX30DoULENIgJ8BA==" + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-11.1.0.tgz", + "integrity": "sha512-dWZfYvCCdjZzDYA3lIAMF72Q0jld8xidqCq5Ryw09eBJXZdcM6he0vWBTvw/b5UnGYqexxOyHWgfrsTlUJL3Gw==" }, "@octokit/plugin-paginate-rest": { "version": "2.16.7", @@ -18942,11 +18942,11 @@ } }, "@octokit/types": { - "version": "6.32.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.32.0.tgz", - "integrity": "sha512-7CFlMfpX78PbvGnQZfQ3pD246RGTLITDnLCyYgTOtwNPIdTKMGs/8dJiZA3Fh5vXuZYqu/YHH32GboK7xnZ0ag==", + "version": "6.33.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.33.0.tgz", + "integrity": "sha512-0zffZ048M0UhthyPXQHLz4038Ak46nMWZXkzlXvXB/M/L1jYPBceq4iZj4qjKVrvveaJrrgKdJ9+3yUuITfcCw==", "requires": { - "@octokit/openapi-types": "^11.0.0" + "@octokit/openapi-types": "^11.1.0" } }, "@pika/babel-plugin-esm-import-rewrite": { diff --git a/package.json b/package.json index f117384..0e0bfe1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ], "license": "MIT", "dependencies": { - "@octokit/types": "^6.32.0" + "@octokit/types": "^6.33.0" }, "peerDependencies": { "@octokit/core": ">=2"