Skip to content

Commit fbfa139

Browse files
authored
Merge pull request #214 from zaproxy/dependabot/npm_and_yarn/dot-github/actions/update-website/octokit/plugin-paginate-rest-9.2.2
Bump @octokit/plugin-paginate-rest from 9.2.0 to 9.2.2 in /.github/actions/update-website
2 parents 7c00527 + 0c4658d commit fbfa139

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/actions/update-website/dist/index.js

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

41504150
// pkg/dist-src/version.js
4151-
var VERSION = "9.2.0";
4151+
var VERSION = "9.2.2";
41524152

41534153
// pkg/dist-src/normalize-paginated-list-response.js
41544154
function normalizePaginatedListResponse(response) {
@@ -4196,7 +4196,7 @@ function iterator(octokit, route, parameters) {
41964196
const response = await requestMethod({ method, url, headers });
41974197
const normalizedResponse = normalizePaginatedListResponse(response);
41984198
url = ((normalizedResponse.headers.link || "").match(
4199-
/<([^>]+)>;\s*rel="next"/
4199+
/<([^<>]+)>;\s*rel="next"/
42004200
) || [])[1];
42014201
return { value: normalizedResponse };
42024202
} catch (error) {

.github/actions/update-website/package-lock.json

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

0 commit comments

Comments
 (0)