@modern-js/upgrade 2.63.1 → 2.63.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +111 -111
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -20528,19 +20528,19 @@ var init_semver = __esm({
20528
20528
  }
20529
20529
  });
20530
20530
 
20531
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/bind.js
20531
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/bind.js
20532
20532
  function bind(fn, thisArg) {
20533
20533
  return function wrap() {
20534
20534
  return fn.apply(thisArg, arguments);
20535
20535
  };
20536
20536
  }
20537
20537
  var init_bind = __esm({
20538
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/bind.js"() {
20538
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/bind.js"() {
20539
20539
  "use strict";
20540
20540
  }
20541
20541
  });
20542
20542
 
20543
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/utils.js
20543
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/utils.js
20544
20544
  function isBuffer(val) {
20545
20545
  return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);
20546
20546
  }
@@ -20614,7 +20614,7 @@ function isSpecCompliantForm(thing) {
20614
20614
  }
20615
20615
  var toString, getPrototypeOf, kindOf, kindOfTest, typeOfTest, isArray, isUndefined, isArrayBuffer, isString2, isFunction, isNumber, isObject2, isBoolean, isPlainObject, isDate, isFile, isBlob, isFileList, isStream, isFormData, isURLSearchParams, isReadableStream, isRequest, isResponse, isHeaders, trim, _global, isContextDefined, extend, stripBOM, inherits, toFlatObject, endsWith, toArray, isTypedArray, forEachEntry, matchAll, isHTMLForm, toCamelCase, hasOwnProperty, isRegExp, reduceDescriptors, freezeMethods, toObjectSet, noop, toFiniteNumber, ALPHA, DIGIT, ALPHABET, generateString, toJSONObject, isAsyncFn, isThenable, _setImmediate, asap, utils_default;
