From 7961c16a12f7fefa27ece48168265199929b7cdf Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Fri, 22 Jul 2022 11:11:47 -0700 Subject: [PATCH] Revert "revert after https://github.com/octokit/plugin-paginate-rest.js/issues/418" This reverts commit 26589dd0bd1d6bd9d4f407fd0b5b482142d3593d. --- package-lock.json | 36 +++++++++++++----------------------- package.json | 1 - 2 files changed, 13 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index e51f6afce..b072dd195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,6 @@ "@npcz/magic": "^1.3.12", "@octokit/core": "^3.6.0", "@octokit/graphql": "^4.8.0", - "@octokit/plugin-paginate-rest": "2.21.1", "@octokit/plugin-throttling": "^3.5.2", "@octokit/rest": "18.0.0", "chokidar": "^3.5.3", @@ -1161,16 +1160,14 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "12.10.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.10.1.tgz", - "integrity": "sha512-P+SukKanjFY0ZhsK6wSVnQmxTP2eVPPE8OPSNuxaMYtgVzwJZgfGdwlYjf4RlRU4vLEw4ts2fsE2icG4nZ5ddQ==" + "version": "12.5.0", + "license": "MIT" }, "node_modules/@octokit/plugin-paginate-rest": { - "version": "2.21.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.1.tgz", - "integrity": "sha512-NVNTK63yoTFp07GqISWK+uDfGH1CAPhQXS7LzsJBvaK5W+UlvG549pLZC55FK0FqANVl6q/9ra3SR5c97xF/sw==", + "version": "2.20.0", + "license": "MIT", "dependencies": { - "@octokit/types": "^6.38.2" + "@octokit/types": "^6.38.1" }, "peerDependencies": { "@octokit/core": ">=2" @@ -1256,11 +1253,10 @@ "license": "MIT" }, "node_modules/@octokit/types": { - "version": "6.40.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.40.0.tgz", - "integrity": "sha512-MFZOU5r8SwgJWDMhrLUSvyJPtVsqA6VnbVI3TNbsmw+Jnvrktzvq2fYES/6RiJA/5Ykdwq4mJmtlYUfW7CGjmw==", + "version": "6.38.1", + "license": "MIT", "dependencies": { - "@octokit/openapi-types": "^12.10.0" + "@octokit/openapi-types": "^12.5.0" } }, "node_modules/@sinonjs/commons": { @@ -8324,16 +8320,12 @@ } }, "@octokit/openapi-types": { - "version": "12.10.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.10.1.tgz", - "integrity": "sha512-P+SukKanjFY0ZhsK6wSVnQmxTP2eVPPE8OPSNuxaMYtgVzwJZgfGdwlYjf4RlRU4vLEw4ts2fsE2icG4nZ5ddQ==" + "version": "12.5.0" }, "@octokit/plugin-paginate-rest": { - "version": "2.21.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.1.tgz", - "integrity": "sha512-NVNTK63yoTFp07GqISWK+uDfGH1CAPhQXS7LzsJBvaK5W+UlvG549pLZC55FK0FqANVl6q/9ra3SR5c97xF/sw==", + "version": "2.20.0", "requires": { - "@octokit/types": "^6.38.2" + "@octokit/types": "^6.38.1" } }, "@octokit/plugin-request-log": { @@ -8401,11 +8393,9 @@ } }, "@octokit/types": { - "version": "6.40.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.40.0.tgz", - "integrity": "sha512-MFZOU5r8SwgJWDMhrLUSvyJPtVsqA6VnbVI3TNbsmw+Jnvrktzvq2fYES/6RiJA/5Ykdwq4mJmtlYUfW7CGjmw==", + "version": "6.38.1", "requires": { - "@octokit/openapi-types": "^12.10.0" + "@octokit/openapi-types": "^12.5.0" } }, "@sinonjs/commons": { diff --git a/package.json b/package.json index e335803b4..eabe0043b 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,6 @@ "@actions/core": "^1.8.2", "@actions/github": "^4.0.0", "@npcz/magic": "^1.3.12", - "@octokit/plugin-paginate-rest": "2.21.1", "@octokit/core": "^3.6.0", "@octokit/graphql": "^4.8.0", "@octokit/plugin-throttling": "^3.5.2",