@@ -20335,9 +20335,9 @@ var require_balanced_match = __commonJS({
20335
20335
}
20336
20336
});
20337
20337
20338
- // ../../node_modules/minimatch/node_modules/ brace-expansion/index.js
20338
+ // ../../node_modules/brace-expansion/index.js
20339
20339
var require_brace_expansion = __commonJS({
20340
- "../../node_modules/minimatch/node_modules/ brace-expansion/index.js"(exports, module) {
20340
+ "../../node_modules/brace-expansion/index.js"(exports, module) {
20341
20341
var concatMap = require_concat_map();
20342
20342
var balanced = require_balanced_match();
20343
20343
module.exports = expandTop;
@@ -22774,7 +22774,7 @@ var init_dist_src = __esm({
22774
22774
var VERSION2;
22775
22775
var init_version3 = __esm({
22776
22776
"../../node_modules/@octokit/request/dist-src/version.js"() {
22777
- VERSION2 = "8.3.1 ";
22777
+ VERSION2 = "8.4.0 ";
22778
22778
}
22779
22779
});
22780
22780
@@ -22978,6 +22978,7 @@ function fetchWrapper(requestOptions) {
22978
22978
return fetch(requestOptions.url, {
22979
22979
method: requestOptions.method,
22980
22980
body: requestOptions.body,
22981
+ redirect: requestOptions.request?.redirect,
22981
22982
headers: requestOptions.headers,
22982
22983
signal: requestOptions.request?.signal,
22983
22984
// duplex must be set if request.body is ReadableStream or Async Iterables.
0 commit comments