20616
20616
  var init_utils = __esm({
20617
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/utils.js"() {
20617
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/utils.js"() {
20618
20618
  "use strict";
20619
20619
  init_bind();
20620
20620
  ({ toString } = Object.prototype);
@@ -20932,7 +20932,7 @@ var init_utils = __esm({
20932
20932
  }
20933
20933
  });
20934
20934
 
20935
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/AxiosError.js
20935
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/AxiosError.js
20936
20936
  function AxiosError(message, code, config, request, response) {
20937
20937
  Error.call(this);
20938
20938
  if (Error.captureStackTrace) {
@@ -20952,7 +20952,7 @@ function AxiosError(message, code, config, request, response) {
20952
20952
  }
20953
20953
  var prototype, descriptors, AxiosError_default;
20954
20954
  var init_AxiosError = __esm({
20955
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/AxiosError.js"() {
20955
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/AxiosError.js"() {
20956
20956
  "use strict";
20957
20957
  init_utils();
20958
20958
  utils_default.inherits(AxiosError, Error, {
@@ -30450,17 +30450,17 @@ var require_form_data = __commonJS({
30450
30450
  }
30451
30451
  });
30452
30452
 
30453
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/node/classes/FormData.js
30453
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/node/classes/FormData.js
30454
30454
  var import_form_data, FormData_default;
30455
30455
  var init_FormData = __esm({
30456
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/node/classes/FormData.js"() {
30456
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/node/classes/FormData.js"() {
30457
30457
  "use strict";
30458
30458
  import_form_data = __toESM(require_form_data());
30459
30459
  FormData_default = import_form_data.default;
30460
30460
  }
30461
30461
  });
30462
30462
 
30463
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/toFormData.js
30463
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/toFormData.js
30464
30464
  function isVisitable(thing) {
30465
30465
  return utils_default.isPlainObject(thing) || utils_default.isArray(thing);
30466
30466
  }
@@ -30572,7 +30572,7 @@ function toFormData(obj, formData, options) {
30572
30572
  }
30573
30573
  var predicates, toFormData_default;
30574
30574
  var init_toFormData = __esm({
30575
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/toFormData.js"() {
30575
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/toFormData.js"() {
30576
30576
  "use strict";
30577
30577
  init_utils();
30578
30578
  init_AxiosError();
@@ -30584,7 +30584,7 @@ var init_toFormData = __esm({
30584
30584
  }
30585
30585
  });
30586
30586
 
30587
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js
30587
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js
30588
30588
  function encode(str) {
30589
30589
  const charMap = {
30590
30590
  "!": "%21",
@@ -30605,7 +30605,7 @@ function AxiosURLSearchParams(params, options) {
30605
30605
  }
30606
30606
  var prototype2, AxiosURLSearchParams_default;
30607
30607
  var init_AxiosURLSearchParams = __esm({
30608
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js"() {
30608
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js"() {
30609
30609
  "use strict";
30610
30610
  init_toFormData();
30611
30611
  prototype2 = AxiosURLSearchParams.prototype;
@@ -30624,7 +30624,7 @@ var init_AxiosURLSearchParams = __esm({
30624
30624
  }
30625
30625
  });
30626
30626
 
30627
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/buildURL.js
30627
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/buildURL.js
30628
30628
  function encode2(val) {
30629
30629
  return encodeURIComponent(val).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
30630
30630
  }
@@ -30655,17 +30655,17 @@ function buildURL(url2, params, options) {
30655
30655
  return url2;
30656
30656
  }
30657
30657
  var init_buildURL = __esm({
30658
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/buildURL.js"() {
30658
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/buildURL.js"() {
30659
30659
  "use strict";
30660
30660
  init_utils();
30661
30661
  init_AxiosURLSearchParams();
30662
30662
  }
30663
30663
  });
30664
30664
 
30665
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/InterceptorManager.js
30665
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/InterceptorManager.js
30666
30666
  var InterceptorManager, InterceptorManager_default;
30667
30667
  var init_InterceptorManager = __esm({
30668
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/InterceptorManager.js"() {
30668
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/InterceptorManager.js"() {
30669
30669
  "use strict";
30670
30670
  init_utils();
30671
30671
  InterceptorManager = class {
@@ -30733,10 +30733,10 @@ var init_InterceptorManager = __esm({
30733
30733
  }
30734
30734
  });
30735
30735
 
30736
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/defaults/transitional.js
30736
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/defaults/transitional.js
30737
30737
  var transitional_default;
30738
30738
  var init_transitional = __esm({
30739
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/defaults/transitional.js"() {
30739
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/defaults/transitional.js"() {
30740
30740
  "use strict";
30741
30741
  transitional_default = {
30742
30742
  silentJSONParsing: true,
@@ -30746,20 +30746,20 @@ var init_transitional = __esm({
30746
30746
  }
30747
30747
  });
30748
30748
 
30749
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/node/classes/URLSearchParams.js
30749
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/node/classes/URLSearchParams.js
30750
30750
  var import_url, URLSearchParams_default;
30751
30751
  var init_URLSearchParams = __esm({
30752
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/node/classes/URLSearchParams.js"() {
30752
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/node/classes/URLSearchParams.js"() {
30753
30753
  "use strict";
30754
30754
  import_url = __toESM(require("url"));
30755
30755
  URLSearchParams_default = import_url.default.URLSearchParams;
30756
30756
  }
30757
30757
  });
30758
30758
 
30759
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/node/index.js
30759
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/node/index.js
30760
30760
  var node_default;
30761
30761
  var init_node = __esm({
30762
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/node/index.js"() {
30762
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/node/index.js"() {
30763
30763
  "use strict";
30764
30764
  init_URLSearchParams();
30765
30765
  init_FormData();
@@ -30775,7 +30775,7 @@ var init_node = __esm({
30775
30775
  }
30776
30776
  });
30777
30777
 
30778
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/common/utils.js
30778
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/common/utils.js
30779
30779
  var utils_exports = {};
30780
30780
  __export(utils_exports, {
30781
30781
  hasBrowserEnv: () => hasBrowserEnv,
@@ -30786,7 +30786,7 @@ __export(utils_exports, {
30786
30786
  });
30787
30787
  var hasBrowserEnv, _navigator, hasStandardBrowserEnv, hasStandardBrowserWebWorkerEnv, origin;
30788
30788
  var init_utils2 = __esm({
30789
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/common/utils.js"() {
30789
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/common/utils.js"() {
30790
30790
  "use strict";
30791
30791
  hasBrowserEnv = typeof window !== "undefined" && typeof document !== "undefined";
30792
30792
  _navigator = typeof navigator === "object" && navigator || void 0;
@@ -30799,10 +30799,10 @@ var init_utils2 = __esm({
30799
30799
  }
30800
30800
  });
30801
30801
 
30802
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/index.js
30802
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/index.js
30803
30803
  var platform_default;
30804
30804
  var init_platform = __esm({
30805
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/platform/index.js"() {
30805
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/index.js"() {
30806
30806
  "use strict";
30807
30807
  init_node();
30808
30808
  init_utils2();
@@ -30810,7 +30810,7 @@ var init_platform = __esm({
30810
30810
  }
30811
30811
  });
30812
30812
 
30813
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/toURLEncodedForm.js
30813
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/toURLEncodedForm.js
30814
30814
  function toURLEncodedForm(data, options) {
30815
30815
  return toFormData_default(data, new platform_default.classes.URLSearchParams(), Object.assign({
30816
30816
  visitor: function(value, key, path8, helpers) {
@@ -30823,7 +30823,7 @@ function toURLEncodedForm(data, options) {
30823
30823
  }, options));
30824
30824
  }
30825
30825
  var init_toURLEncodedForm = __esm({
30826
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/toURLEncodedForm.js"() {
30826
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/toURLEncodedForm.js"() {
30827
30827
  "use strict";
30828
30828
  init_utils();
30829
30829
  init_toFormData();
@@ -30831,7 +30831,7 @@ var init_toURLEncodedForm = __esm({
30831
30831
  }
30832
30832
  });
30833
30833
 
30834
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/formDataToJSON.js
30834
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/formDataToJSON.js
30835
30835
  function parsePropPath(name) {
30836
30836
  return utils_default.matchAll(/\w+|\[(\w*)]/g, name).map((match) => {
30837
30837
  return match[0] === "[]" ? "" : match[1] || match[0];
@@ -30885,14 +30885,14 @@ function formDataToJSON(formData) {
30885
30885
  }
30886
30886
  var formDataToJSON_default;
30887
30887
  var init_formDataToJSON = __esm({
30888
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/formDataToJSON.js"() {
30888
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/formDataToJSON.js"() {
30889
30889
  "use strict";
30890
30890
  init_utils();
30891
30891
  formDataToJSON_default = formDataToJSON;
30892
30892
  }
30893
30893
  });
30894
30894
 
30895
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/defaults/index.js
30895
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/defaults/index.js
30896
30896
  function stringifySafely(rawValue, parser, encoder) {
30897
30897
  if (utils_default.isString(rawValue)) {
30898
30898
  try {
@@ -30908,7 +30908,7 @@ function stringifySafely(rawValue, parser, encoder) {
30908
30908
  }
30909
30909
  var defaults, defaults_default;
30910
30910
  var init_defaults = __esm({
30911
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/defaults/index.js"() {
30911
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/defaults/index.js"() {
30912
30912
  "use strict";
30913
30913
  init_utils();
30914
30914
  init_AxiosError();
@@ -31014,10 +31014,10 @@ var init_defaults = __esm({
31014
31014
  }
31015
31015
  });
31016
31016
 
31017
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/parseHeaders.js
31017
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/parseHeaders.js
31018
31018
  var ignoreDuplicateOf, parseHeaders_default;
31019
31019
  var init_parseHeaders = __esm({
31020
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/parseHeaders.js"() {
31020
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/parseHeaders.js"() {
31021
31021
  "use strict";
31022
31022
  init_utils();
31023
31023
  ignoreDuplicateOf = utils_default.toObjectSet([
@@ -31066,7 +31066,7 @@ var init_parseHeaders = __esm({
31066
31066
  }
31067
31067
  });
31068
31068
 
31069
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/AxiosHeaders.js
31069
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/AxiosHeaders.js
31070
31070
  function normalizeHeader(header) {
31071
31071
  return header && String(header).trim().toLowerCase();
31072
31072
  }
@@ -31119,7 +31119,7 @@ function buildAccessors(obj, header) {
31119
31119
  }
31120
31120
  var $internals, isValidHeaderName, AxiosHeaders, AxiosHeaders_default;
31121
31121
  var init_AxiosHeaders = __esm({
31122
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/AxiosHeaders.js"() {
31122
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/AxiosHeaders.js"() {
31123
31123
  "use strict";
31124
31124
  init_utils();
31125
31125
  init_parseHeaders();
@@ -31296,7 +31296,7 @@ var init_AxiosHeaders = __esm({
31296
31296
  }
31297
31297
  });
31298
31298
 
31299
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/transformData.js
31299
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/transformData.js
31300
31300
  function transformData(fns, response) {
31301
31301
  const config = this || defaults_default;
31302
31302
  const context = response || config;
@@ -31309,7 +31309,7 @@ function transformData(fns, response) {
31309
31309
  return data;
31310
31310
  }
31311
31311
  var init_transformData = __esm({
31312
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/transformData.js"() {
31312
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/transformData.js"() {
31313
31313
  "use strict";
31314
31314
  init_utils();
31315
31315
  init_defaults();
@@ -31317,24 +31317,24 @@ var init_transformData = __esm({
31317
31317
  }
31318
31318
  });
31319
31319
 
31320
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/cancel/isCancel.js
31320
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/cancel/isCancel.js
31321
31321
  function isCancel(value) {
31322
31322
  return !!(value && value.__CANCEL__);
31323
31323
  }
31324
31324
  var init_isCancel = __esm({
31325
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/cancel/isCancel.js"() {
31325
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/cancel/isCancel.js"() {
31326
31326
  "use strict";
31327
31327
  }
31328
31328
  });
31329
31329
 
31330
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/cancel/CanceledError.js
31330
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/cancel/CanceledError.js
31331
31331
  function CanceledError(message, config, request) {
31332
31332
  AxiosError_default.call(this, message == null ? "canceled" : message, AxiosError_default.ERR_CANCELED, config, request);
31333
31333
  this.name = "CanceledError";
31334
31334
  }
31335
31335
  var CanceledError_default;
31336
31336
  var init_CanceledError = __esm({
31337
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/cancel/CanceledError.js"() {
31337
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/cancel/CanceledError.js"() {
31338
31338
  "use strict";
31339
31339
  init_AxiosError();
31340
31340
  init_utils();
@@ -31345,7 +31345,7 @@ var init_CanceledError = __esm({
31345
31345
  }
31346
31346
  });
31347
31347
 
31348
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/settle.js
31348
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/settle.js
31349
31349
  function settle(resolve, reject, response) {
31350
31350
  const validateStatus2 = response.config.validateStatus;
31351
31351
  if (!response.status || !validateStatus2 || validateStatus2(response.status)) {
@@ -31361,33 +31361,33 @@ function settle(resolve, reject, response) {
31361
31361
  }
31362
31362
  }
31363
31363
  var init_settle = __esm({
31364
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/settle.js"() {
31364
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/settle.js"() {
31365
31365
  "use strict";
31366
31366
  init_AxiosError();
31367
31367
  }
31368
31368
  });
31369
31369
 
31370
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/isAbsoluteURL.js
31370
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/isAbsoluteURL.js
31371
31371
  function isAbsoluteURL(url2) {
31372
31372
  return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url2);
31373
31373
  }
31374
31374
  var init_isAbsoluteURL = __esm({
31375
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/isAbsoluteURL.js"() {
31375
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/isAbsoluteURL.js"() {
31376
31376
  "use strict";
31377
31377
  }
31378
31378
  });
31379
31379
 
31380
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/combineURLs.js
31380
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/combineURLs.js
31381
31381
  function combineURLs(baseURL, relativeURL) {
31382
31382
  return relativeURL ? baseURL.replace(/\/?\/$/, "") + "/" + relativeURL.replace(/^\/+/, "") : baseURL;
31383
31383
  }
31384
31384
  var init_combineURLs = __esm({
31385
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/combineURLs.js"() {
31385
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/combineURLs.js"() {
31386
31386
  "use strict";
31387
31387
  }
31388
31388
  });
31389
31389
 
31390
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/buildFullPath.js
31390
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/buildFullPath.js
31391
31391
  function buildFullPath(baseURL, requestedURL) {
31392
31392
  if (baseURL && !isAbsoluteURL(requestedURL)) {
31393
31393
  return combineURLs(baseURL, requestedURL);
@@ -31395,7 +31395,7 @@ function buildFullPath(baseURL, requestedURL) {
31395
31395
  return requestedURL;
31396
31396
  }
31397
31397
  var init_buildFullPath = __esm({
31398
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/buildFullPath.js"() {
31398
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/buildFullPath.js"() {
31399
31399
  "use strict";
31400
31400
  init_isAbsoluteURL();
31401
31401
  init_combineURLs();
@@ -31990,27 +31990,27 @@ var require_follow_redirects = __commonJS({
31990
31990
  }
31991
31991
  });
31992
31992
 
31993
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/env/data.js
31993
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/env/data.js
31994
31994
  var VERSION;
31995
31995
  var init_data = __esm({
31996
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/env/data.js"() {
31996
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/env/data.js"() {
31997
31997
  "use strict";
31998
- VERSION = "1.7.8";
31998
+ VERSION = "1.7.9";
31999
31999
  }
32000
32000
  });
32001
32001
 
32002
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/parseProtocol.js
32002
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/parseProtocol.js
32003
32003
  function parseProtocol(url2) {
32004
32004
  const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
32005
32005
  return match && match[1] || "";
32006
32006
  }
32007
32007
  var init_parseProtocol = __esm({
32008
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/parseProtocol.js"() {
32008
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/parseProtocol.js"() {
32009
32009
  "use strict";
32010
32010
  }
32011
32011
  });
32012
32012
 
32013
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/fromDataURI.js
32013
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/fromDataURI.js
32014
32014
  function fromDataURI(uri, asBlob, options) {
32015
32015
  const _Blob = options && options.Blob || platform_default.classes.Blob;
32016
32016
  const protocol = parseProtocol(uri);
@@ -32039,7 +32039,7 @@ function fromDataURI(uri, asBlob, options) {
32039
32039
  }
32040
32040
  var DATA_URL_PATTERN;
32041
32041
  var init_fromDataURI = __esm({
32042
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/fromDataURI.js"() {
32042
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/fromDataURI.js"() {
32043
32043
  "use strict";
32044
32044
  init_AxiosError();
32045
32045
  init_parseProtocol();
@@ -32048,10 +32048,10 @@ var init_fromDataURI = __esm({
32048
32048
  }
32049
32049
  });
32050
32050
 
32051
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/AxiosTransformStream.js
32051
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/AxiosTransformStream.js
32052
32052
  var import_stream, kInternals, AxiosTransformStream, AxiosTransformStream_default;
32053
32053
  var init_AxiosTransformStream = __esm({
32054
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/AxiosTransformStream.js"() {
32054
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/AxiosTransformStream.js"() {
32055
32055
  "use strict";
32056
32056
  import_stream = __toESM(require("stream"));
32057
32057
  init_utils();
@@ -32170,10 +32170,10 @@ var init_AxiosTransformStream = __esm({
32170
32170
  }
32171
32171
  });
32172
32172
 
32173
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/readBlob.js
32173
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/readBlob.js
32174
32174
  var asyncIterator, readBlob, readBlob_default;
32175
32175
  var init_readBlob = __esm({
32176
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/readBlob.js"() {
32176
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/readBlob.js"() {
32177
32177
  "use strict";
32178
32178
  ({ asyncIterator } = Symbol);
32179
32179
  readBlob = function(blob) {
@@ -32193,10 +32193,10 @@ var init_readBlob = __esm({
32193
32193
  }
32194
32194
  });
32195
32195
 
32196
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/formDataToStream.js
32196
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/formDataToStream.js
32197
32197
  var import_util, import_stream2, BOUNDARY_ALPHABET, textEncoder, CRLF, CRLF_BYTES, CRLF_BYTES_COUNT, FormDataPart, formDataToStream, formDataToStream_default;
32198
32198
  var init_formDataToStream = __esm({
32199
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/formDataToStream.js"() {
32199
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/formDataToStream.js"() {
32200
32200
  "use strict";
32201
32201
  import_util = __toESM(require("util"));
32202
32202
  import_stream2 = require("stream");
@@ -32286,10 +32286,10 @@ var init_formDataToStream = __esm({
32286
32286
  }
32287
32287
  });
32288
32288
 
32289
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js
32289
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js
32290
32290
  var import_stream3, ZlibHeaderTransformStream, ZlibHeaderTransformStream_default;
32291
32291
  var init_ZlibHeaderTransformStream = __esm({
32292
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js"() {
32292
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js"() {
32293
32293
  "use strict";
32294
32294
  import_stream3 = __toESM(require("stream"));
32295
32295
  ZlibHeaderTransformStream = class extends import_stream3.default.Transform {
@@ -32314,10 +32314,10 @@ var init_ZlibHeaderTransformStream = __esm({
32314
32314
  }
32315
32315
  });
32316
32316
 
32317
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/callbackify.js
32317
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/callbackify.js
32318
32318
  var callbackify, callbackify_default;
32319
32319
  var init_callbackify = __esm({
32320
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/callbackify.js"() {
32320
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/callbackify.js"() {
32321
32321
  "use strict";
32322
32322
  init_utils();
32323
32323
  callbackify = (fn, reducer) => {
@@ -32336,7 +32336,7 @@ var init_callbackify = __esm({
32336
32336
  }
32337
32337
  });
32338
32338
 
32339
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/speedometer.js
32339
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/speedometer.js
32340
32340
  function speedometer(samplesCount, min) {
32341
32341
  samplesCount = samplesCount || 10;
32342
32342
  const bytes = new Array(samplesCount);
@@ -32372,13 +32372,13 @@ function speedometer(samplesCount, min) {
32372
32372
  }
32373
32373
  var speedometer_default;
32374
32374
  var init_speedometer = __esm({
32375
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/speedometer.js"() {
32375
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/speedometer.js"() {
32376
32376
  "use strict";
32377
32377
  speedometer_default = speedometer;
32378
32378
  }
32379
32379
  });
32380
32380
 
32381
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/throttle.js
32381
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/throttle.js
32382
32382
  function throttle(fn, freq) {
32383
32383
  let timestamp = 0;
32384
32384
  let threshold = 1e3 / freq;
@@ -32413,16 +32413,16 @@ function throttle(fn, freq) {
32413
32413
  }
32414
32414
  var throttle_default;
32415
32415
  var init_throttle = __esm({
32416
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/throttle.js"() {
32416
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/throttle.js"() {
32417
32417
  "use strict";
32418
32418
  throttle_default = throttle;
32419
32419
  }
32420
32420
  });
32421
32421
 
32422
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/progressEventReducer.js
32422
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/progressEventReducer.js
32423
32423
  var progressEventReducer, progressEventDecorator, asyncDecorator;
32424
32424
  var init_progressEventReducer = __esm({
32425
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/progressEventReducer.js"() {
32425
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/progressEventReducer.js"() {
32426
32426
  "use strict";
32427
32427
  init_speedometer();
32428
32428
  init_throttle();
@@ -32463,7 +32463,7 @@ var init_progressEventReducer = __esm({
32463
32463
  }
32464
32464
  });
32465
32465
 
32466
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/adapters/http.js
32466
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/http.js
32467
32467
  function dispatchBeforeRedirect(options, responseDetails) {
32468
32468
  if (options.beforeRedirects.proxy) {
32469
32469
  options.beforeRedirects.proxy(options);
@@ -32507,7 +32507,7 @@ function setProxy(options, configProxy, location) {
32507
32507
  }
32508
32508
  var import_proxy_from_env, import_http, import_https, import_util2, import_follow_redirects, import_zlib, import_stream4, import_events, zlibOptions, brotliOptions, isBrotliSupported, httpFollow, httpsFollow, isHttps, supportedProtocols, flushOnFinish, isHttpAdapterSupported, wrapAsync, resolveFamily, buildAddressEntry, http_default;
32509
32509
  var init_http = __esm({
32510
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/adapters/http.js"() {
32510
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/http.js"() {
32511
32511
  "use strict";
32512
32512
  init_utils();
32513
32513
  init_settle();
@@ -33000,10 +33000,10 @@ var init_http = __esm({
33000
33000
  }
33001
33001
  });
33002
33002
 
33003
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/isURLSameOrigin.js
33003
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/isURLSameOrigin.js
33004
33004
  var isURLSameOrigin_default;
33005
33005
  var init_isURLSameOrigin = __esm({
33006
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/isURLSameOrigin.js"() {
33006
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/isURLSameOrigin.js"() {
33007
33007
  "use strict";
33008
33008
  init_platform();
33009
33009
  isURLSameOrigin_default = platform_default.hasStandardBrowserEnv ? ((origin2, isMSIE) => (url2) => {
@@ -33016,10 +33016,10 @@ var init_isURLSameOrigin = __esm({
33016
33016
  }
33017
33017
  });
33018
33018
 
33019
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/cookies.js
33019
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/cookies.js
33020
33020
  var cookies_default;
33021
33021
  var init_cookies = __esm({
33022
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/cookies.js"() {
33022
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/cookies.js"() {
33023
33023
  "use strict";
33024
33024
  init_utils();
33025
33025
  init_platform();
@@ -33057,7 +33057,7 @@ var init_cookies = __esm({
33057
33057
  }
33058
33058
  });
33059
33059
 
33060
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/mergeConfig.js
33060
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/mergeConfig.js
33061
33061
  function mergeConfig(config1, config2) {
33062
33062
  config2 = config2 || {};
33063
33063
  const config = {};
@@ -33137,7 +33137,7 @@ function mergeConfig(config1, config2) {
33137
33137
  }
33138
33138
  var headersToObject;
33139
33139
  var init_mergeConfig = __esm({
33140
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/mergeConfig.js"() {
33140
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/mergeConfig.js"() {
33141
33141
  "use strict";
33142
33142
  init_utils();
33143
33143
  init_AxiosHeaders();
@@ -33145,10 +33145,10 @@ var init_mergeConfig = __esm({
33145
33145
  }
33146
33146
  });
33147
33147
 
33148
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/resolveConfig.js
33148
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/resolveConfig.js
33149
33149
  var resolveConfig_default;
33150
33150
  var init_resolveConfig = __esm({
33151
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/resolveConfig.js"() {
33151
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/resolveConfig.js"() {
33152
33152
  "use strict";
33153
33153
  init_platform();
33154
33154
  init_utils();
@@ -33192,10 +33192,10 @@ var init_resolveConfig = __esm({
33192
33192
  }
33193
33193
  });
33194
33194
 
33195
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/adapters/xhr.js
33195
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/xhr.js
33196
33196
  var isXHRAdapterSupported, xhr_default;
33197
33197
  var init_xhr = __esm({
33198
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/adapters/xhr.js"() {
33198
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/xhr.js"() {
33199
33199
  "use strict";
33200
33200
  init_utils();
33201
33201
  init_settle();
@@ -33335,10 +33335,10 @@ var init_xhr = __esm({
33335
33335
  }
33336
33336
  });
33337
33337
 
33338
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/composeSignals.js
33338
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/composeSignals.js
33339
33339
  var composeSignals, composeSignals_default;
33340
33340
  var init_composeSignals = __esm({
33341
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/composeSignals.js"() {
33341
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/composeSignals.js"() {
33342
33342
  "use strict";
33343
33343
  init_CanceledError();
33344
33344
  init_AxiosError();
@@ -33380,10 +33380,10 @@ var init_composeSignals = __esm({
33380
33380
  }
33381
33381
  });
33382
33382
 
33383
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/trackStream.js
33383
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/trackStream.js
33384
33384
  var streamChunk, readBytes, readStream, trackStream;
33385
33385
  var init_trackStream = __esm({
33386
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/trackStream.js"() {
33386
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/trackStream.js"() {
33387
33387
  "use strict";
33388
33388
  streamChunk = function* (chunk, chunkSize) {
33389
33389
  let len = chunk.byteLength;
@@ -33481,10 +33481,10 @@ var init_trackStream = __esm({
33481
33481
  }
33482
33482
  });
33483
33483
 
33484
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/adapters/fetch.js
33484
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/fetch.js
33485
33485
  var isFetchSupported, isReadableStreamSupported, encodeText, test, supportsRequestStream, DEFAULT_CHUNK_SIZE, supportsResponseStream, resolvers, getBodyLength, resolveBodyLength, fetch_default;
33486
33486
  var init_fetch = __esm({
33487
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/adapters/fetch.js"() {
33487
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/fetch.js"() {
33488
33488
  "use strict";
33489
33489
  init_platform();
33490
33490
  init_utils();
@@ -33661,10 +33661,10 @@ var init_fetch = __esm({
33661
33661
  }
33662
33662
  });
33663
33663
 
33664
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/adapters/adapters.js
33664
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/adapters.js
33665
33665
  var knownAdapters, renderReason, isResolvedHandle, adapters_default;
33666
33666
  var init_adapters = __esm({
33667
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/adapters/adapters.js"() {
33667
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/adapters.js"() {
33668
33668
  "use strict";
33669
33669
  init_utils();
33670
33670
  init_http();
@@ -33726,7 +33726,7 @@ var init_adapters = __esm({
33726
33726
  }
33727
33727
  });
33728
33728
 
33729
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/dispatchRequest.js
33729
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/dispatchRequest.js
33730
33730
  function throwIfCancellationRequested(config) {
33731
33731
  if (config.cancelToken) {
33732
33732
  config.cancelToken.throwIfRequested();
@@ -33771,7 +33771,7 @@ function dispatchRequest(config) {
33771
33771
  });
33772
33772
  }
33773
33773
  var init_dispatchRequest = __esm({
33774
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/dispatchRequest.js"() {
33774
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/dispatchRequest.js"() {
33775
33775
  "use strict";
33776
33776
  init_transformData();
33777
33777
  init_isCancel();
@@ -33782,7 +33782,7 @@ var init_dispatchRequest = __esm({
33782
33782
  }
33783
33783
  });
33784
33784
 
33785
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/validator.js
33785
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/validator.js
33786
33786
  function assertOptions(options, schema, allowUnknown) {
33787
33787
  if (typeof options !== "object") {
33788
33788
  throw new AxiosError_default("options must be an object", AxiosError_default.ERR_BAD_OPTION_VALUE);
@@ -33807,7 +33807,7 @@ function assertOptions(options, schema, allowUnknown) {
33807
33807
  }
33808
33808
  var validators, deprecatedWarnings, validator_default;
33809
33809
  var init_validator = __esm({
33810
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/validator.js"() {
33810
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/validator.js"() {
33811
33811
  "use strict";
33812
33812
  init_data();
33813
33813
  init_AxiosError();
@@ -33854,10 +33854,10 @@ var init_validator = __esm({
33854
33854
  }
33855
33855
  });
33856
33856
 
33857
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/Axios.js
33857
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/Axios.js
33858
33858
  var validators2, Axios, Axios_default;
33859
33859
  var init_Axios = __esm({
33860
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/core/Axios.js"() {
33860
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/Axios.js"() {
33861
33861
  "use strict";
33862
33862
  init_utils();
33863
33863
  init_buildURL();
@@ -34037,10 +34037,10 @@ var init_Axios = __esm({
34037
34037
  }
34038
34038
  });
34039
34039
 
34040
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/cancel/CancelToken.js
34040
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/cancel/CancelToken.js
34041
34041
  var CancelToken, CancelToken_default;
34042
34042
  var init_CancelToken = __esm({
34043
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/cancel/CancelToken.js"() {
34043
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/cancel/CancelToken.js"() {
34044
34044
  "use strict";
34045
34045
  init_CanceledError();
34046
34046
  CancelToken = class _CancelToken {
@@ -34143,33 +34143,33 @@ var init_CancelToken = __esm({
34143
34143
  }
34144
34144
  });
34145
34145
 
34146
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/spread.js
34146
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/spread.js
34147
34147
  function spread(callback) {
34148
34148
  return function wrap(arr) {
34149
34149
  return callback.apply(null, arr);
34150
34150
  };
34151
34151
  }
34152
34152
  var init_spread = __esm({
34153
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/spread.js"() {
34153
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/spread.js"() {
34154
34154
  "use strict";
34155
34155
  }
34156
34156
  });
34157
34157
 
34158
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/isAxiosError.js
34158
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/isAxiosError.js
34159
34159
  function isAxiosError(payload) {
34160
34160
  return utils_default.isObject(payload) && payload.isAxiosError === true;
34161
34161
  }
34162
34162
  var init_isAxiosError = __esm({
34163
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/isAxiosError.js"() {
34163
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/isAxiosError.js"() {
34164
34164
  "use strict";
34165
34165
  init_utils();
34166
34166
  }
34167
34167
  });
34168
34168
 
34169
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/HttpStatusCode.js
34169
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/HttpStatusCode.js
34170
34170
  var HttpStatusCode, HttpStatusCode_default;
34171
34171
  var init_HttpStatusCode = __esm({
34172
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/helpers/HttpStatusCode.js"() {
34172
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/HttpStatusCode.js"() {
34173
34173
  "use strict";
34174
34174
  HttpStatusCode = {
34175
34175
  Continue: 100,
@@ -34243,7 +34243,7 @@ var init_HttpStatusCode = __esm({
34243
34243
  }
34244
34244
  });
34245
34245
 
34246
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/axios.js
34246
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/axios.js
34247
34247
  function createInstance(defaultConfig) {
34248
34248
  const context = new Axios_default(defaultConfig);
34249
34249
  const instance = bind(Axios_default.prototype.request, context);
@@ -34256,7 +34256,7 @@ function createInstance(defaultConfig) {
34256
34256
  }
34257
34257
  var axios, axios_default;
34258
34258
  var init_axios = __esm({
34259
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/lib/axios.js"() {
34259
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/axios.js"() {
34260
34260
  "use strict";
34261
34261
  init_utils();
34262
34262
  init_bind();
@@ -34299,10 +34299,10 @@ var init_axios = __esm({
34299
34299
  }
34300
34300
  });
34301
34301
 
34302
- // ../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/index.js
34302
+ // ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/index.js
34303
34303
  var Axios2, AxiosError2, CanceledError2, isCancel2, CancelToken2, VERSION2, all2, Cancel, isAxiosError2, spread2, toFormData2, AxiosHeaders2, HttpStatusCode2, formToJSON, getAdapter, mergeConfig2;
34304
34304
  var init_axios2 = __esm({
34305
- "../../../node_modules/.pnpm/axios@1.7.8_debug@4.3.7/node_modules/axios/index.js"() {
34305
+ "../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/index.js"() {
34306
34306
  "use strict";
34307
34307
  init_axios();
34308
34308
  ({
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.63.1",
18
+ "version": "2.63.3",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -45,10 +45,10 @@
45
45
  "jest": "^29",
46
46
  "ts-node": "^10.9.1",
47
47
  "typescript": "^5",
48
- "@modern-js/plugin-i18n": "2.63.1",
49
- "@scripts/build": "2.63.1",
50
- "@modern-js/upgrade-generator": "3.7.7",
51
- "@scripts/jest-config": "2.63.1"
48
+ "@modern-js/plugin-i18n": "2.63.3",
49
+ "@modern-js/upgrade-generator": "3.7.9",
50
+ "@scripts/build": "2.63.3",
51
+ "@scripts/jest-config": "2.63.3"
52
52
  },
53
53
  "sideEffects": false,
54
54
  "publishConfig": {