Skip to content

Commit e1db0a6

Browse files
authored
Merge pull request #130 from ryancyq/dependabot/npm_and_yarn/octokit/plugin-paginate-rest-9.2.2
chore(deps): bump @octokit/plugin-paginate-rest from 9.2.1 to 9.2.2
2 parents 0a82a01 + 3809e49 commit e1db0a6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4254,7 +4254,7 @@ __export(dist_src_exports, {
42544254
module.exports = __toCommonJS(dist_src_exports);
42554255

42564256
// pkg/dist-src/version.js
4257-
var VERSION = "9.2.1";
4257+
var VERSION = "9.2.2";
42584258

42594259
// pkg/dist-src/normalize-paginated-list-response.js
42604260
function normalizePaginatedListResponse(response) {
@@ -4302,7 +4302,7 @@ function iterator(octokit, route, parameters) {
43024302
const response = await requestMethod({ method, url, headers });
43034303
const normalizedResponse = normalizePaginatedListResponse(response);
43044304
url = ((normalizedResponse.headers.link || "").match(
4305-
/<([^>]+)>;\s*rel="next"/
4305+
/<([^<>]+)>;\s*rel="next"/
43064306
) || [])[1];
43074307
return { value: normalizedResponse };
43084308
} catch (error) {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)