@socketsecurity/lib 5.11.2 → 5.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -263,7 +263,7 @@ var require_update_workspaces = __commonJS({
263
263
  var require_debug = __commonJS({
264
264
  "node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js"(exports2, module2) {
265
265
  "use strict";
266
- var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => void 0 : () => {
266
+ var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
267
267
  };
268
268
  module2.exports = debug;
269
269
  }
@@ -917,7 +917,7 @@ var require_commonjs = __commonJS({
917
917
  var warned = /* @__PURE__ */ new Set();
918
918
  var PROCESS = typeof process === "object" && !!process ? process : {};
919
919
  var emitWarning = /* @__PURE__ */ __name((msg, type, code, fn) => {
920
- typeof PROCESS.emitWarning === "function" ? PROCESS.emitWarning(msg, type, code, fn) : void 0;
920
+ typeof PROCESS.emitWarning === "function" ? PROCESS.emitWarning(msg, type, code, fn) : console.error(`[${code}] ${type}: ${msg}`);
921
921
  }, "emitWarning");
922
922
  var AC = globalThis.AbortController;
923
923
  var AS = globalThis.AbortSignal;
@@ -3931,7 +3931,7 @@ var require_commonjs2 = __commonJS({
3931
3931
  this.parseNegate();
3932
3932
  this.globSet = [...new Set(this.braceExpand())];
3933
3933
  if (options.debug) {
3934
- this.debug = (...args) => void 0;
3934
+ this.debug = (...args) => console.error(...args);
3935
3935
  }
3936
3936
  this.debug(this.pattern, this.globSet);
3937
3937
  const rawGlobParts = this.globSet.map((s) => this.slashSplit(s));
@@ -10684,9 +10684,11 @@ var require_retry_operation = __commonJS({
10684
10684
  this._fn(this._attempts);
10685
10685
  };
10686
10686
  RetryOperation.prototype.try = function(fn) {
10687
+ /* @__PURE__ */ console.log("Using RetryOperation.try() is deprecated");
10687
10688
  this.attempt(fn);
10688
10689
  };
10689
10690
  RetryOperation.prototype.start = function(fn) {
10691
+ /* @__PURE__ */ console.log("Using RetryOperation.start() is deprecated");
10690
10692
  this.attempt(fn);
10691
10693
  };
10692
10694
  RetryOperation.prototype.start = RetryOperation.prototype.try;
@@ -22168,9 +22170,9 @@ var require_index_min = __commonJS({
22168
22170
  }
22169
22171
  });
22170
22172
 
22171
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/protected.js
22173
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/protected.js
22172
22174
  var require_protected = __commonJS({
22173
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/protected.js"(exports2, module2) {
22175
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/protected.js"(exports2, module2) {
22174
22176
  module2.exports = {
22175
22177
  cacheFetches: Symbol.for("pacote.Fetcher._cacheFetches"),
22176
22178
  readPackageJson: Symbol.for("package.Fetcher._readPackageJson"),
@@ -22179,9 +22181,9 @@ var require_protected = __commonJS({
22179
22181
  }
22180
22182
  });
22181
22183
 
22182
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/cache-dir.js
22184
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/cache-dir.js
22183
22185
  var require_cache_dir = __commonJS({
22184
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/cache-dir.js"(exports2, module2) {
22186
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/cache-dir.js"(exports2, module2) {
22185
22187
  var { resolve } = require("node:path");
22186
22188
  var { tmpdir, homedir } = require("node:os");
22187
22189
  module2.exports = (fakePlatform = false) => {
@@ -22199,9 +22201,9 @@ var require_cache_dir = __commonJS({
22199
22201
  }
22200
22202
  });
22201
22203
 
22202
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/is-package-bin.js
22204
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/is-package-bin.js
22203
22205
  var require_is_package_bin = __commonJS({
22204
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/is-package-bin.js"(exports2, module2) {
22206
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/is-package-bin.js"(exports2, module2) {
22205
22207
  var binObj = /* @__PURE__ */ __name((name, bin) => typeof bin === "string" ? { [name]: bin } : bin, "binObj");
22206
22208
  var hasBin = /* @__PURE__ */ __name((pkg, path) => {
22207
22209
  const bin = binObj(pkg.name, pkg.bin);
@@ -22217,9 +22219,9 @@ var require_is_package_bin = __commonJS({
22217
22219
  }
22218
22220
  });
22219
22221
 
22220
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/trailing-slashes.js
22222
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/trailing-slashes.js
22221
22223
  var require_trailing_slashes = __commonJS({
22222
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/trailing-slashes.js"(exports2, module2) {
22224
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/trailing-slashes.js"(exports2, module2) {
22223
22225
  var removeTrailingSlashes = /* @__PURE__ */ __name((input) => {
22224
22226
  let output = input;
22225
22227
  while (output.endsWith("/")) {
@@ -22813,9 +22815,9 @@ var require_lib21 = __commonJS({
22813
22815
  }
22814
22816
  });
22815
22817
 
22816
- // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/set-path.js
22818
+ // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/set-path.js
22817
22819
  var require_set_path = __commonJS({
22818
- "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/set-path.js"(exports2, module2) {
22820
+ "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/set-path.js"(exports2, module2) {
22819
22821
  var { resolve, dirname, delimiter } = require("path");
22820
22822
  var nodeGypPath = resolve(__dirname, "../lib/node-gyp-bin");
22821
22823
  var setPATH = /* @__PURE__ */ __name((projectPath, binPaths, env2) => {
@@ -22844,9 +22846,9 @@ var require_set_path = __commonJS({
22844
22846
  }
22845
22847
  });
22846
22848
 
22847
- // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/make-spawn-args.js
22849
+ // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/make-spawn-args.js
22848
22850
  var require_make_spawn_args = __commonJS({
22849
- "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/make-spawn-args.js"(exports2, module2) {
22851
+ "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/make-spawn-args.js"(exports2, module2) {
22850
22852
  var setPATH = require_set_path();
22851
22853
  var { resolve } = require("path");
22852
22854
  var npm_config_node_gyp;
@@ -22892,9 +22894,9 @@ var require_make_spawn_args = __commonJS({
22892
22894
  }
22893
22895
  });
22894
22896
 
22895
- // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/package-envs.js
22897
+ // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/package-envs.js
22896
22898
  var require_package_envs = __commonJS({
22897
- "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/package-envs.js"(exports2, module2) {
22899
+ "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/package-envs.js"(exports2, module2) {
22898
22900
  var packageEnvs = /* @__PURE__ */ __name((vals, prefix, env2 = {}) => {
22899
22901
  for (const [key, val] of Object.entries(vals)) {
22900
22902
  if (val === void 0) {
@@ -22942,9 +22944,9 @@ var require_lib22 = __commonJS({
22942
22944
  }
22943
22945
  });
22944
22946
 
22945
- // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/signal-manager.js
22947
+ // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/signal-manager.js
22946
22948
  var require_signal_manager = __commonJS({
22947
- "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/signal-manager.js"(exports2, module2) {
22949
+ "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/signal-manager.js"(exports2, module2) {
22948
22950
  var runningProcs = /* @__PURE__ */ new Set();
22949
22951
  var handlersInstalled = false;
22950
22952
  var forwardedSignals = [
@@ -22988,9 +22990,9 @@ var require_signal_manager = __commonJS({
22988
22990
  }
22989
22991
  });
22990
22992
 
22991
- // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/is-server-package.js
22993
+ // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/is-server-package.js
22992
22994
  var require_is_server_package = __commonJS({
22993
- "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/is-server-package.js"(exports2, module2) {
22995
+ "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/is-server-package.js"(exports2, module2) {
22994
22996
  var { stat } = require("node:fs/promises");
22995
22997
  var { resolve } = require("node:path");
22996
22998
  module2.exports = async (path) => {
@@ -23004,9 +23006,9 @@ var require_is_server_package = __commonJS({
23004
23006
  }
23005
23007
  });
23006
23008
 
23007
- // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/run-script-pkg.js
23009
+ // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/run-script-pkg.js
23008
23010
  var require_run_script_pkg = __commonJS({
23009
- "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/run-script-pkg.js"(exports2, module2) {
23011
+ "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/run-script-pkg.js"(exports2, module2) {
23010
23012
  var makeSpawnArgs = require_make_spawn_args();
23011
23013
  var promiseSpawn = require_lib5();
23012
23014
  var packageEnvs = require_package_envs();
@@ -23106,9 +23108,9 @@ var require_run_script_pkg = __commonJS({
23106
23108
  }
23107
23109
  });
23108
23110
 
23109
- // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/validate-options.js
23111
+ // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/validate-options.js
23110
23112
  var require_validate_options = __commonJS({
23111
- "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/validate-options.js"(exports2, module2) {
23113
+ "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/validate-options.js"(exports2, module2) {
23112
23114
  var validateOptions = /* @__PURE__ */ __name((options) => {
23113
23115
  if (typeof options !== "object" || !options) {
23114
23116
  throw new TypeError("invalid options object provided to runScript");
@@ -23148,9 +23150,9 @@ var require_validate_options = __commonJS({
23148
23150
  }
23149
23151
  });
23150
23152
 
23151
- // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/run-script.js
23153
+ // node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/run-script.js
23152
23154
  var require_run_script = __commonJS({
23153
- "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_823407c2010af3cd617f6b6b36b9d000/node_modules/@npmcli/run-script/lib/run-script.js"(exports2, module2) {
23155
+ "node_modules/.pnpm/@npmcli+run-script@10.0.0_patch_hash=65d59a7c4dd7b00f1c218cbcf97d78fe2f462f2e048de4a22b_132738c317cf48b93eacff806f571587/node_modules/@npmcli/run-script/lib/run-script.js"(exports2, module2) {
23154
23156
  var PackageJson = require_lib11();
23155
23157
  var runScriptPkg = require_run_script_pkg();
23156
23158
  var validateOptions = require_validate_options();
@@ -23167,9 +23169,9 @@ var require_run_script = __commonJS({
23167
23169
  }
23168
23170
  });
23169
23171
 
23170
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/file.js
23172
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/file.js
23171
23173
  var require_file = __commonJS({
23172
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/file.js"(exports2, module2) {
23174
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/file.js"(exports2, module2) {
23173
23175
  var { resolve } = require("node:path");
23174
23176
  var { stat, chmod } = require("node:fs/promises");
23175
23177
  var cacache2 = require_lib17();
@@ -23243,9 +23245,9 @@ var require_file = __commonJS({
23243
23245
  }
23244
23246
  });
23245
23247
 
23246
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/tar-create-options.js
23248
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/tar-create-options.js
23247
23249
  var require_tar_create_options = __commonJS({
23248
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/tar-create-options.js"(exports2, module2) {
23250
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/tar-create-options.js"(exports2, module2) {
23249
23251
  var isPackageBin = require_is_package_bin();
23250
23252
  var tarCreateOptions = /* @__PURE__ */ __name((manifest) => ({
23251
23253
  cwd: manifest._resolved,
@@ -23276,9 +23278,9 @@ var require_tar_create_options = __commonJS({
23276
23278
  }
23277
23279
  });
23278
23280
 
23279
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/dir.js
23281
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/dir.js
23280
23282
  var require_dir = __commonJS({
23281
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/dir.js"(exports2, module2) {
23283
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/dir.js"(exports2, module2) {
23282
23284
  var { resolve } = require("node:path");
23283
23285
  var packlist = require_lib21();
23284
23286
  var runScript = require_run_script();
@@ -23365,9 +23367,9 @@ var require_dir = __commonJS({
23365
23367
  }
23366
23368
  });
23367
23369
 
23368
- // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/errors.js
23370
+ // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/errors.js
23369
23371
  var require_errors3 = __commonJS({
23370
- "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/errors.js"(exports2, module2) {
23372
+ "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/errors.js"(exports2, module2) {
23371
23373
  "use strict";
23372
23374
  var { URL: URL2 } = require("node:url");
23373
23375
  function packageName(href) {
@@ -25276,9 +25278,9 @@ var require_lib23 = __commonJS({
25276
25278
  }
25277
25279
  });
25278
25280
 
25279
- // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/package.json
25281
+ // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/package.json
25280
25282
  var require_package3 = __commonJS({
25281
- "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/package.json"(exports2, module2) {
25283
+ "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/package.json"(exports2, module2) {
25282
25284
  module2.exports = {
25283
25285
  name: "npm-registry-fetch",
25284
25286
  version: "19.1.1",
@@ -25350,9 +25352,9 @@ var require_package3 = __commonJS({
25350
25352
  }
25351
25353
  });
25352
25354
 
25353
- // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/default-opts.js
25355
+ // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/default-opts.js
25354
25356
  var require_default_opts = __commonJS({
25355
- "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/default-opts.js"(exports2, module2) {
25357
+ "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/default-opts.js"(exports2, module2) {
25356
25358
  var pkg = require_package3();
25357
25359
  module2.exports = {
25358
25360
  maxSockets: 12,
@@ -25632,9 +25634,9 @@ var require_lib24 = __commonJS({
25632
25634
  }
25633
25635
  });
25634
25636
 
25635
- // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/check-response.js
25637
+ // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/check-response.js
25636
25638
  var require_check_response = __commonJS({
25637
- "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/check-response.js"(exports2, module2) {
25639
+ "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/check-response.js"(exports2, module2) {
25638
25640
  "use strict";
25639
25641
  var errors = require_errors3();
25640
25642
  var { Response } = require_lib23();
@@ -25740,9 +25742,9 @@ More info here: ${moreInfoUrl}`);
25740
25742
  }
25741
25743
  });
25742
25744
 
25743
- // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/auth.js
25745
+ // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/auth.js
25744
25746
  var require_auth = __commonJS({
25745
- "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/auth.js"(exports2, module2) {
25747
+ "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/auth.js"(exports2, module2) {
25746
25748
  "use strict";
25747
25749
  var fs = require("fs");
25748
25750
  var npa = require_npa();
@@ -25892,9 +25894,9 @@ var require_auth = __commonJS({
25892
25894
  }
25893
25895
  });
25894
25896
 
25895
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/options.js
25897
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/options.js
25896
25898
  var require_options2 = __commonJS({
25897
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/options.js"(exports2, module2) {
25899
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/options.js"(exports2, module2) {
25898
25900
  var dns = require("dns");
25899
25901
  var conditionalHeaders = [
25900
25902
  "if-modified-since",
@@ -27144,9 +27146,9 @@ var require_negotiator = __commonJS({
27144
27146
  }
27145
27147
  });
27146
27148
 
27147
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/policy.js
27149
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/policy.js
27148
27150
  var require_policy = __commonJS({
27149
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/policy.js"(exports2, module2) {
27151
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/policy.js"(exports2, module2) {
27150
27152
  var CacheSemantics = require_http_cache_semantics();
27151
27153
  var Negotiator = require_negotiator();
27152
27154
  var ssri = require_lib12();
@@ -27269,9 +27271,9 @@ var require_policy = __commonJS({
27269
27271
  }
27270
27272
  });
27271
27273
 
27272
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/errors.js
27274
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/errors.js
27273
27275
  var require_errors4 = __commonJS({
27274
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/errors.js"(exports2, module2) {
27276
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/errors.js"(exports2, module2) {
27275
27277
  var NotCachedError = class extends Error {
27276
27278
  static {
27277
27279
  __name(this, "NotCachedError");
@@ -27287,9 +27289,9 @@ var require_errors4 = __commonJS({
27287
27289
  }
27288
27290
  });
27289
27291
 
27290
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/pipeline.js
27292
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/pipeline.js
27291
27293
  var require_pipeline = __commonJS({
27292
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/pipeline.js"(exports2, module2) {
27294
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/pipeline.js"(exports2, module2) {
27293
27295
  "use strict";
27294
27296
  var MinipassPipeline = require_minipass_pipeline();
27295
27297
  var CachingMinipassPipeline = class extends MinipassPipeline {
@@ -27322,9 +27324,9 @@ var require_pipeline = __commonJS({
27322
27324
  }
27323
27325
  });
27324
27326
 
27325
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/key.js
27327
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/key.js
27326
27328
  var require_key = __commonJS({
27327
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/key.js"(exports2, module2) {
27329
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/key.js"(exports2, module2) {
27328
27330
  var { URL: URL2, format } = require("url");
27329
27331
  var formatOptions = {
27330
27332
  auth: false,
@@ -27340,9 +27342,9 @@ var require_key = __commonJS({
27340
27342
  }
27341
27343
  });
27342
27344
 
27343
- // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/dns.js
27345
+ // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/dns.js
27344
27346
  var require_dns = __commonJS({
27345
- "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/dns.js"(exports2, module2) {
27347
+ "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/dns.js"(exports2, module2) {
27346
27348
  "use strict";
27347
27349
  var { LRUCache } = require_commonjs();
27348
27350
  var dns = require("dns");
@@ -27388,9 +27390,9 @@ var require_dns = __commonJS({
27388
27390
  }
27389
27391
  });
27390
27392
 
27391
- // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/options.js
27393
+ // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/options.js
27392
27394
  var require_options3 = __commonJS({
27393
- "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/options.js"(exports2, module2) {
27395
+ "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/options.js"(exports2, module2) {
27394
27396
  "use strict";
27395
27397
  var dns = require_dns();
27396
27398
  var normalizeOptions = /* @__PURE__ */ __name((opts) => {
@@ -27591,9 +27593,9 @@ var require_ms = __commonJS({
27591
27593
  }
27592
27594
  });
27593
27595
 
27594
- // node_modules/.pnpm/debug@4.4.3_supports-color@10.0.0/node_modules/debug/src/common.js
27596
+ // node_modules/.pnpm/debug@4.4.3_supports-color@10.2.2/node_modules/debug/src/common.js
27595
27597
  var require_common = __commonJS({
27596
- "node_modules/.pnpm/debug@4.4.3_supports-color@10.0.0/node_modules/debug/src/common.js"(exports2, module2) {
27598
+ "node_modules/.pnpm/debug@4.4.3_supports-color@10.2.2/node_modules/debug/src/common.js"(exports2, module2) {
27597
27599
  function setup(env2) {
27598
27600
  createDebug.debug = createDebug;
27599
27601
  createDebug.default = createDebug;
@@ -27768,6 +27770,7 @@ var require_common = __commonJS({
27768
27770
  }
27769
27771
  __name(coerce, "coerce");
27770
27772
  function destroy() {
27773
+ /* @__PURE__ */ console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");
27771
27774
  }
27772
27775
  __name(destroy, "destroy");
27773
27776
  createDebug.enable(createDebug.load());
@@ -27778,9 +27781,9 @@ var require_common = __commonJS({
27778
27781
  }
27779
27782
  });
27780
27783
 
27781
- // node_modules/.pnpm/debug@4.4.3_supports-color@10.0.0/node_modules/debug/src/browser.js
27784
+ // node_modules/.pnpm/debug@4.4.3_supports-color@10.2.2/node_modules/debug/src/browser.js
27782
27785
  var require_browser = __commonJS({
27783
- "node_modules/.pnpm/debug@4.4.3_supports-color@10.0.0/node_modules/debug/src/browser.js"(exports2, module2) {
27786
+ "node_modules/.pnpm/debug@4.4.3_supports-color@10.2.2/node_modules/debug/src/browser.js"(exports2, module2) {
27784
27787
  exports2.formatArgs = formatArgs;
27785
27788
  exports2.save = save;
27786
27789
  exports2.load = load;
@@ -27791,6 +27794,7 @@ var require_browser = __commonJS({
27791
27794
  return () => {
27792
27795
  if (!warned) {
27793
27796
  warned = true;
27797
+ /* @__PURE__ */ console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");
27794
27798
  }
27795
27799
  };
27796
27800
  })();
@@ -27951,7 +27955,7 @@ var require_browser = __commonJS({
27951
27955
  }
27952
27956
  });
27953
27957
 
27954
- // node_modules/.pnpm/supports-color@10.0.0/node_modules/supports-color/index.js
27958
+ // node_modules/.pnpm/supports-color@10.2.2/node_modules/supports-color/index.js
27955
27959
  var supports_color_exports = {};
27956
27960
  __export(supports_color_exports, {
27957
27961
  createSupportsColor: () => createSupportsColor,
@@ -28045,6 +28049,12 @@ function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
28045
28049
  if (env.TERM === "xterm-kitty") {
28046
28050
  return 3;
28047
28051
  }
28052
+ if (env.TERM === "xterm-ghostty") {
28053
+ return 3;
28054
+ }
28055
+ if (env.TERM === "wezterm") {
28056
+ return 3;
28057
+ }
28048
28058
  if ("TERM_PROGRAM" in env) {
28049
28059
  const version = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
28050
28060
  switch (env.TERM_PROGRAM) {
@@ -28076,7 +28086,7 @@ function createSupportsColor(stream, options = {}) {
28076
28086
  }
28077
28087
  var import_node_process, import_node_os, import_node_tty, env, flagForceColor, supportsColor, supports_color_default;
28078
28088
  var init_supports_color = __esm({
28079
- "node_modules/.pnpm/supports-color@10.0.0/node_modules/supports-color/index.js"() {
28089
+ "node_modules/.pnpm/supports-color@10.2.2/node_modules/supports-color/index.js"() {
28080
28090
  import_node_process = __toESM(require("node:process"), 1);
28081
28091
  import_node_os = __toESM(require("node:os"), 1);
28082
28092
  import_node_tty = __toESM(require("node:tty"), 1);
@@ -28099,9 +28109,9 @@ var init_supports_color = __esm({
28099
28109
  }
28100
28110
  });
28101
28111
 
28102
- // node_modules/.pnpm/debug@4.4.3_supports-color@10.0.0/node_modules/debug/src/node.js
28112
+ // node_modules/.pnpm/debug@4.4.3_supports-color@10.2.2/node_modules/debug/src/node.js
28103
28113
  var require_node2 = __commonJS({
28104
- "node_modules/.pnpm/debug@4.4.3_supports-color@10.0.0/node_modules/debug/src/node.js"(exports2, module2) {
28114
+ "node_modules/.pnpm/debug@4.4.3_supports-color@10.2.2/node_modules/debug/src/node.js"(exports2, module2) {
28105
28115
  var tty2 = require("tty");
28106
28116
  var util = require("util");
28107
28117
  exports2.init = init;
@@ -28280,9 +28290,9 @@ var require_node2 = __commonJS({
28280
28290
  }
28281
28291
  });
28282
28292
 
28283
- // node_modules/.pnpm/debug@4.4.3_supports-color@10.0.0/node_modules/debug/src/index.js
28293
+ // node_modules/.pnpm/debug@4.4.3_supports-color@10.2.2/node_modules/debug/src/index.js
28284
28294
  var require_src = __commonJS({
28285
- "node_modules/.pnpm/debug@4.4.3_supports-color@10.0.0/node_modules/debug/src/index.js"(exports2, module2) {
28295
+ "node_modules/.pnpm/debug@4.4.3_supports-color@10.2.2/node_modules/debug/src/index.js"(exports2, module2) {
28286
28296
  if (typeof process === "undefined" || process.type === "renderer" || false || process.__nwjs) {
28287
28297
  module2.exports = require_browser();
28288
28298
  } else {
@@ -28523,9 +28533,9 @@ var require_dist = __commonJS({
28523
28533
  }
28524
28534
  });
28525
28535
 
28526
- // node_modules/.pnpm/http-proxy-agent@7.0.2_supports-color@10.0.0/node_modules/http-proxy-agent/dist/index.js
28536
+ // node_modules/.pnpm/http-proxy-agent@7.0.2_supports-color@10.2.2/node_modules/http-proxy-agent/dist/index.js
28527
28537
  var require_dist2 = __commonJS({
28528
- "node_modules/.pnpm/http-proxy-agent@7.0.2_supports-color@10.0.0/node_modules/http-proxy-agent/dist/index.js"(exports2) {
28538
+ "node_modules/.pnpm/http-proxy-agent@7.0.2_supports-color@10.2.2/node_modules/http-proxy-agent/dist/index.js"(exports2) {
28529
28539
  "use strict";
28530
28540
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
28531
28541
  if (k2 === void 0) k2 = k;
@@ -28657,9 +28667,9 @@ var require_dist2 = __commonJS({
28657
28667
  }
28658
28668
  });
28659
28669
 
28660
- // node_modules/.pnpm/https-proxy-agent@7.0.6_supports-color@10.0.0/node_modules/https-proxy-agent/dist/parse-proxy-response.js
28670
+ // node_modules/.pnpm/https-proxy-agent@7.0.6_supports-color@10.2.2/node_modules/https-proxy-agent/dist/parse-proxy-response.js
28661
28671
  var require_parse_proxy_response = __commonJS({
28662
- "node_modules/.pnpm/https-proxy-agent@7.0.6_supports-color@10.0.0/node_modules/https-proxy-agent/dist/parse-proxy-response.js"(exports2) {
28672
+ "node_modules/.pnpm/https-proxy-agent@7.0.6_supports-color@10.2.2/node_modules/https-proxy-agent/dist/parse-proxy-response.js"(exports2) {
28663
28673
  "use strict";
28664
28674
  var __importDefault = exports2 && exports2.__importDefault || function(mod) {
28665
28675
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -28759,9 +28769,9 @@ var require_parse_proxy_response = __commonJS({
28759
28769
  }
28760
28770
  });
28761
28771
 
28762
- // node_modules/.pnpm/https-proxy-agent@7.0.6_supports-color@10.0.0/node_modules/https-proxy-agent/dist/index.js
28772
+ // node_modules/.pnpm/https-proxy-agent@7.0.6_supports-color@10.2.2/node_modules/https-proxy-agent/dist/index.js
28763
28773
  var require_dist3 = __commonJS({
28764
- "node_modules/.pnpm/https-proxy-agent@7.0.6_supports-color@10.0.0/node_modules/https-proxy-agent/dist/index.js"(exports2) {
28774
+ "node_modules/.pnpm/https-proxy-agent@7.0.6_supports-color@10.2.2/node_modules/https-proxy-agent/dist/index.js"(exports2) {
28765
28775
  "use strict";
28766
28776
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
28767
28777
  if (k2 === void 0) k2 = k;
@@ -32765,9 +32775,9 @@ var require_build = __commonJS({
32765
32775
  }
32766
32776
  });
32767
32777
 
32768
- // node_modules/.pnpm/socks-proxy-agent@8.0.5_supports-color@10.0.0/node_modules/socks-proxy-agent/dist/index.js
32778
+ // node_modules/.pnpm/socks-proxy-agent@8.0.5_supports-color@10.2.2/node_modules/socks-proxy-agent/dist/index.js
32769
32779
  var require_dist4 = __commonJS({
32770
- "node_modules/.pnpm/socks-proxy-agent@8.0.5_supports-color@10.0.0/node_modules/socks-proxy-agent/dist/index.js"(exports2) {
32780
+ "node_modules/.pnpm/socks-proxy-agent@8.0.5_supports-color@10.2.2/node_modules/socks-proxy-agent/dist/index.js"(exports2) {
32771
32781
  "use strict";
32772
32782
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
32773
32783
  if (k2 === void 0) k2 = k;
@@ -32963,9 +32973,9 @@ var require_dist4 = __commonJS({
32963
32973
  }
32964
32974
  });
32965
32975
 
32966
- // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/errors.js
32976
+ // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/errors.js
32967
32977
  var require_errors5 = __commonJS({
32968
- "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/errors.js"(exports2, module2) {
32978
+ "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/errors.js"(exports2, module2) {
32969
32979
  "use strict";
32970
32980
  var InvalidProxyProtocolError = class extends Error {
32971
32981
  static {
@@ -33039,9 +33049,9 @@ var require_errors5 = __commonJS({
33039
33049
  }
33040
33050
  });
33041
33051
 
33042
- // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/proxy.js
33052
+ // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/proxy.js
33043
33053
  var require_proxy = __commonJS({
33044
- "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/proxy.js"(exports2, module2) {
33054
+ "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/proxy.js"(exports2, module2) {
33045
33055
  "use strict";
33046
33056
  var { HttpProxyAgent } = require_dist2();
33047
33057
  var { HttpsProxyAgent } = require_dist3();
@@ -33111,9 +33121,9 @@ var require_proxy = __commonJS({
33111
33121
  }
33112
33122
  });
33113
33123
 
33114
- // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/agents.js
33124
+ // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/agents.js
33115
33125
  var require_agents = __commonJS({
33116
- "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/agents.js"(exports2, module2) {
33126
+ "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/agents.js"(exports2, module2) {
33117
33127
  "use strict";
33118
33128
  var net = require("net");
33119
33129
  var tls = require("tls");
@@ -33277,9 +33287,9 @@ var require_agents = __commonJS({
33277
33287
  }
33278
33288
  });
33279
33289
 
33280
- // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/index.js
33290
+ // node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/index.js
33281
33291
  var require_lib25 = __commonJS({
33282
- "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.0.0/node_modules/@npmcli/agent/lib/index.js"(exports2, module2) {
33292
+ "node_modules/.pnpm/@npmcli+agent@4.0.0_supports-color@10.2.2/node_modules/@npmcli/agent/lib/index.js"(exports2, module2) {
33283
33293
  "use strict";
33284
33294
  var { LRUCache } = require_commonjs();
33285
33295
  var { normalizeOptions, cacheOptions } = require_options3();
@@ -33328,9 +33338,9 @@ var require_lib25 = __commonJS({
33328
33338
  }
33329
33339
  });
33330
33340
 
33331
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/package.json
33341
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/package.json
33332
33342
  var require_package4 = __commonJS({
33333
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/package.json"(exports2, module2) {
33343
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/package.json"(exports2, module2) {
33334
33344
  module2.exports = {
33335
33345
  name: "make-fetch-happen",
33336
33346
  version: "15.0.2",
@@ -33408,9 +33418,9 @@ var require_package4 = __commonJS({
33408
33418
  }
33409
33419
  });
33410
33420
 
33411
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/remote.js
33421
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/remote.js
33412
33422
  var require_remote = __commonJS({
33413
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/remote.js"(exports2, module2) {
33423
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/remote.js"(exports2, module2) {
33414
33424
  var { Minipass } = require_commonjs3();
33415
33425
  var fetch = require_lib23();
33416
33426
  var promiseRetry = require_promise_retry();
@@ -33507,9 +33517,9 @@ var require_remote = __commonJS({
33507
33517
  }
33508
33518
  });
33509
33519
 
33510
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/entry.js
33520
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/entry.js
33511
33521
  var require_entry = __commonJS({
33512
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/entry.js"(exports2, module2) {
33522
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/entry.js"(exports2, module2) {
33513
33523
  var { Request, Response } = require_lib23();
33514
33524
  var { Minipass } = require_commonjs3();
33515
33525
  var MinipassFlush = require_minipass_flush();
@@ -33855,9 +33865,9 @@ var require_entry = __commonJS({
33855
33865
  }
33856
33866
  });
33857
33867
 
33858
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/index.js
33868
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/index.js
33859
33869
  var require_cache = __commonJS({
33860
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/index.js"(exports2, module2) {
33870
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/index.js"(exports2, module2) {
33861
33871
  var { NotCachedError } = require_errors4();
33862
33872
  var CacheEntry = require_entry();
33863
33873
  var remote = require_remote();
@@ -33890,9 +33900,9 @@ var require_cache = __commonJS({
33890
33900
  }
33891
33901
  });
33892
33902
 
33893
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/fetch.js
33903
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/fetch.js
33894
33904
  var require_fetch = __commonJS({
33895
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/fetch.js"(exports2, module2) {
33905
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/fetch.js"(exports2, module2) {
33896
33906
  "use strict";
33897
33907
  var { FetchError, Request, isRedirect } = require_lib23();
33898
33908
  var url = require("url");
@@ -33968,9 +33978,9 @@ var require_fetch = __commonJS({
33968
33978
  }
33969
33979
  });
33970
33980
 
33971
- // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/index.js
33981
+ // node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/index.js
33972
33982
  var require_lib26 = __commonJS({
33973
- "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.0.0/node_modules/make-fetch-happen/lib/index.js"(exports2, module2) {
33983
+ "node_modules/.pnpm/make-fetch-happen@15.0.2_supports-color@10.2.2/node_modules/make-fetch-happen/lib/index.js"(exports2, module2) {
33974
33984
  var { FetchError, Headers, Request, Response } = require_lib23();
33975
33985
  var configureOptions = require_options2();
33976
33986
  var fetch = require_fetch();
@@ -34484,9 +34494,9 @@ var require_jsonparse = __commonJS({
34484
34494
  }
34485
34495
  });
34486
34496
 
34487
- // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/json-stream.js
34497
+ // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/json-stream.js
34488
34498
  var require_json_stream = __commonJS({
34489
- "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/json-stream.js"(exports2, module2) {
34499
+ "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/json-stream.js"(exports2, module2) {
34490
34500
  var Parser = require_jsonparse();
34491
34501
  var { Minipass } = require_commonjs3();
34492
34502
  var JSONStreamError = class extends Error {
@@ -34675,9 +34685,9 @@ var require_json_stream = __commonJS({
34675
34685
  }
34676
34686
  });
34677
34687
 
34678
- // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/index.js
34688
+ // node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/index.js
34679
34689
  var require_lib27 = __commonJS({
34680
- "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.0.0/node_modules/npm-registry-fetch/lib/index.js"(exports2, module2) {
34690
+ "node_modules/.pnpm/npm-registry-fetch@19.1.1_supports-color@10.2.2/node_modules/npm-registry-fetch/lib/index.js"(exports2, module2) {
34681
34691
  "use strict";
34682
34692
  var { HttpErrorAuthOTP } = require_errors3();
34683
34693
  var checkResponse = require_check_response();
@@ -34877,9 +34887,9 @@ var require_lib27 = __commonJS({
34877
34887
  }
34878
34888
  });
34879
34889
 
34880
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/package.json
34890
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/package.json
34881
34891
  var require_package5 = __commonJS({
34882
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/package.json"(exports2, module2) {
34892
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/package.json"(exports2, module2) {
34883
34893
  module2.exports = {
34884
34894
  name: "pacote",
34885
34895
  version: "21.0.1",
@@ -34963,9 +34973,9 @@ var require_package5 = __commonJS({
34963
34973
  }
34964
34974
  });
34965
34975
 
34966
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/remote.js
34976
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/remote.js
34967
34977
  var require_remote2 = __commonJS({
34968
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/remote.js"(exports2, module2) {
34978
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/remote.js"(exports2, module2) {
34969
34979
  var fetch = require_lib27();
34970
34980
  var { Minipass } = require_commonjs3();
34971
34981
  var Fetcher = require_fetcher2();
@@ -35043,9 +35053,9 @@ var require_remote2 = __commonJS({
35043
35053
  }
35044
35054
  });
35045
35055
 
35046
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/add-git-sha.js
35056
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/add-git-sha.js
35047
35057
  var require_add_git_sha = __commonJS({
35048
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/add-git-sha.js"(exports2, module2) {
35058
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/add-git-sha.js"(exports2, module2) {
35049
35059
  var addGitSha = /* @__PURE__ */ __name((spec, sha) => {
35050
35060
  if (spec.hosted) {
35051
35061
  const h = spec.hosted;
@@ -35060,9 +35070,9 @@ var require_add_git_sha = __commonJS({
35060
35070
  }
35061
35071
  });
35062
35072
 
35063
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/npm.js
35073
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/npm.js
35064
35074
  var require_npm = __commonJS({
35065
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/util/npm.js"(exports2, module2) {
35075
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/util/npm.js"(exports2, module2) {
35066
35076
  var spawn = require_lib5();
35067
35077
  module2.exports = (npmBin, npmCommand, cwd, env2, extra) => {
35068
35078
  const isJS = npmBin.endsWith(".js");
@@ -35073,9 +35083,9 @@ var require_npm = __commonJS({
35073
35083
  }
35074
35084
  });
35075
35085
 
35076
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/git.js
35086
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/git.js
35077
35087
  var require_git = __commonJS({
35078
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/git.js"(exports2, module2) {
35088
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/git.js"(exports2, module2) {
35079
35089
  var cacache2 = require_lib17();
35080
35090
  var git = require_lib10();
35081
35091
  var npa = require_npa();
@@ -38666,9 +38676,9 @@ var require_dist7 = __commonJS({
38666
38676
  }
38667
38677
  });
38668
38678
 
38669
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/util/oidc.js
38679
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/util/oidc.js
38670
38680
  var require_oidc = __commonJS({
38671
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/util/oidc.js"(exports2) {
38681
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/util/oidc.js"(exports2) {
38672
38682
  "use strict";
38673
38683
  Object.defineProperty(exports2, "__esModule", { value: true });
38674
38684
  exports2.extractJWTSubject = extractJWTSubject;
@@ -38692,9 +38702,9 @@ var require_oidc = __commonJS({
38692
38702
  }
38693
38703
  });
38694
38704
 
38695
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/package.json
38705
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/package.json
38696
38706
  var require_package6 = __commonJS({
38697
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/package.json"(exports2, module2) {
38707
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/package.json"(exports2, module2) {
38698
38708
  module2.exports = {
38699
38709
  name: "@sigstore/sign",
38700
38710
  version: "4.1.0",
@@ -38744,9 +38754,9 @@ var require_package6 = __commonJS({
38744
38754
  }
38745
38755
  });
38746
38756
 
38747
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/util/ua.js
38757
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/util/ua.js
38748
38758
  var require_ua = __commonJS({
38749
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/util/ua.js"(exports2) {
38759
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/util/ua.js"(exports2) {
38750
38760
  "use strict";
38751
38761
  var __importDefault = exports2 && exports2.__importDefault || function(mod) {
38752
38762
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -38765,9 +38775,9 @@ var require_ua = __commonJS({
38765
38775
  }
38766
38776
  });
38767
38777
 
38768
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/util/index.js
38778
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/util/index.js
38769
38779
  var require_util2 = __commonJS({
38770
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/util/index.js"(exports2) {
38780
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/util/index.js"(exports2) {
38771
38781
  "use strict";
38772
38782
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
38773
38783
  if (k2 === void 0) k2 = k;
@@ -38829,9 +38839,9 @@ var require_util2 = __commonJS({
38829
38839
  }
38830
38840
  });
38831
38841
 
38832
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/base.js
38842
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/base.js
38833
38843
  var require_base = __commonJS({
38834
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/base.js"(exports2) {
38844
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/base.js"(exports2) {
38835
38845
  "use strict";
38836
38846
  Object.defineProperty(exports2, "__esModule", { value: true });
38837
38847
  exports2.BaseBundleBuilder = void 0;
@@ -38882,9 +38892,9 @@ var require_base = __commonJS({
38882
38892
  }
38883
38893
  });
38884
38894
 
38885
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/bundle.js
38895
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/bundle.js
38886
38896
  var require_bundle2 = __commonJS({
38887
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/bundle.js"(exports2) {
38897
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/bundle.js"(exports2) {
38888
38898
  "use strict";
38889
38899
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
38890
38900
  if (k2 === void 0) k2 = k;
@@ -38953,9 +38963,9 @@ var require_bundle2 = __commonJS({
38953
38963
  }
38954
38964
  });
38955
38965
 
38956
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/dsse.js
38966
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/dsse.js
38957
38967
  var require_dsse2 = __commonJS({
38958
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/dsse.js"(exports2) {
38968
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/dsse.js"(exports2) {
38959
38969
  "use strict";
38960
38970
  Object.defineProperty(exports2, "__esModule", { value: true });
38961
38971
  exports2.DSSEBundleBuilder = void 0;
@@ -38993,9 +39003,9 @@ var require_dsse2 = __commonJS({
38993
39003
  }
38994
39004
  });
38995
39005
 
38996
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/message.js
39006
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/message.js
38997
39007
  var require_message = __commonJS({
38998
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/message.js"(exports2) {
39008
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/message.js"(exports2) {
38999
39009
  "use strict";
39000
39010
  Object.defineProperty(exports2, "__esModule", { value: true });
39001
39011
  exports2.MessageSignatureBundleBuilder = void 0;
@@ -39016,9 +39026,9 @@ var require_message = __commonJS({
39016
39026
  }
39017
39027
  });
39018
39028
 
39019
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/index.js
39029
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/index.js
39020
39030
  var require_bundler = __commonJS({
39021
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/bundler/index.js"(exports2) {
39031
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/bundler/index.js"(exports2) {
39022
39032
  "use strict";
39023
39033
  Object.defineProperty(exports2, "__esModule", { value: true });
39024
39034
  exports2.MessageSignatureBundleBuilder = exports2.DSSEBundleBuilder = void 0;
@@ -39033,9 +39043,9 @@ var require_bundler = __commonJS({
39033
39043
  }
39034
39044
  });
39035
39045
 
39036
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/error.js
39046
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/error.js
39037
39047
  var require_error4 = __commonJS({
39038
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/error.js"(exports2) {
39048
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/error.js"(exports2) {
39039
39049
  "use strict";
39040
39050
  Object.defineProperty(exports2, "__esModule", { value: true });
39041
39051
  exports2.HTTPError = void 0;
@@ -39055,9 +39065,9 @@ var require_error4 = __commonJS({
39055
39065
  }
39056
39066
  });
39057
39067
 
39058
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/error.js
39068
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/error.js
39059
39069
  var require_error5 = __commonJS({
39060
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/error.js"(exports2) {
39070
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/error.js"(exports2) {
39061
39071
  "use strict";
39062
39072
  Object.defineProperty(exports2, "__esModule", { value: true });
39063
39073
  exports2.InternalError = void 0;
@@ -39091,9 +39101,9 @@ var require_error5 = __commonJS({
39091
39101
  }
39092
39102
  });
39093
39103
 
39094
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/options.js
39104
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/options.js
39095
39105
  var require_options4 = __commonJS({
39096
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/options.js"(exports2, module2) {
39106
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/options.js"(exports2, module2) {
39097
39107
  var dns = require("dns");
39098
39108
  var conditionalHeaders = [
39099
39109
  "if-modified-since",
@@ -39144,9 +39154,9 @@ var require_options4 = __commonJS({
39144
39154
  }
39145
39155
  });
39146
39156
 
39147
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/policy.js
39157
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/policy.js
39148
39158
  var require_policy2 = __commonJS({
39149
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/policy.js"(exports2, module2) {
39159
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/policy.js"(exports2, module2) {
39150
39160
  var CacheSemantics = require_http_cache_semantics();
39151
39161
  var Negotiator = require_negotiator();
39152
39162
  var ssri = require_lib12();
@@ -39269,9 +39279,9 @@ var require_policy2 = __commonJS({
39269
39279
  }
39270
39280
  });
39271
39281
 
39272
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/errors.js
39282
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/errors.js
39273
39283
  var require_errors6 = __commonJS({
39274
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/errors.js"(exports2, module2) {
39284
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/errors.js"(exports2, module2) {
39275
39285
  var NotCachedError = class extends Error {
39276
39286
  static {
39277
39287
  __name(this, "NotCachedError");
@@ -39287,9 +39297,9 @@ var require_errors6 = __commonJS({
39287
39297
  }
39288
39298
  });
39289
39299
 
39290
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/pipeline.js
39300
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/pipeline.js
39291
39301
  var require_pipeline2 = __commonJS({
39292
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/pipeline.js"(exports2, module2) {
39302
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/pipeline.js"(exports2, module2) {
39293
39303
  "use strict";
39294
39304
  var MinipassPipeline = require_minipass_pipeline();
39295
39305
  var CachingMinipassPipeline = class extends MinipassPipeline {
@@ -39322,9 +39332,9 @@ var require_pipeline2 = __commonJS({
39322
39332
  }
39323
39333
  });
39324
39334
 
39325
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/key.js
39335
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/key.js
39326
39336
  var require_key2 = __commonJS({
39327
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/key.js"(exports2, module2) {
39337
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/key.js"(exports2, module2) {
39328
39338
  var { URL: URL2, format } = require("url");
39329
39339
  var formatOptions = {
39330
39340
  auth: false,
@@ -39440,9 +39450,11 @@ var require_retry_operation2 = __commonJS({
39440
39450
  this._fn(this._attempts);
39441
39451
  };
39442
39452
  RetryOperation.prototype.try = function(fn) {
39453
+ /* @__PURE__ */ console.log("Using RetryOperation.try() is deprecated");
39443
39454
  this.attempt(fn);
39444
39455
  };
39445
39456
  RetryOperation.prototype.start = function(fn) {
39457
+ /* @__PURE__ */ console.log("Using RetryOperation.start() is deprecated");
39446
39458
  this.attempt(fn);
39447
39459
  };
39448
39460
  RetryOperation.prototype.start = RetryOperation.prototype.try;
@@ -39598,9 +39610,9 @@ var require_lib28 = __commonJS({
39598
39610
  }
39599
39611
  });
39600
39612
 
39601
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/package.json
39613
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/package.json
39602
39614
  var require_package7 = __commonJS({
39603
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/package.json"(exports2, module2) {
39615
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/package.json"(exports2, module2) {
39604
39616
  module2.exports = {
39605
39617
  name: "make-fetch-happen",
39606
39618
  version: "15.0.4",
@@ -39678,9 +39690,9 @@ var require_package7 = __commonJS({
39678
39690
  }
39679
39691
  });
39680
39692
 
39681
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/remote.js
39693
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/remote.js
39682
39694
  var require_remote3 = __commonJS({
39683
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/remote.js"(exports2, module2) {
39695
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/remote.js"(exports2, module2) {
39684
39696
  var { Minipass } = require_commonjs3();
39685
39697
  var fetch = require_lib23();
39686
39698
  var { promiseRetry } = require_lib28();
@@ -39777,9 +39789,9 @@ var require_remote3 = __commonJS({
39777
39789
  }
39778
39790
  });
39779
39791
 
39780
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/entry.js
39792
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/entry.js
39781
39793
  var require_entry2 = __commonJS({
39782
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/entry.js"(exports2, module2) {
39794
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/entry.js"(exports2, module2) {
39783
39795
  var { Request, Response } = require_lib23();
39784
39796
  var { Minipass } = require_commonjs3();
39785
39797
  var MinipassFlush = require_minipass_flush();
@@ -40125,9 +40137,9 @@ var require_entry2 = __commonJS({
40125
40137
  }
40126
40138
  });
40127
40139
 
40128
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/index.js
40140
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/index.js
40129
40141
  var require_cache2 = __commonJS({
40130
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/cache/index.js"(exports2, module2) {
40142
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/cache/index.js"(exports2, module2) {
40131
40143
  var { NotCachedError } = require_errors6();
40132
40144
  var CacheEntry = require_entry2();
40133
40145
  var remote = require_remote3();
@@ -40160,9 +40172,9 @@ var require_cache2 = __commonJS({
40160
40172
  }
40161
40173
  });
40162
40174
 
40163
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/fetch.js
40175
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/fetch.js
40164
40176
  var require_fetch2 = __commonJS({
40165
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/fetch.js"(exports2, module2) {
40177
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/fetch.js"(exports2, module2) {
40166
40178
  "use strict";
40167
40179
  var { FetchError, Request, isRedirect } = require_lib23();
40168
40180
  var url = require("url");
@@ -40238,9 +40250,9 @@ var require_fetch2 = __commonJS({
40238
40250
  }
40239
40251
  });
40240
40252
 
40241
- // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/index.js
40253
+ // node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/index.js
40242
40254
  var require_lib29 = __commonJS({
40243
- "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.0.0/node_modules/make-fetch-happen/lib/index.js"(exports2, module2) {
40255
+ "node_modules/.pnpm/make-fetch-happen@15.0.4_supports-color@10.2.2/node_modules/make-fetch-happen/lib/index.js"(exports2, module2) {
40244
40256
  var { FetchError, Headers, Request, Response } = require_lib23();
40245
40257
  var configureOptions = require_options4();
40246
40258
  var fetch = require_fetch2();
@@ -40277,9 +40289,9 @@ var require_lib29 = __commonJS({
40277
40289
  }
40278
40290
  });
40279
40291
 
40280
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/fetch.js
40292
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/fetch.js
40281
40293
  var require_fetch3 = __commonJS({
40282
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/fetch.js"(exports2) {
40294
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/fetch.js"(exports2) {
40283
40295
  "use strict";
40284
40296
  var __importDefault = exports2 && exports2.__importDefault || function(mod) {
40285
40297
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -40359,9 +40371,9 @@ var require_fetch3 = __commonJS({
40359
40371
  }
40360
40372
  });
40361
40373
 
40362
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/fulcio.js
40374
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/fulcio.js
40363
40375
  var require_fulcio = __commonJS({
40364
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/fulcio.js"(exports2) {
40376
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/fulcio.js"(exports2) {
40365
40377
  "use strict";
40366
40378
  Object.defineProperty(exports2, "__esModule", { value: true });
40367
40379
  exports2.Fulcio = void 0;
@@ -40392,9 +40404,9 @@ var require_fulcio = __commonJS({
40392
40404
  }
40393
40405
  });
40394
40406
 
40395
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js
40407
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js
40396
40408
  var require_ca = __commonJS({
40397
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js"(exports2) {
40409
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js"(exports2) {
40398
40410
  "use strict";
40399
40411
  Object.defineProperty(exports2, "__esModule", { value: true });
40400
40412
  exports2.CAClient = void 0;
@@ -40442,9 +40454,9 @@ var require_ca = __commonJS({
40442
40454
  }
40443
40455
  });
40444
40456
 
40445
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js
40457
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js
40446
40458
  var require_ephemeral = __commonJS({
40447
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js"(exports2) {
40459
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js"(exports2) {
40448
40460
  "use strict";
40449
40461
  Object.defineProperty(exports2, "__esModule", { value: true });
40450
40462
  exports2.EphemeralSigner = void 0;
@@ -40474,9 +40486,9 @@ var require_ephemeral = __commonJS({
40474
40486
  }
40475
40487
  });
40476
40488
 
40477
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/signer/fulcio/index.js
40489
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/signer/fulcio/index.js
40478
40490
  var require_fulcio2 = __commonJS({
40479
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/signer/fulcio/index.js"(exports2) {
40491
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/signer/fulcio/index.js"(exports2) {
40480
40492
  "use strict";
40481
40493
  Object.defineProperty(exports2, "__esModule", { value: true });
40482
40494
  exports2.FulcioSigner = exports2.DEFAULT_FULCIO_URL = void 0;
@@ -40546,9 +40558,9 @@ var require_fulcio2 = __commonJS({
40546
40558
  }
40547
40559
  });
40548
40560
 
40549
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/signer/index.js
40561
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/signer/index.js
40550
40562
  var require_signer = __commonJS({
40551
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/signer/index.js"(exports2) {
40563
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/signer/index.js"(exports2) {
40552
40564
  "use strict";
40553
40565
  Object.defineProperty(exports2, "__esModule", { value: true });
40554
40566
  exports2.FulcioSigner = exports2.DEFAULT_FULCIO_URL = void 0;
@@ -40562,9 +40574,9 @@ var require_signer = __commonJS({
40562
40574
  }
40563
40575
  });
40564
40576
 
40565
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/rekor.js
40577
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/rekor.js
40566
40578
  var require_rekor = __commonJS({
40567
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/rekor.js"(exports2) {
40579
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/rekor.js"(exports2) {
40568
40580
  "use strict";
40569
40581
  Object.defineProperty(exports2, "__esModule", { value: true });
40570
40582
  exports2.Rekor = void 0;
@@ -40916,9 +40928,9 @@ var require_v2 = __commonJS({
40916
40928
  }
40917
40929
  });
40918
40930
 
40919
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/rekor-v2.js
40931
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/rekor-v2.js
40920
40932
  var require_rekor_v2 = __commonJS({
40921
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/rekor-v2.js"(exports2) {
40933
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/rekor-v2.js"(exports2) {
40922
40934
  "use strict";
40923
40935
  Object.defineProperty(exports2, "__esModule", { value: true });
40924
40936
  exports2.RekorV2 = void 0;
@@ -40952,9 +40964,9 @@ var require_rekor_v2 = __commonJS({
40952
40964
  }
40953
40965
  });
40954
40966
 
40955
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tlog/client.js
40967
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tlog/client.js
40956
40968
  var require_client = __commonJS({
40957
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tlog/client.js"(exports2) {
40969
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tlog/client.js"(exports2) {
40958
40970
  "use strict";
40959
40971
  Object.defineProperty(exports2, "__esModule", { value: true });
40960
40972
  exports2.TLogV2Client = exports2.TLogClient = void 0;
@@ -41033,9 +41045,9 @@ var require_client = __commonJS({
41033
41045
  }
41034
41046
  });
41035
41047
 
41036
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tlog/entry.js
41048
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tlog/entry.js
41037
41049
  var require_entry4 = __commonJS({
41038
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tlog/entry.js"(exports2) {
41050
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tlog/entry.js"(exports2) {
41039
41051
  "use strict";
41040
41052
  Object.defineProperty(exports2, "__esModule", { value: true });
41041
41053
  exports2.toProposedEntry = toProposedEntry;
@@ -41198,9 +41210,9 @@ var require_entry4 = __commonJS({
41198
41210
  }
41199
41211
  });
41200
41212
 
41201
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tlog/index.js
41213
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tlog/index.js
41202
41214
  var require_tlog = __commonJS({
41203
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tlog/index.js"(exports2) {
41215
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tlog/index.js"(exports2) {
41204
41216
  "use strict";
41205
41217
  Object.defineProperty(exports2, "__esModule", { value: true });
41206
41218
  exports2.RekorWitness = exports2.DEFAULT_REKOR_URL = void 0;
@@ -41288,9 +41300,9 @@ var require_tlog = __commonJS({
41288
41300
  }
41289
41301
  });
41290
41302
 
41291
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/tsa.js
41303
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/tsa.js
41292
41304
  var require_tsa = __commonJS({
41293
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/external/tsa.js"(exports2) {
41305
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/external/tsa.js"(exports2) {
41294
41306
  "use strict";
41295
41307
  Object.defineProperty(exports2, "__esModule", { value: true });
41296
41308
  exports2.TimestampAuthority = void 0;
@@ -41321,9 +41333,9 @@ var require_tsa = __commonJS({
41321
41333
  }
41322
41334
  });
41323
41335
 
41324
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tsa/client.js
41336
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tsa/client.js
41325
41337
  var require_client2 = __commonJS({
41326
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tsa/client.js"(exports2) {
41338
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tsa/client.js"(exports2) {
41327
41339
  "use strict";
41328
41340
  Object.defineProperty(exports2, "__esModule", { value: true });
41329
41341
  exports2.TSAClient = void 0;
@@ -41359,9 +41371,9 @@ var require_client2 = __commonJS({
41359
41371
  }
41360
41372
  });
41361
41373
 
41362
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tsa/index.js
41374
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tsa/index.js
41363
41375
  var require_tsa2 = __commonJS({
41364
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/tsa/index.js"(exports2) {
41376
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/tsa/index.js"(exports2) {
41365
41377
  "use strict";
41366
41378
  Object.defineProperty(exports2, "__esModule", { value: true });
41367
41379
  exports2.TSAWitness = void 0;
@@ -41399,9 +41411,9 @@ var require_tsa2 = __commonJS({
41399
41411
  }
41400
41412
  });
41401
41413
 
41402
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/index.js
41414
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/index.js
41403
41415
  var require_witness = __commonJS({
41404
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/witness/index.js"(exports2) {
41416
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/witness/index.js"(exports2) {
41405
41417
  "use strict";
41406
41418
  Object.defineProperty(exports2, "__esModule", { value: true });
41407
41419
  exports2.TSAWitness = exports2.RekorWitness = exports2.DEFAULT_REKOR_URL = void 0;
@@ -41419,9 +41431,9 @@ var require_witness = __commonJS({
41419
41431
  }
41420
41432
  });
41421
41433
 
41422
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/config.js
41434
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/config.js
41423
41435
  var require_config = __commonJS({
41424
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/config.js"(exports2) {
41436
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/config.js"(exports2) {
41425
41437
  "use strict";
41426
41438
  Object.defineProperty(exports2, "__esModule", { value: true });
41427
41439
  exports2.bundleBuilderFromSigningConfig = bundleBuilderFromSigningConfig;
@@ -41545,9 +41557,9 @@ var require_config = __commonJS({
41545
41557
  }
41546
41558
  });
41547
41559
 
41548
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/identity/ci.js
41560
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/identity/ci.js
41549
41561
  var require_ci = __commonJS({
41550
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/identity/ci.js"(exports2) {
41562
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/identity/ci.js"(exports2) {
41551
41563
  "use strict";
41552
41564
  var __importDefault = exports2 && exports2.__importDefault || function(mod) {
41553
41565
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -41598,9 +41610,9 @@ var require_ci = __commonJS({
41598
41610
  }
41599
41611
  });
41600
41612
 
41601
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/identity/index.js
41613
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/identity/index.js
41602
41614
  var require_identity = __commonJS({
41603
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/identity/index.js"(exports2) {
41615
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/identity/index.js"(exports2) {
41604
41616
  "use strict";
41605
41617
  Object.defineProperty(exports2, "__esModule", { value: true });
41606
41618
  exports2.CIContextProvider = void 0;
@@ -41611,9 +41623,9 @@ var require_identity = __commonJS({
41611
41623
  }
41612
41624
  });
41613
41625
 
41614
- // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/index.js
41626
+ // node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/index.js
41615
41627
  var require_dist8 = __commonJS({
41616
- "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.0.0/node_modules/@sigstore/sign/dist/index.js"(exports2) {
41628
+ "node_modules/.pnpm/@sigstore+sign@4.1.0_patch_hash=cdf99454490d44e78fde33563611c0bf50da7f256a239c94d3eb7af6c7d205fa_supports-color@10.2.2/node_modules/@sigstore/sign/dist/index.js"(exports2) {
41617
41629
  "use strict";
41618
41630
  Object.defineProperty(exports2, "__esModule", { value: true });
41619
41631
  exports2.TSAWitness = exports2.RekorWitness = exports2.DEFAULT_REKOR_URL = exports2.FulcioSigner = exports2.DEFAULT_FULCIO_URL = exports2.CIContextProvider = exports2.InternalError = exports2.bundleBuilderFromSigningConfig = exports2.MessageSignatureBundleBuilder = exports2.DSSEBundleBuilder = void 0;
@@ -41656,9 +41668,9 @@ var require_dist8 = __commonJS({
41656
41668
  }
41657
41669
  });
41658
41670
 
41659
- // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/appdata.js
41671
+ // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/appdata.js
41660
41672
  var require_appdata = __commonJS({
41661
- "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/appdata.js"(exports2) {
41673
+ "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/appdata.js"(exports2) {
41662
41674
  "use strict";
41663
41675
  var __importDefault = exports2 && exports2.__importDefault || function(mod) {
41664
41676
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -43428,9 +43440,9 @@ var require_dist9 = __commonJS({
43428
43440
  }
43429
43441
  });
43430
43442
 
43431
- // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/error.js
43443
+ // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/error.js
43432
43444
  var require_error7 = __commonJS({
43433
- "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/error.js"(exports2) {
43445
+ "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/error.js"(exports2) {
43434
43446
  "use strict";
43435
43447
  Object.defineProperty(exports2, "__esModule", { value: true });
43436
43448
  exports2.DownloadHTTPError = exports2.DownloadLengthMismatchError = exports2.DownloadError = exports2.ExpiredMetadataError = exports2.EqualVersionError = exports2.BadVersionError = exports2.RepositoryError = exports2.PersistError = exports2.RuntimeError = exports2.ValueError = void 0;
@@ -43502,9 +43514,9 @@ var require_error7 = __commonJS({
43502
43514
  }
43503
43515
  });
43504
43516
 
43505
- // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/utils/tmpfile.js
43517
+ // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/utils/tmpfile.js
43506
43518
  var require_tmpfile = __commonJS({
43507
- "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/utils/tmpfile.js"(exports2) {
43519
+ "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/utils/tmpfile.js"(exports2) {
43508
43520
  "use strict";
43509
43521
  var __importDefault = exports2 && exports2.__importDefault || function(mod) {
43510
43522
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -43528,9 +43540,9 @@ var require_tmpfile = __commonJS({
43528
43540
  }
43529
43541
  });
43530
43542
 
43531
- // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/fetcher.js
43543
+ // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/fetcher.js
43532
43544
  var require_fetcher = __commonJS({
43533
- "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/fetcher.js"(exports2) {
43545
+ "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/fetcher.js"(exports2) {
43534
43546
  "use strict";
43535
43547
  var __importDefault = exports2 && exports2.__importDefault || function(mod) {
43536
43548
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -43627,9 +43639,9 @@ var require_fetcher = __commonJS({
43627
43639
  }
43628
43640
  });
43629
43641
 
43630
- // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/package.json
43642
+ // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/package.json
43631
43643
  var require_package8 = __commonJS({
43632
- "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/package.json"(exports2, module2) {
43644
+ "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/package.json"(exports2, module2) {
43633
43645
  module2.exports = {
43634
43646
  name: "tuf-js",
43635
43647
  version: "4.1.0",
@@ -43676,9 +43688,9 @@ var require_package8 = __commonJS({
43676
43688
  }
43677
43689
  });
43678
43690
 
43679
- // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/config.js
43691
+ // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/config.js
43680
43692
  var require_config2 = __commonJS({
43681
- "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/config.js"(exports2) {
43693
+ "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/config.js"(exports2) {
43682
43694
  "use strict";
43683
43695
  Object.defineProperty(exports2, "__esModule", { value: true });
43684
43696
  exports2.defaultConfig = void 0;
@@ -43703,9 +43715,9 @@ var require_config2 = __commonJS({
43703
43715
  }
43704
43716
  });
43705
43717
 
43706
- // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/store.js
43718
+ // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/store.js
43707
43719
  var require_store = __commonJS({
43708
- "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/store.js"(exports2) {
43720
+ "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/store.js"(exports2) {
43709
43721
  "use strict";
43710
43722
  Object.defineProperty(exports2, "__esModule", { value: true });
43711
43723
  exports2.TrustedMetadataStore = void 0;
@@ -43884,9 +43896,9 @@ var require_store = __commonJS({
43884
43896
  }
43885
43897
  });
43886
43898
 
43887
- // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/utils/url.js
43899
+ // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/utils/url.js
43888
43900
  var require_url = __commonJS({
43889
- "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/utils/url.js"(exports2) {
43901
+ "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/utils/url.js"(exports2) {
43890
43902
  "use strict";
43891
43903
  Object.defineProperty(exports2, "__esModule", { value: true });
43892
43904
  exports2.join = join;
@@ -43906,9 +43918,9 @@ var require_url = __commonJS({
43906
43918
  }
43907
43919
  });
43908
43920
 
43909
- // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/updater.js
43921
+ // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/updater.js
43910
43922
  var require_updater = __commonJS({
43911
- "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/updater.js"(exports2) {
43923
+ "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/updater.js"(exports2) {
43912
43924
  "use strict";
43913
43925
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
43914
43926
  if (k2 === void 0) k2 = k;
@@ -44221,9 +44233,9 @@ var require_updater = __commonJS({
44221
44233
  }
44222
44234
  });
44223
44235
 
44224
- // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/index.js
44236
+ // node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/index.js
44225
44237
  var require_dist10 = __commonJS({
44226
- "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.0.0/node_modules/tuf-js/dist/index.js"(exports2) {
44238
+ "node_modules/.pnpm/tuf-js@4.1.0_supports-color@10.2.2/node_modules/tuf-js/dist/index.js"(exports2) {
44227
44239
  "use strict";
44228
44240
  Object.defineProperty(exports2, "__esModule", { value: true });
44229
44241
  exports2.Updater = exports2.BaseFetcher = exports2.TargetFile = void 0;
@@ -44242,9 +44254,9 @@ var require_dist10 = __commonJS({
44242
44254
  }
44243
44255
  });
44244
44256
 
44245
- // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/package.json
44257
+ // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/package.json
44246
44258
  var require_package9 = __commonJS({
44247
- "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/package.json"(exports2, module2) {
44259
+ "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/package.json"(exports2, module2) {
44248
44260
  module2.exports = {
44249
44261
  name: "@sigstore/tuf",
44250
44262
  version: "4.0.1",
@@ -44289,9 +44301,9 @@ var require_package9 = __commonJS({
44289
44301
  }
44290
44302
  });
44291
44303
 
44292
- // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/error.js
44304
+ // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/error.js
44293
44305
  var require_error8 = __commonJS({
44294
- "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/error.js"(exports2) {
44306
+ "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/error.js"(exports2) {
44295
44307
  "use strict";
44296
44308
  Object.defineProperty(exports2, "__esModule", { value: true });
44297
44309
  exports2.TUFError = void 0;
@@ -44312,9 +44324,9 @@ var require_error8 = __commonJS({
44312
44324
  }
44313
44325
  });
44314
44326
 
44315
- // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/target.js
44327
+ // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/target.js
44316
44328
  var require_target = __commonJS({
44317
- "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/target.js"(exports2) {
44329
+ "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/target.js"(exports2) {
44318
44330
  "use strict";
44319
44331
  var __importDefault = exports2 && exports2.__importDefault || function(mod) {
44320
44332
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -44375,16 +44387,16 @@ var require_target = __commonJS({
44375
44387
  }
44376
44388
  });
44377
44389
 
44378
- // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/seeds.json
44390
+ // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/seeds.json
44379
44391
  var require_seeds = __commonJS({
44380
- "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/seeds.json"(exports2, module2) {
44392
+ "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/seeds.json"(exports2, module2) {
44381
44393
  module2.exports = { "https://tuf-repo-cdn.sigstore.dev": { "root.json": "ewogInNpZ25hdHVyZXMiOiBbCiAgewogICAia2V5aWQiOiAiNmYyNjAwODlkNTkyM2RhZjIwMTY2Y2E2NTdjNTQzYWY2MTgzNDZhYjk3MTg4NGE5OTk2MmIwMTk4OGJiZTBjMyIsCiAgICJzaWciOiAiIgogIH0sCiAgewogICAia2V5aWQiOiAiZTcxYTU0ZDU0MzgzNWJhODZhZGFkOTQ2MDM3OWM3NjQxZmI4NzI2ZDE2NGVhNzY2ODAxYTFjNTIyYWJhN2VhMiIsCiAgICJzaWciOiAiMzA0NTAyMjEwMGJiZGRkNDY0ZjgwNjZjZWI4OGJhNzg3Mzc1YzEyY2Q2MzMwNjgwZTA4YzI5MTA3MDNlNjUzOGM3MWNjNzlhZDIwMjIwNTE5MGIwNmU0NTM3ZmU5NjFiM2VmODFmZTY4ZWRjZDAwODljMTlmOTE5YWZlZDQyM2I5YWFmZDcwMDY0MTE1MyIKICB9LAogIHsKICAgImtleWlkIjogIjIyZjRjYWVjNmQ4ZTZmOTU1NWFmNjZiM2Q0YzNjYjA2YTNiYjIzZmRjN2UzOWM5MTZjNjFmNDYyZTZmNTJiMDYiLAogICAic2lnIjogIjMwNDQwMjIwNjkzMDZjZDUyNTdmNzMyYTc0MGMxYWZlNjBhOGU0MzNjNWRlNThlYWZlYWRiZTk5YzMzNmM5YzcxZDE5OGNmODAyMjAwZDc3Mzk1M2FlN2RiYzQ4ZDNlNWJhZDlhNmY2NGJhZmZmMTk2YjdlMmFkNGE1MmExOTUxOTM2N2Q0N2RjMDQyIgogIH0sCiAgewogICAia2V5aWQiOiAiNjE2NDM4MzgxMjViNDQwYjQwZGI2OTQyZjVjYjVhMzFjMGRjMDQzNjgzMTZlYjJhYWE1OGI5NTkwNGE1ODIyMiIsCiAgICJzaWciOiAiMzA0NDAyMjA0ZDIxYTJlYzgwZGY2NmU2MWY2ZmUyOTEyOTUxZGM0N2RmODM2MDM2ZjhjMGFiMTA4MTZkMzc1ZTcxZGJmNzllMDIyMDU0N2FkY2UxYWZkZjA0ZTY3OTRlZmEyMDNkZDUyNjRjNmY3ZTBlZjc4ZTU3ZmU5MzRiMGQyNmNiOTk0ZWVjNzYiCiAgfSwKICB7CiAgICJrZXlpZCI6ICJhNjg3ZTViZjRmYWI4MmIwZWU1OGQ0NmUwNWM5NTM1MTQ1YTJjOWFmYjQ1OGY0M2Q0MmI0NWNhMGZkY2UyYTcwIiwKICAgInNpZyI6ICIzMDQ1MDIyMDYwODI2NDk2NTU3MTQ0ZWIxNjQ5ODkzZWQ1ZjZmNGVhNTQ1MzZmZWIwY2E4MmY4Yjg5YWU2NDFiZTM5NzQzZTUwMjIxMDBhZDcxMThiNWU5ZDQ4MzczMjYyMDZlNDEyZmM2ZGEyOTk5OTI1ZDExMDMyOGE3YzE2NmIwNmM2MjQzMzZjOTNmIgogIH0sCiAgewogICAia2V5aWQiOiAiMTgzZTY0ZjM3NjcwZGMxM2NhMGQyODk5NWEzMDUzZjM3NDA5NTRkZGNlNDQzMjFhNDFlNDY1MzRjZjQ0ZTYzMiIsCiAgICJzaWciOiAiMzA0NjAyMjEwMGQ4MTc5NDM5YzJlNzNlYjBjMTczM2FiZWU3ZmFmODMyZGNhZWE3MjYzZWRjYjQ5MTk4OTFjM2EyNDdmMDU5MjMwMjIxMDBlMWE0MzdlMDc5N2U4MDNmOWI3MmRjOWQyZDkyMTU1YjBhMjI3MGMyNGVmZGQ1ZjRiM2E1ZDhmMGIwZjQzMWE3IgogIH0KIF0sCiAic2lnbmVkIjogewogICJfdHlwZSI6ICJyb290IiwKICAiY29uc2lzdGVudF9zbmFwc2hvdCI6IHRydWUsCiAgImV4cGlyZXMiOiAiMjAyNi0wMS0yMlQxMzowNTo1OVoiLAogICJrZXlzIjogewogICAiMGM4NzQzMmMzYmYwOWZkOTkxODlmZGMzMmZhNWVhZWRmNGU0YTVmYWM3YmFiNzNmYTA0YTJlMGZjNjRhZjZmNSI6IHsKICAgICJrZXlpZF9oYXNoX2FsZ29yaXRobXMiOiBbCiAgICAgInNoYTI1NiIsCiAgICAgInNoYTUxMiIKICAgIF0sCiAgICAia2V5dHlwZSI6ICJlY2RzYSIsCiAgICAia2V5dmFsIjogewogICAgICJwdWJsaWMiOiAiLS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS1cbk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVdSaUdyNStqKzNKNVNzSCtadHI1bkUySDJ3TzdcbkJWK25PM3M5M2dMY2ExOHFUT3pIWTFvV3lBR0R5a01Tc0dUVUJTdDlEK0FuMEtmS3NEMm1mU000MlE9PVxuLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tXG4iCiAgICB9LAogICAgInNjaGVtZSI6ICJlY2RzYS1zaGEyLW5pc3RwMjU2IiwKICAgICJ4LXR1Zi1vbi1jaS1vbmxpbmUtdXJpIjogImdjcGttczpwcm9qZWN0cy9zaWdzdG9yZS1yb290LXNpZ25pbmcvbG9jYXRpb25zL2dsb2JhbC9rZXlSaW5ncy9yb290L2NyeXB0b0tleXMvdGltZXN0YW1wL2NyeXB0b0tleVZlcnNpb25zLzEiCiAgIH0sCiAgICIxODNlNjRmMzc2NzBkYzEzY2EwZDI4OTk1YTMwNTNmMzc0MDk1NGRkY2U0NDMyMWE0MWU0NjUzNGNmNDRlNjMyIjogewogICAgImtleXR5cGUiOiAiZWNkc2EiLAogICAgImtleXZhbCI6IHsKICAgICAicHVibGljIjogIi0tLS0tQkVHSU4gUFVCTElDIEtFWS0tLS0tXG5NRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVNeHBQT0pDSVo1b3RHNDEwNmZHSnNlRVFpM1Y5XG5wa01ZUTR1eVY5VGoxTTdXSFhJeUxHK2prZnZ1RzBnbFExSlpiUlpaQlYzZ0FSNHNvamRHSElTZW93PT1cbi0tLS0tRU5EIFBVQkxJQyBLRVktLS0tLVxuIgogICAgfSwKICAgICJzY2hlbWUiOiAiZWNkc2Etc2hhMi1uaXN0cDI1NiIsCiAgICAieC10dWYtb24tY2kta2V5b3duZXIiOiAiQGxhbmNlIgogICB9LAogICAiMjJmNGNhZWM2ZDhlNmY5NTU1YWY2NmIzZDRjM2NiMDZhM2JiMjNmZGM3ZTM5YzkxNmM2MWY0NjJlNmY1MmIwNiI6IHsKICAgICJrZXlpZF9oYXNoX2FsZ29yaXRobXMiOiBbCiAgICAgInNoYTI1NiIsCiAgICAgInNoYTUxMiIKICAgIF0sCiAgICAia2V5dHlwZSI6ICJlY2RzYSIsCiAgICAia2V5dmFsIjogewogICAgICJwdWJsaWMiOiAiLS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS1cbk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRXpCelZPbUhDUG9qTVZMU0kzNjRXaWlWOE5QckRcbjZJZ1J4Vmxpc2t6L3YreTNKRVI1bWNWR2NPTmxpRGNXTUM1SjJsZkhtalBOUGhiNEg3eG04THpmU0E9PVxuLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tXG4iCiAgICB9LAogICAgInNjaGVtZSI6ICJlY2RzYS1zaGEyLW5pc3RwMjU2IiwKICAgICJ4LXR1Zi1vbi1jaS1rZXlvd25lciI6ICJAc2FudGlhZ290b3JyZXMiCiAgIH0sCiAgICI2MTY0MzgzODEyNWI0NDBiNDBkYjY5NDJmNWNiNWEzMWMwZGMwNDM2ODMxNmViMmFhYTU4Yjk1OTA0YTU4MjIyIjogewogICAgImtleWlkX2hhc2hfYWxnb3JpdGhtcyI6IFsKICAgICAic2hhMjU2IiwKICAgICAic2hhNTEyIgogICAgXSwKICAgICJrZXl0eXBlIjogImVjZHNhIiwKICAgICJrZXl2YWwiOiB7CiAgICAgInB1YmxpYyI6ICItLS0tLUJFR0lOIFBVQkxJQyBLRVktLS0tLVxuTUZrd0V3WUhLb1pJemowQ0FRWUlLb1pJemowREFRY0RRZ0FFaW5pa1NzQVFtWWtOZUg1ZVlxL0NuSXpMYWFjT1xueGxTYWF3UURPd3FLeS90Q3F4cTV4eFBTSmMyMUs0V0loczlHeU9rS2Z6dWVZM0dJTHpjTUpaNGNXdz09XG4tLS0tLUVORCBQVUJMSUMgS0VZLS0tLS1cbiIKICAgIH0sCiAgICAic2NoZW1lIjogImVjZHNhLXNoYTItbmlzdHAyNTYiLAogICAgIngtdHVmLW9uLWNpLWtleW93bmVyIjogIkBib2JjYWxsYXdheSIKICAgfSwKICAgImE2ODdlNWJmNGZhYjgyYjBlZTU4ZDQ2ZTA1Yzk1MzUxNDVhMmM5YWZiNDU4ZjQzZDQyYjQ1Y2EwZmRjZTJhNzAiOiB7CiAgICAia2V5aWRfaGFzaF9hbGdvcml0aG1zIjogWwogICAgICJzaGEyNTYiLAogICAgICJzaGE1MTIiCiAgICBdLAogICAgImtleXR5cGUiOiAiZWNkc2EiLAogICAgImtleXZhbCI6IHsKICAgICAicHVibGljIjogIi0tLS0tQkVHSU4gUFVCTElDIEtFWS0tLS0tXG5NRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUUwZ2hyaDkyTHcxWXIzaWRHVjVXcUN0TURCOEN4XG4rRDhoZEM0dzJaTE5JcGxWUm9WR0xza1lhM2doZU15T2ppSjhrUGkxNWFRMi8vN1Arb2o3VXZKUEd3PT1cbi0tLS0tRU5EIFBVQkxJQyBLRVktLS0tLVxuIgogICAgfSwKICAgICJzY2hlbWUiOiAiZWNkc2Etc2hhMi1uaXN0cDI1NiIsCiAgICAieC10dWYtb24tY2kta2V5b3duZXIiOiAiQGpvc2h1YWdsIgogICB9LAogICAiZTcxYTU0ZDU0MzgzNWJhODZhZGFkOTQ2MDM3OWM3NjQxZmI4NzI2ZDE2NGVhNzY2ODAxYTFjNTIyYWJhN2VhMiI6IHsKICAgICJrZXlpZF9oYXNoX2FsZ29yaXRobXMiOiBbCiAgICAgInNoYTI1NiIsCiAgICAgInNoYTUxMiIKICAgIF0sCiAgICAia2V5dHlwZSI6ICJlY2RzYSIsCiAgICAia2V5dmFsIjogewogICAgICJwdWJsaWMiOiAiLS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS1cbk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRUVYc3ozU1pYRmI4ak1WNDJqNnBKbHlqYmpSOEtcbk4zQndvY2V4cTZMTUliNXFzV0tPUXZMTjE2TlVlZkxjNEhzd09vdW1Sc1ZWYWFqU3BRUzZmb2JrUnc9PVxuLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tXG4iCiAgICB9LAogICAgInNjaGVtZSI6ICJlY2RzYS1zaGEyLW5pc3RwMjU2IiwKICAgICJ4LXR1Zi1vbi1jaS1rZXlvd25lciI6ICJAbW5tNjc4IgogICB9CiAgfSwKICAicm9sZXMiOiB7CiAgICJyb290IjogewogICAgImtleWlkcyI6IFsKICAgICAiZTcxYTU0ZDU0MzgzNWJhODZhZGFkOTQ2MDM3OWM3NjQxZmI4NzI2ZDE2NGVhNzY2ODAxYTFjNTIyYWJhN2VhMiIsCiAgICAgIjIyZjRjYWVjNmQ4ZTZmOTU1NWFmNjZiM2Q0YzNjYjA2YTNiYjIzZmRjN2UzOWM5MTZjNjFmNDYyZTZmNTJiMDYiLAogICAgICI2MTY0MzgzODEyNWI0NDBiNDBkYjY5NDJmNWNiNWEzMWMwZGMwNDM2ODMxNmViMmFhYTU4Yjk1OTA0YTU4MjIyIiwKICAgICAiYTY4N2U1YmY0ZmFiODJiMGVlNThkNDZlMDVjOTUzNTE0NWEyYzlhZmI0NThmNDNkNDJiNDVjYTBmZGNlMmE3MCIsCiAgICAgIjE4M2U2NGYzNzY3MGRjMTNjYTBkMjg5OTVhMzA1M2YzNzQwOTU0ZGRjZTQ0MzIxYTQxZTQ2NTM0Y2Y0NGU2MzIiCiAgICBdLAogICAgInRocmVzaG9sZCI6IDMKICAgfSwKICAgInNuYXBzaG90IjogewogICAgImtleWlkcyI6IFsKICAgICAiMGM4NzQzMmMzYmYwOWZkOTkxODlmZGMzMmZhNWVhZWRmNGU0YTVmYWM3YmFiNzNmYTA0YTJlMGZjNjRhZjZmNSIKICAgIF0sCiAgICAidGhyZXNob2xkIjogMSwKICAgICJ4LXR1Zi1vbi1jaS1leHBpcnktcGVyaW9kIjogMzY1MCwKICAgICJ4LXR1Zi1vbi1jaS1zaWduaW5nLXBlcmlvZCI6IDM2NQogICB9LAogICAidGFyZ2V0cyI6IHsKICAgICJrZXlpZHMiOiBbCiAgICAgImU3MWE1NGQ1NDM4MzViYTg2YWRhZDk0NjAzNzljNzY0MWZiODcyNmQxNjRlYTc2NjgwMWExYzUyMmFiYTdlYTIiLAogICAgICIyMmY0Y2FlYzZkOGU2Zjk1NTVhZjY2YjNkNGMzY2IwNmEzYmIyM2ZkYzdlMzljOTE2YzYxZjQ2MmU2ZjUyYjA2IiwKICAgICAiNjE2NDM4MzgxMjViNDQwYjQwZGI2OTQyZjVjYjVhMzFjMGRjMDQzNjgzMTZlYjJhYWE1OGI5NTkwNGE1ODIyMiIsCiAgICAgImE2ODdlNWJmNGZhYjgyYjBlZTU4ZDQ2ZTA1Yzk1MzUxNDVhMmM5YWZiNDU4ZjQzZDQyYjQ1Y2EwZmRjZTJhNzAiLAogICAgICIxODNlNjRmMzc2NzBkYzEzY2EwZDI4OTk1YTMwNTNmMzc0MDk1NGRkY2U0NDMyMWE0MWU0NjUzNGNmNDRlNjMyIgogICAgXSwKICAgICJ0aHJlc2hvbGQiOiAzCiAgIH0sCiAgICJ0aW1lc3RhbXAiOiB7CiAgICAia2V5aWRzIjogWwogICAgICIwYzg3NDMyYzNiZjA5ZmQ5OTE4OWZkYzMyZmE1ZWFlZGY0ZTRhNWZhYzdiYWI3M2ZhMDRhMmUwZmM2NGFmNmY1IgogICAgXSwKICAgICJ0aHJlc2hvbGQiOiAxLAogICAgIngtdHVmLW9uLWNpLWV4cGlyeS1wZXJpb2QiOiA3LAogICAgIngtdHVmLW9uLWNpLXNpZ25pbmctcGVyaW9kIjogNgogICB9CiAgfSwKICAic3BlY192ZXJzaW9uIjogIjEuMCIsCiAgInZlcnNpb24iOiAxMywKICAieC10dWYtb24tY2ktZXhwaXJ5LXBlcmlvZCI6IDE5NywKICAieC10dWYtb24tY2ktc2lnbmluZy1wZXJpb2QiOiA0NgogfQp9", targets: { "trusted_root.json": "ewogICJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLmRldi5zaWdzdG9yZS50cnVzdGVkcm9vdCtqc29uO3ZlcnNpb249MC4xIiwKICAidGxvZ3MiOiBbCiAgICB7CiAgICAgICJiYXNlVXJsIjogImh0dHBzOi8vcmVrb3Iuc2lnc3RvcmUuZGV2IiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUUyRzJZKzJ0YWJkVFY1QmNHaUJJeDBhOWZBRndya0JibUxTR3RrczRMM3FYNnlZWTB6dWZCbmhDOFVyL2l5NTVHaFdQLzlBL2JZMkxoQzMwTTkrUll0dz09IiwKICAgICAgICAia2V5RGV0YWlscyI6ICJQS0lYX0VDRFNBX1AyNTZfU0hBXzI1NiIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjEtMDEtMTJUMTE6NTM6MjdaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICJ3Tkk5YXRRR2x6K1ZXZk82TFJ5Z0g0UVVmWS84VzRSRndpVDVpNVdSZ0IwPSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhc2VVcmwiOiAiaHR0cHM6Ly9sb2cyMDI1LTEucmVrb3Iuc2lnc3RvcmUuZGV2IiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNQ293QlFZREsyVndBeUVBdDhybHAxa25Hd2pmYmNYQVlQWUFrbjBYaUx6MXg4TzR0MFlrRWhpZTI0ND0iLAogICAgICAgICJrZXlEZXRhaWxzIjogIlBLSVhfRUQyNTUxOSIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjUtMDktMjNUMDA6MDA6MDBaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICJ6eEdaRlZ2ZDBGRW1qUjhXckZ3TWRjQUo5dnRhWS9RWGY0NFkxd1VlUDZBPSIKICAgICAgfQogICAgfQogIF0sCiAgImNlcnRpZmljYXRlQXV0aG9yaXRpZXMiOiBbCiAgICB7CiAgICAgICJzdWJqZWN0IjogewogICAgICAgICJvcmdhbml6YXRpb24iOiAic2lnc3RvcmUuZGV2IiwKICAgICAgICAiY29tbW9uTmFtZSI6ICJzaWdzdG9yZSIKICAgICAgfSwKICAgICAgInVyaSI6ICJodHRwczovL2Z1bGNpby5zaWdzdG9yZS5kZXYiLAogICAgICAiY2VydENoYWluIjogewogICAgICAgICJjZXJ0aWZpY2F0ZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNSUlCK0RDQ0FYNmdBd0lCQWdJVE5Wa0Rab0Npb2ZQRHN5N2RmbTZnZUxidWh6QUtCZ2dxaGtqT1BRUURBekFxTVJVd0V3WURWUVFLRXd4emFXZHpkRzl5WlM1a1pYWXhFVEFQQmdOVkJBTVRDSE5wWjNOMGIzSmxNQjRYRFRJeE1ETXdOekF6TWpBeU9Wb1hEVE14TURJeU16QXpNakF5T1Zvd0tqRVZNQk1HQTFVRUNoTU1jMmxuYzNSdmNtVXVaR1YyTVJFd0R3WURWUVFERXdoemFXZHpkRzl5WlRCMk1CQUdCeXFHU000OUFnRUdCU3VCQkFBaUEySUFCTFN5QTdJaTVrK3BOTzhaRVdZMHlsZW1XRG93T2tOYTNrTCtHWkU1WjVHV2VoTDkvQTliUk5BM1JicnNaNWkwSmNhc3RhUkw3U3A1ZnAvakQ1ZHhxYy9VZFRWbmx2UzE2YW4rMllmc3dlL1F1TG9sUlVDcmNPRTIrMmlBNSt0emQ2Tm1NR1F3RGdZRFZSMFBBUUgvQkFRREFnRUdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUV3SFFZRFZSME9CQllFRk1qRkhRQkJtaVFwTWxFazZ3MnVTdTFLQnRQc01COEdBMVVkSXdRWU1CYUFGTWpGSFFCQm1pUXBNbEVrNncydVN1MUtCdFBzTUFvR0NDcUdTTTQ5QkFNREEyZ0FNR1VDTUg4bGlXSmZNdWk2dlhYQmhqRGdZNE13c2xtTi9USnhWZS84M1dyRm9td21OZjA1NnkxWDQ4RjljNG0zYTNvelhBSXhBS2pSYXk1L2FqL2pzS0tHSWttUWF0akk4dXVwSHIvK0N4RnZhSldtcFlxTmtMREdSVSs5b3J6aDVoSTJScmN1YVE9PSIKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0sCiAgICAgICJ2YWxpZEZvciI6IHsKICAgICAgICAic3RhcnQiOiAiMjAyMS0wMy0wN1QwMzoyMDoyOVoiLAogICAgICAgICJlbmQiOiAiMjAyMi0xMi0zMVQyMzo1OTo1OS45OTlaIgogICAgICB9CiAgICB9LAogICAgewogICAgICAic3ViamVjdCI6IHsKICAgICAgICAib3JnYW5pemF0aW9uIjogInNpZ3N0b3JlLmRldiIsCiAgICAgICAgImNvbW1vbk5hbWUiOiAic2lnc3RvcmUiCiAgICAgIH0sCiAgICAgICJ1cmkiOiAiaHR0cHM6Ly9mdWxjaW8uc2lnc3RvcmUuZGV2IiwKICAgICAgImNlcnRDaGFpbiI6IHsKICAgICAgICAiY2VydGlmaWNhdGVzIjogWwogICAgICAgICAgewogICAgICAgICAgICAicmF3Qnl0ZXMiOiAiTUlJQ0dqQ0NBYUdnQXdJQkFnSVVBTG5WaVZmblUwYnJKYXNtUmtIcm4vVW5mYVF3Q2dZSUtvWkl6ajBFQXdNd0tqRVZNQk1HQTFVRUNoTU1jMmxuYzNSdmNtVXVaR1YyTVJFd0R3WURWUVFERXdoemFXZHpkRzl5WlRBZUZ3MHlNakEwTVRNeU1EQTJNVFZhRncwek1URXdNRFV4TXpVMk5UaGFNRGN4RlRBVEJnTlZCQW9UREhOcFozTjBiM0psTG1SbGRqRWVNQndHQTFVRUF4TVZjMmxuYzNSdmNtVXRhVzUwWlhKdFpXUnBZWFJsTUhZd0VBWUhLb1pJemowQ0FRWUZLNEVFQUNJRFlnQUU4UlZTL3lzSCtOT3Z1RFp5UEladGlsZ1VGOU5sYXJZcEFkOUhQMXZCQkgxVTVDVjc3TFNTN3MwWmlING5FN0h2N3B0UzZMdnZSL1NUazc5OExWZ016TGxKNEhlSWZGM3RIU2FleExjWXBTQVNyMWtTME4vUmdCSnovOWpXQ2lYbm8zc3dlVEFPQmdOVkhROEJBZjhFQkFNQ0FRWXdFd1lEVlIwbEJBd3dDZ1lJS3dZQkJRVUhBd013RWdZRFZSMFRBUUgvQkFnd0JnRUIvd0lCQURBZEJnTlZIUTRFRmdRVTM5UHB6MVlrRVpiNXFOanBLRldpeGk0WVpEOHdId1lEVlIwakJCZ3dGb0FVV01BZVg1RkZwV2FwZXN5UW9aTWkwQ3JGeGZvd0NnWUlLb1pJemowRUF3TURad0F3WkFJd1BDc1FLNERZaVpZRFBJYURpNUhGS25meFh4NkFTU1ZtRVJmc3luWUJpWDJYNlNKUm5aVTg0LzlEWmRuRnZ2eG1BakJPdDZRcEJsYzRKLzBEeHZrVENxcGNsdnppTDZCQ0NQbmpkbElCM1B1M0J4c1BteWdVWTdJaTJ6YmRDZGxpaW93PSIKICAgICAgICAgIH0sCiAgICAgICAgICB7CiAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNSUlCOXpDQ0FYeWdBd0lCQWdJVUFMWk5BUEZkeEhQd2plRGxvRHd5WUNoQU8vNHdDZ1lJS29aSXpqMEVBd013S2pFVk1CTUdBMVVFQ2hNTWMybG5jM1J2Y21VdVpHVjJNUkV3RHdZRFZRUURFd2h6YVdkemRHOXlaVEFlRncweU1URXdNRGN4TXpVMk5UbGFGdzB6TVRFd01EVXhNelUyTlRoYU1Db3hGVEFUQmdOVkJBb1RESE5wWjNOMGIzSmxMbVJsZGpFUk1BOEdBMVVFQXhNSWMybG5jM1J2Y21Vd2RqQVFCZ2NxaGtqT1BRSUJCZ1VyZ1FRQUlnTmlBQVQ3WGVGVDRyYjNQUUd3UzRJYWp0TGszL09sbnBnYW5nYUJjbFlwc1lCcjVpKzR5bkIwN2NlYjNMUDBPSU9aZHhleFg2OWM1aVZ1eUpSUStIejA1eWkrVUYzdUJXQWxIcGlTNXNoMCtIMkdIRTdTWHJrMUVDNW0xVHIxOUw5Z2c5MmpZekJoTUE0R0ExVWREd0VCL3dRRUF3SUJCakFQQmdOVkhSTUJBZjhFQlRBREFRSC9NQjBHQTFVZERnUVdCQlJZd0I1ZmtVV2xacWw2ekpDaGt5TFFLc1hGK2pBZkJnTlZIU01FR0RBV2dCUll3QjVma1VXbFpxbDZ6SkNoa3lMUUtzWEYrakFLQmdncWhrak9QUVFEQXdOcEFEQm1BakVBajFuSGVYWnArMTNOV0JOYStFRHNEUDhHMVdXZzF0Q01XUC9XSFBxcGFWbzBqaHN3ZU5GWmdTczBlRTd3WUk0cUFqRUEyV0I5b3Q5OHNJa29GM3ZaWWRkMy9WdFdCNWI5VE5NZWE3SXgvc3RKNVRmY0xMZUFCTEU0Qk5KT3NRNHZuQkhKIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfSwKICAgICAgInZhbGlkRm9yIjogewogICAgICAgICJzdGFydCI6ICIyMDIyLTA0LTEzVDIwOjA2OjE1WiIKICAgICAgfQogICAgfQogIF0sCiAgImN0bG9ncyI6IFsKICAgIHsKICAgICAgImJhc2VVcmwiOiAiaHR0cHM6Ly9jdGZlLnNpZ3N0b3JlLmRldi90ZXN0IiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUViZndSK1JKdWRYc2NnUkJScEtYMVhGRHkzUHl1ZER4ei9TZm5SaTFmVDhla3BmQmQyTzF1b3o3anIzWjhuS3p4QTY5RVVRK2VGQ0ZJM3pldWJQV1U3dz09IiwKICAgICAgICAia2V5RGV0YWlscyI6ICJQS0lYX0VDRFNBX1AyNTZfU0hBXzI1NiIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjEtMDMtMTRUMDA6MDA6MDBaIiwKICAgICAgICAgICJlbmQiOiAiMjAyMi0xMC0zMVQyMzo1OTo1OS45OTlaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICJDR0NTOENoUy8yaEYwZEZySjRTY1JXY1lyQlk5d3pqU2JlYThJZ1kyYjNJPSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhc2VVcmwiOiAiaHR0cHM6Ly9jdGZlLnNpZ3N0b3JlLmRldi8yMDIyIiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVpUFNsRmkwQ21GVGZFakNVcUY5SHVDRWNZWE5LQWFZYWxJSm1CWjh5eWV6UGpUcWh4cktCcE1uYW9jVnRMSkJJMWVNM3VYblF6UUdBSmRKNGdzOUZ5dz09IiwKICAgICAgICAia2V5RGV0YWlscyI6ICJQS0lYX0VDRFNBX1AyNTZfU0hBXzI1NiIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjItMTAtMjBUMDA6MDA6MDBaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICIzVDB3YXNiSEVUSmpHUjRjbVdjM0FxSktYcmplUEszL2g0cHlnQzhwN280PSIKICAgICAgfQogICAgfQogIF0sCiAgInRpbWVzdGFtcEF1dGhvcml0aWVzIjogWwogICAgewogICAgICAic3ViamVjdCI6IHsKICAgICAgICAib3JnYW5pemF0aW9uIjogInNpZ3N0b3JlLmRldiIsCiAgICAgICAgImNvbW1vbk5hbWUiOiAic2lnc3RvcmUtdHNhLXNlbGZzaWduZWQiCiAgICAgIH0sCiAgICAgICJ1cmkiOiAiaHR0cHM6Ly90aW1lc3RhbXAuc2lnc3RvcmUuZGV2L2FwaS92MS90aW1lc3RhbXAiLAogICAgICAiY2VydENoYWluIjogewogICAgICAgICJjZXJ0aWZpY2F0ZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNSUlDRURDQ0FaYWdBd0lCQWdJVU9oTlVMd3lRWWU2OHdVTXZ5NHFPaXlvaml3d3dDZ1lJS29aSXpqMEVBd013T1RFVk1CTUdBMVVFQ2hNTWMybG5jM1J2Y21VdVpHVjJNU0F3SGdZRFZRUURFeGR6YVdkemRHOXlaUzEwYzJFdGMyVnNabk5wWjI1bFpEQWVGdzB5TlRBME1EZ3dOalU1TkROYUZ3MHpOVEEwTURZd05qVTVORE5hTUM0eEZUQVRCZ05WQkFvVERITnBaM04wYjNKbExtUmxkakVWTUJNR0ExVUVBeE1NYzJsbmMzUnZjbVV0ZEhOaE1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFNHJhMlo4aEtOaWcyVDlrRmpDQVRvR0czMGpreStXUXYzQnpMK21LdmgxU0tOUi9Vd3V3c2ZOQ2c0c3J5b1lBZDhFNmlzb3ZWQTNNNGFvTmRtOVFEaTUwWjhuVEV5dnFnZkRQdFRJd1hJdGZpVy9BRmYxVjd1d2tia0FvajB4eGNvMm93YURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SFFZRFZSME9CQllFRkluOWVVT0h6OUJsUnNNQ1JzY3NjMXQ5dE9zRE1COEdBMVVkSXdRWU1CYUFGSmpzQWU5L3UxSC8xSlVlYjRxSW1GTUhpYzYvTUJZR0ExVWRKUUVCL3dRTU1Bb0dDQ3NHQVFVRkJ3TUlNQW9HQ0NxR1NNNDlCQU1EQTJnQU1HVUNNRHRwc1YvNkthTzBxeUYvVU1zWDJhU1VYS1FGZG9HVHB0UUdjMGZ0cTFjc3VsSFBHRzZkc215TU5kM0pCK0czRVFJeEFPYWp2QmNqcEptS2I0TnYrMlRhb2o4VWM1K2I2aWg2RlhDQ0tyYVNxdXBlMDd6cXN3TWNYSlRlMWNFeHZIdnZsdz09IgogICAgICAgICAgfSwKICAgICAgICAgIHsKICAgICAgICAgICAgInJhd0J5dGVzIjogIk1JSUI5ekNDQVh5Z0F3SUJBZ0lVVjdmMEdMRE9vRXpJaDhMWFNXODBPSmlVcDE0d0NnWUlLb1pJemowRUF3TXdPVEVWTUJNR0ExVUVDaE1NYzJsbmMzUnZjbVV1WkdWMk1TQXdIZ1lEVlFRREV4ZHphV2R6ZEc5eVpTMTBjMkV0YzJWc1puTnBaMjVsWkRBZUZ3MHlOVEEwTURnd05qVTVORE5hRncwek5UQTBNRFl3TmpVNU5ETmFNRGt4RlRBVEJnTlZCQW9UREhOcFozTjBiM0psTG1SbGRqRWdNQjRHQTFVRUF4TVhjMmxuYzNSdmNtVXRkSE5oTFhObGJHWnphV2R1WldRd2RqQVFCZ2NxaGtqT1BRSUJCZ1VyZ1FRQUlnTmlBQVFVUU50ZlJUL291M1lBVGE2d0Iva0tUZTcwY2ZKd3lSSUJvdk1udDhSY0pwaC9DT0U4MnV5UzZGbXBwTExMMVZCUEdjUGZwUVBZSk5Yeld3aThpY3doS1E2Vy9RZTJoM29lYkJiMkZIcHdOSkRxbytUTWFDL3RkZmt2L0VsSkI3MmpSVEJETUE0R0ExVWREd0VCL3dRRUF3SUJCakFTQmdOVkhSTUJBZjhFQ0RBR0FRSC9BZ0VBTUIwR0ExVWREZ1FXQkJTWTdBSHZmN3RSLzlTVkhtK0tpSmhUQjRuT3Z6QUtCZ2dxaGtqT1BRUURBd05wQURCbUFqRUF3R0VHcmZHWlIxY2VuMVI4L0RUVk1JOTQzTHNzWm1KUnREcC9pN1NmR0htR1JQNmdSYnVqOXZPSzNiNjdaMFFRQWpFQXVUMkg2NzNMUUVhSFRjeVFTWnJrcDRtWDdXd2ttRitzVmJrWVk1bVhOK1JNSDEzS1VFSEhPcUFTYWVtWVdLL0UiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9LAogICAgICAidmFsaWRGb3IiOiB7CiAgICAgICAgInN0YXJ0IjogIjIwMjUtMDctMDRUMDA6MDA6MDBaIgogICAgICB9CiAgICB9CiAgXQp9Cg==", "registry.npmjs.org%2Fkeys.json": "ewogICAgImtleXMiOiBbCiAgICAgICAgewogICAgICAgICAgICAia2V5SWQiOiAiU0hBMjU2OmpsM2J3c3d1ODBQampva0NnaDBvMnc1YzJVNExoUUFFNTdnajljejFrekEiLAogICAgICAgICAgICAia2V5VXNhZ2UiOiAibnBtOnNpZ25hdHVyZXMiLAogICAgICAgICAgICAicHVibGljS2V5IjogewogICAgICAgICAgICAgICAgInJhd0J5dGVzIjogIk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRTFPbGIzek1BRkZ4WEtIaUlrUU81Y0ozWWhsNWk2VVBwK0lodXRlQkpidUhjQTVVb2dLbzBFV3RsV3dXNktTYUtvVE5FWUw3SmxDUWlWbmtoQmt0VWdnPT0iLAogICAgICAgICAgICAgICAgImtleURldGFpbHMiOiAiUEtJWF9FQ0RTQV9QMjU2X1NIQV8yNTYiLAogICAgICAgICAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgICAgICAgICAgICJzdGFydCI6ICIxOTk5LTAxLTAxVDAwOjAwOjAwLjAwMFoiLAogICAgICAgICAgICAgICAgICAgICJlbmQiOiAiMjAyNS0wMS0yOVQwMDowMDowMC4wMDBaIgogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAgICJrZXlJZCI6ICJTSEEyNTY6amwzYndzd3U4MFBqam9rQ2doMG8ydzVjMlU0TGhRQUU1N2dqOWN6MWt6QSIsCiAgICAgICAgICAgICJrZXlVc2FnZSI6ICJucG06YXR0ZXN0YXRpb25zIiwKICAgICAgICAgICAgInB1YmxpY0tleSI6IHsKICAgICAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUUxT2xiM3pNQUZGeFhLSGlJa1FPNWNKM1lobDVpNlVQcCtJaHV0ZUJKYnVIY0E1VW9nS28wRVd0bFd3VzZLU2FLb1RORVlMN0psQ1FpVm5raEJrdFVnZz09IiwKICAgICAgICAgICAgICAgICJrZXlEZXRhaWxzIjogIlBLSVhfRUNEU0FfUDI1Nl9TSEFfMjU2IiwKICAgICAgICAgICAgICAgICJ2YWxpZEZvciI6IHsKICAgICAgICAgICAgICAgICAgICAic3RhcnQiOiAiMjAyMi0xMi0wMVQwMDowMDowMC4wMDBaIiwKICAgICAgICAgICAgICAgICAgICAiZW5kIjogIjIwMjUtMDEtMjlUMDA6MDA6MDAuMDAwWiIKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgICAia2V5SWQiOiAiU0hBMjU2OkRoUTh3UjVBUEJ2RkhMRi8rVGMrQVl2UE9kVHBjSURxT2h4c0JIUndDN1UiLAogICAgICAgICAgICAia2V5VXNhZ2UiOiAibnBtOnNpZ25hdHVyZXMiLAogICAgICAgICAgICAicHVibGljS2V5IjogewogICAgICAgICAgICAgICAgInJhd0J5dGVzIjogIk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVk2WWE3VysrN2FVUHp2TVRyZXpINlljeDNjK0hPS1lDY05HeWJKWlNDSnEvZmQ3UWE4dXVBS3RkSWtVUXRRaUVLRVJoQW1FNWxNTUpoUDhPa0RPYTJnPT0iLAogICAgICAgICAgICAgICAgImtleURldGFpbHMiOiAiUEtJWF9FQ0RTQV9QMjU2X1NIQV8yNTYiLAogICAgICAgICAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgICAgICAgICAgICJzdGFydCI6ICIyMDI1LTAxLTEzVDAwOjAwOjAwLjAwMFoiCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICAgImtleUlkIjogIlNIQTI1NjpEaFE4d1I1QVBCdkZITEYvK1RjK0FZdlBPZFRwY0lEcU9oeHNCSFJ3QzdVIiwKICAgICAgICAgICAgImtleVVzYWdlIjogIm5wbTphdHRlc3RhdGlvbnMiLAogICAgICAgICAgICAicHVibGljS2V5IjogewogICAgICAgICAgICAgICAgInJhd0J5dGVzIjogIk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVk2WWE3VysrN2FVUHp2TVRyZXpINlljeDNjK0hPS1lDY05HeWJKWlNDSnEvZmQ3UWE4dXVBS3RkSWtVUXRRaUVLRVJoQW1FNWxNTUpoUDhPa0RPYTJnPT0iLAogICAgICAgICAgICAgICAgImtleURldGFpbHMiOiAiUEtJWF9FQ0RTQV9QMjU2X1NIQV8yNTYiLAogICAgICAgICAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgICAgICAgICAgICJzdGFydCI6ICIyMDI1LTAxLTEzVDAwOjAwOjAwLjAwMFoiCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICBdCn0K" } } };
44382
44394
  }
44383
44395
  });
44384
44396
 
44385
- // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/client.js
44397
+ // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/client.js
44386
44398
  var require_client3 = __commonJS({
44387
- "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/client.js"(exports2) {
44399
+ "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/client.js"(exports2) {
44388
44400
  "use strict";
44389
44401
  var __importDefault = exports2 && exports2.__importDefault || function(mod) {
44390
44402
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -44481,9 +44493,9 @@ var require_client3 = __commonJS({
44481
44493
  }
44482
44494
  });
44483
44495
 
44484
- // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/index.js
44496
+ // node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/index.js
44485
44497
  var require_dist11 = __commonJS({
44486
- "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.0.0/node_modules/@sigstore/tuf/dist/index.js"(exports2) {
44498
+ "node_modules/.pnpm/@sigstore+tuf@4.0.1_supports-color@10.2.2/node_modules/@sigstore/tuf/dist/index.js"(exports2) {
44487
44499
  "use strict";
44488
44500
  Object.defineProperty(exports2, "__esModule", { value: true });
44489
44501
  exports2.TUFError = exports2.DEFAULT_MIRROR_URL = void 0;
@@ -45926,9 +45938,9 @@ var require_dist12 = __commonJS({
45926
45938
  }
45927
45939
  });
45928
45940
 
45929
- // node_modules/.pnpm/sigstore@4.1.0_supports-color@10.0.0/node_modules/sigstore/dist/config.js
45941
+ // node_modules/.pnpm/sigstore@4.1.0_supports-color@10.2.2/node_modules/sigstore/dist/config.js
45930
45942
  var require_config3 = __commonJS({
45931
- "node_modules/.pnpm/sigstore@4.1.0_supports-color@10.0.0/node_modules/sigstore/dist/config.js"(exports2) {
45943
+ "node_modules/.pnpm/sigstore@4.1.0_supports-color@10.2.2/node_modules/sigstore/dist/config.js"(exports2) {
45932
45944
  "use strict";
45933
45945
  Object.defineProperty(exports2, "__esModule", { value: true });
45934
45946
  exports2.DEFAULT_TIMEOUT = exports2.DEFAULT_RETRY = void 0;
@@ -46034,9 +46046,9 @@ var require_config3 = __commonJS({
46034
46046
  }
46035
46047
  });
46036
46048
 
46037
- // node_modules/.pnpm/sigstore@4.1.0_supports-color@10.0.0/node_modules/sigstore/dist/sigstore.js
46049
+ // node_modules/.pnpm/sigstore@4.1.0_supports-color@10.2.2/node_modules/sigstore/dist/sigstore.js
46038
46050
  var require_sigstore = __commonJS({
46039
- "node_modules/.pnpm/sigstore@4.1.0_supports-color@10.0.0/node_modules/sigstore/dist/sigstore.js"(exports2) {
46051
+ "node_modules/.pnpm/sigstore@4.1.0_supports-color@10.2.2/node_modules/sigstore/dist/sigstore.js"(exports2) {
46040
46052
  "use strict";
46041
46053
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o, m, k, k2) {
46042
46054
  if (k2 === void 0) k2 = k;
@@ -46136,9 +46148,9 @@ var require_sigstore = __commonJS({
46136
46148
  }
46137
46149
  });
46138
46150
 
46139
- // node_modules/.pnpm/sigstore@4.1.0_supports-color@10.0.0/node_modules/sigstore/dist/index.js
46151
+ // node_modules/.pnpm/sigstore@4.1.0_supports-color@10.2.2/node_modules/sigstore/dist/index.js
46140
46152
  var require_dist13 = __commonJS({
46141
- "node_modules/.pnpm/sigstore@4.1.0_supports-color@10.0.0/node_modules/sigstore/dist/index.js"(exports2) {
46153
+ "node_modules/.pnpm/sigstore@4.1.0_supports-color@10.2.2/node_modules/sigstore/dist/index.js"(exports2) {
46142
46154
  "use strict";
46143
46155
  Object.defineProperty(exports2, "__esModule", { value: true });
46144
46156
  exports2.verify = exports2.sign = exports2.createVerifier = exports2.attest = exports2.VerificationError = exports2.PolicyError = exports2.TUFError = exports2.InternalError = exports2.DEFAULT_REKOR_URL = exports2.DEFAULT_FULCIO_URL = exports2.ValidationError = void 0;
@@ -46183,9 +46195,9 @@ var require_dist13 = __commonJS({
46183
46195
  }
46184
46196
  });
46185
46197
 
46186
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/registry.js
46198
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/registry.js
46187
46199
  var require_registry = __commonJS({
46188
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/registry.js"(exports2, module2) {
46200
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/registry.js"(exports2, module2) {
46189
46201
  var crypto = require("node:crypto");
46190
46202
  var PackageJson = require_lib11();
46191
46203
  var pickManifest = require_lib9();
@@ -46463,9 +46475,9 @@ var require_registry = __commonJS({
46463
46475
  }
46464
46476
  });
46465
46477
 
46466
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/fetcher.js
46478
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/fetcher.js
46467
46479
  var require_fetcher2 = __commonJS({
46468
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/fetcher.js"(exports2, module2) {
46480
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/fetcher.js"(exports2, module2) {
46469
46481
  var { basename, dirname } = require("node:path");
46470
46482
  var { rm, mkdir } = require("node:fs/promises");
46471
46483
  var PackageJson = require_lib11();
@@ -47232,9 +47244,9 @@ var require_lib33 = __commonJS({
47232
47244
  }
47233
47245
  });
47234
47246
 
47235
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/protected.js
47247
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/protected.js
47236
47248
  var require_protected2 = __commonJS({
47237
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/protected.js"(exports2, module2) {
47249
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/protected.js"(exports2, module2) {
47238
47250
  module2.exports = {
47239
47251
  cacheFetches: Symbol.for("pacote.Fetcher._cacheFetches"),
47240
47252
  readPackageJson: Symbol.for("package.Fetcher._readPackageJson"),
@@ -47243,9 +47255,9 @@ var require_protected2 = __commonJS({
47243
47255
  }
47244
47256
  });
47245
47257
 
47246
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/cache-dir.js
47258
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/cache-dir.js
47247
47259
  var require_cache_dir2 = __commonJS({
47248
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/cache-dir.js"(exports2, module2) {
47260
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/cache-dir.js"(exports2, module2) {
47249
47261
  var { resolve } = require("node:path");
47250
47262
  var { tmpdir, homedir } = require("node:os");
47251
47263
  module2.exports = (fakePlatform = false) => {
@@ -47263,9 +47275,9 @@ var require_cache_dir2 = __commonJS({
47263
47275
  }
47264
47276
  });
47265
47277
 
47266
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/is-package-bin.js
47278
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/is-package-bin.js
47267
47279
  var require_is_package_bin2 = __commonJS({
47268
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/is-package-bin.js"(exports2, module2) {
47280
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/is-package-bin.js"(exports2, module2) {
47269
47281
  var binObj = /* @__PURE__ */ __name((name, bin) => typeof bin === "string" ? { [name]: bin } : bin, "binObj");
47270
47282
  var hasBin = /* @__PURE__ */ __name((pkg, path) => {
47271
47283
  const bin = binObj(pkg.name, pkg.bin);
@@ -47281,9 +47293,9 @@ var require_is_package_bin2 = __commonJS({
47281
47293
  }
47282
47294
  });
47283
47295
 
47284
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/trailing-slashes.js
47296
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/trailing-slashes.js
47285
47297
  var require_trailing_slashes2 = __commonJS({
47286
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/trailing-slashes.js"(exports2, module2) {
47298
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/trailing-slashes.js"(exports2, module2) {
47287
47299
  var removeTrailingSlashes = /* @__PURE__ */ __name((input) => {
47288
47300
  let output = input;
47289
47301
  while (output.endsWith("/")) {
@@ -47295,9 +47307,9 @@ var require_trailing_slashes2 = __commonJS({
47295
47307
  }
47296
47308
  });
47297
47309
 
47298
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/file.js
47310
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/file.js
47299
47311
  var require_file3 = __commonJS({
47300
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/file.js"(exports2, module2) {
47312
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/file.js"(exports2, module2) {
47301
47313
  var { resolve } = require("node:path");
47302
47314
  var { stat, chmod } = require("node:fs/promises");
47303
47315
  var cacache2 = require_lib17();
@@ -47371,9 +47383,9 @@ var require_file3 = __commonJS({
47371
47383
  }
47372
47384
  });
47373
47385
 
47374
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/tar-create-options.js
47386
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/tar-create-options.js
47375
47387
  var require_tar_create_options2 = __commonJS({
47376
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/tar-create-options.js"(exports2, module2) {
47388
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/tar-create-options.js"(exports2, module2) {
47377
47389
  var isPackageBin = require_is_package_bin2();
47378
47390
  var tarCreateOptions = /* @__PURE__ */ __name((manifest) => ({
47379
47391
  cwd: manifest._resolved,
@@ -47404,9 +47416,9 @@ var require_tar_create_options2 = __commonJS({
47404
47416
  }
47405
47417
  });
47406
47418
 
47407
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/dir.js
47419
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/dir.js
47408
47420
  var require_dir2 = __commonJS({
47409
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/dir.js"(exports2, module2) {
47421
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/dir.js"(exports2, module2) {
47410
47422
  var { resolve } = require("node:path");
47411
47423
  var packlist = require_lib21();
47412
47424
  var runScript = require_run_script();
@@ -47493,9 +47505,9 @@ var require_dir2 = __commonJS({
47493
47505
  }
47494
47506
  });
47495
47507
 
47496
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/package.json
47508
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/package.json
47497
47509
  var require_package10 = __commonJS({
47498
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/package.json"(exports2, module2) {
47510
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/package.json"(exports2, module2) {
47499
47511
  module2.exports = {
47500
47512
  name: "pacote",
47501
47513
  version: "21.5.0",
@@ -47579,9 +47591,9 @@ var require_package10 = __commonJS({
47579
47591
  }
47580
47592
  });
47581
47593
 
47582
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/remote.js
47594
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/remote.js
47583
47595
  var require_remote4 = __commonJS({
47584
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/remote.js"(exports2, module2) {
47596
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/remote.js"(exports2, module2) {
47585
47597
  var fetch = require_lib27();
47586
47598
  var { Minipass } = require_commonjs3();
47587
47599
  var Fetcher = require_fetcher3();
@@ -47659,9 +47671,9 @@ var require_remote4 = __commonJS({
47659
47671
  }
47660
47672
  });
47661
47673
 
47662
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/add-git-sha.js
47674
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/add-git-sha.js
47663
47675
  var require_add_git_sha2 = __commonJS({
47664
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/add-git-sha.js"(exports2, module2) {
47676
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/add-git-sha.js"(exports2, module2) {
47665
47677
  var addGitSha = /* @__PURE__ */ __name((spec, sha) => {
47666
47678
  if (spec.hosted) {
47667
47679
  const h = spec.hosted;
@@ -47898,9 +47910,9 @@ var require_lib34 = __commonJS({
47898
47910
  }
47899
47911
  });
47900
47912
 
47901
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/npm.js
47913
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/npm.js
47902
47914
  var require_npm2 = __commonJS({
47903
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/util/npm.js"(exports2, module2) {
47915
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/util/npm.js"(exports2, module2) {
47904
47916
  var spawn = require_lib34();
47905
47917
  module2.exports = (npmBin, npmCommand, cwd, env2, extra) => {
47906
47918
  const isJS = npmBin.endsWith(".js");
@@ -47911,9 +47923,9 @@ var require_npm2 = __commonJS({
47911
47923
  }
47912
47924
  });
47913
47925
 
47914
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/git.js
47926
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/git.js
47915
47927
  var require_git2 = __commonJS({
47916
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/git.js"(exports2, module2) {
47928
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/git.js"(exports2, module2) {
47917
47929
  var cacache2 = require_lib17();
47918
47930
  var git = require_lib10();
47919
47931
  var npa = require_npa();
@@ -48150,9 +48162,9 @@ var require_git2 = __commonJS({
48150
48162
  }
48151
48163
  });
48152
48164
 
48153
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/registry.js
48165
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/registry.js
48154
48166
  var require_registry2 = __commonJS({
48155
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/registry.js"(exports2, module2) {
48167
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/registry.js"(exports2, module2) {
48156
48168
  var crypto = require("node:crypto");
48157
48169
  var PackageJson = require_lib11();
48158
48170
  var pickManifest = require_lib9();
@@ -48431,9 +48443,9 @@ var require_registry2 = __commonJS({
48431
48443
  }
48432
48444
  });
48433
48445
 
48434
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/fetcher.js
48446
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/fetcher.js
48435
48447
  var require_fetcher3 = __commonJS({
48436
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/fetcher.js"(exports2, module2) {
48448
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/fetcher.js"(exports2, module2) {
48437
48449
  var { basename, dirname } = require("node:path");
48438
48450
  var { rm, mkdir } = require("node:fs/promises");
48439
48451
  var PackageJson = require_lib11();
@@ -48815,9 +48827,9 @@ var require_fetcher3 = __commonJS({
48815
48827
  }
48816
48828
  });
48817
48829
 
48818
- // node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/index.js
48830
+ // node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/index.js
48819
48831
  var require_lib35 = __commonJS({
48820
- "node_modules/.pnpm/pacote@21.5.0_supports-color@10.0.0/node_modules/pacote/lib/index.js"(exports2, module2) {
48832
+ "node_modules/.pnpm/pacote@21.5.0_supports-color@10.2.2/node_modules/pacote/lib/index.js"(exports2, module2) {
48821
48833
  var { get } = require_fetcher3();
48822
48834
  var GitFetcher = require_git2();
48823
48835
  var RegistryFetcher = require_registry2();
@@ -49573,7 +49585,7 @@ var require_index_min2 = __commonJS({
49573
49585
  this.empty = true;
49574
49586
  return;
49575
49587
  }
49576
- this.parseNegate(), this.globSet = [...new Set(this.braceExpand())], e.debug && (this.debug = (...r) => void 0), this.debug(this.pattern, this.globSet);
49588
+ this.parseNegate(), this.globSet = [...new Set(this.braceExpand())], e.debug && (this.debug = (...r) => console.error(...r)), this.debug(this.pattern, this.globSet);
49577
49589
  let s = this.globSet.map((r) => this.slashSplit(r));
49578
49590
  this.globParts = this.preprocess(s), this.debug(this.pattern, this.globParts);
49579
49591
  let i = this.globParts.map((r, h, o) => {
@@ -49830,7 +49842,7 @@ globstar while`, t, d, e, u, m), this.matchOne(t.slice(d), e.slice(u), s)) retur
49830
49842
  Object.defineProperty(Wt, "__esModule", { value: true });
49831
49843
  Wt.LRUCache = void 0;
49832
49844
  var er = typeof performance == "object" && performance && typeof performance.now == "function" ? performance : Date, as = /* @__PURE__ */ new Set(), ge = typeof process == "object" && process ? process : {}, ls = /* @__PURE__ */ __name((n, t, e, s) => {
49833
- typeof ge.emitWarning == "function" ? ge.emitWarning(n, t, e, s) : void 0;
49845
+ typeof ge.emitWarning == "function" ? ge.emitWarning(n, t, e, s) : console.error(`[${e}] ${t}: ${n}`);
49834
49846
  }, "ls"), Lt = globalThis.AbortController, os2 = globalThis.AbortSignal;
49835
49847
  if (typeof Lt > "u") {
49836
49848
  os2 = class {
@@ -52379,9 +52391,9 @@ ${JSON.stringify(opts)}`;
52379
52391
  }
52380
52392
  });
52381
52393
 
52382
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js
52394
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js
52383
52395
  var require_add_rm_pkg_deps = __commonJS({
52384
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js"(exports2, module2) {
52396
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js"(exports2, module2) {
52385
52397
  var { log } = require_lib2();
52386
52398
  var localeCompare = require_string_locale_compare()("en");
52387
52399
  var add = /* @__PURE__ */ __name(({ pkg, add: add2, saveBundle, saveType }) => {
@@ -52487,9 +52499,9 @@ var require_add_rm_pkg_deps = __commonJS({
52487
52499
  }
52488
52500
  });
52489
52501
 
52490
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/vuln.js
52502
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/vuln.js
52491
52503
  var require_vuln = __commonJS({
52492
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/vuln.js"(exports2, module2) {
52504
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/vuln.js"(exports2, module2) {
52493
52505
  var { satisfies, simplifyRange } = require_semver2();
52494
52506
  var semverOpt = { loose: true, includePrerelease: true };
52495
52507
  var localeCompare = require_string_locale_compare()("en");
@@ -52661,9 +52673,9 @@ var require_vuln = __commonJS({
52661
52673
  }
52662
52674
  });
52663
52675
 
52664
- // node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/index.js
52676
+ // node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/index.js
52665
52677
  var require_lib39 = __commonJS({
52666
- "node_modules/.pnpm/pacote@21.0.1_supports-color@10.0.0/node_modules/pacote/lib/index.js"(exports2, module2) {
52678
+ "node_modules/.pnpm/pacote@21.0.1_supports-color@10.2.2/node_modules/pacote/lib/index.js"(exports2, module2) {
52667
52679
  var { get } = require_fetcher2();
52668
52680
  var GitFetcher = require_git();
52669
52681
  var RegistryFetcher = require_registry();
@@ -52688,17 +52700,17 @@ var require_lib39 = __commonJS({
52688
52700
  }
52689
52701
  });
52690
52702
 
52691
- // node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.0.0/node_modules/@npmcli/metavuln-calculator/lib/hash.js
52703
+ // node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.2.2/node_modules/@npmcli/metavuln-calculator/lib/hash.js
52692
52704
  var require_hash = __commonJS({
52693
- "node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.0.0/node_modules/@npmcli/metavuln-calculator/lib/hash.js"(exports2, module2) {
52705
+ "node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.2.2/node_modules/@npmcli/metavuln-calculator/lib/hash.js"(exports2, module2) {
52694
52706
  var { createHash } = require("crypto");
52695
52707
  module2.exports = ({ name, source }) => createHash("sha512").update(JSON.stringify([name, source])).digest("base64");
52696
52708
  }
52697
52709
  });
52698
52710
 
52699
- // node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.0.0/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js
52711
+ // node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.2.2/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js
52700
52712
  var require_get_dep_spec = __commonJS({
52701
- "node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.0.0/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js"(exports2, module2) {
52713
+ "node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.2.2/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js"(exports2, module2) {
52702
52714
  module2.exports = (mani, name) => {
52703
52715
  const {
52704
52716
  dependencies: deps = {},
@@ -52710,9 +52722,9 @@ var require_get_dep_spec = __commonJS({
52710
52722
  }
52711
52723
  });
52712
52724
 
52713
- // node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.0.0/node_modules/@npmcli/metavuln-calculator/lib/advisory.js
52725
+ // node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.2.2/node_modules/@npmcli/metavuln-calculator/lib/advisory.js
52714
52726
  var require_advisory = __commonJS({
52715
- "node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.0.0/node_modules/@npmcli/metavuln-calculator/lib/advisory.js"(exports2, module2) {
52727
+ "node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.2.2/node_modules/@npmcli/metavuln-calculator/lib/advisory.js"(exports2, module2) {
52716
52728
  var hash = require_hash();
52717
52729
  var semver2 = require_semver2();
52718
52730
  var semverOpt = { includePrerelease: true, loose: true };
@@ -53121,9 +53133,9 @@ var require_lib40 = __commonJS({
53121
53133
  }
53122
53134
  });
53123
53135
 
53124
- // node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.0.0/node_modules/@npmcli/metavuln-calculator/lib/index.js
53136
+ // node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.2.2/node_modules/@npmcli/metavuln-calculator/lib/index.js
53125
53137
  var require_lib41 = __commonJS({
53126
- "node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.0.0/node_modules/@npmcli/metavuln-calculator/lib/index.js"(exports2, module2) {
53138
+ "node_modules/.pnpm/@npmcli+metavuln-calculator@9.0.3_supports-color@10.2.2/node_modules/@npmcli/metavuln-calculator/lib/index.js"(exports2, module2) {
53127
53139
  var pacote2 = require_lib39();
53128
53140
  var cacache2 = require_lib17();
53129
53141
  var { time } = require_lib2();
@@ -53234,9 +53246,9 @@ var require_lib41 = __commonJS({
53234
53246
  }
53235
53247
  });
53236
53248
 
53237
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/audit-report.js
53249
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/audit-report.js
53238
53250
  var require_audit_report = __commonJS({
53239
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/audit-report.js"(exports2, module2) {
53251
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/audit-report.js"(exports2, module2) {
53240
53252
  var localeCompare = require_string_locale_compare()("en");
53241
53253
  var npa = require_npa();
53242
53254
  var pickManifest = require_lib9();
@@ -53486,18 +53498,18 @@ var require_audit_report = __commonJS({
53486
53498
  }
53487
53499
  });
53488
53500
 
53489
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/relpath.js
53501
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/relpath.js
53490
53502
  var require_relpath = __commonJS({
53491
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/relpath.js"(exports2, module2) {
53503
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/relpath.js"(exports2, module2) {
53492
53504
  var { relative } = require("node:path");
53493
53505
  var relpath = /* @__PURE__ */ __name((from, to) => relative(from, to).replace(/\\/g, "/"), "relpath");
53494
53506
  module2.exports = relpath;
53495
53507
  }
53496
53508
  });
53497
53509
 
53498
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/packument-cache.js
53510
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/packument-cache.js
53499
53511
  var require_packument_cache = __commonJS({
53500
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/packument-cache.js"(exports2, module2) {
53512
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/packument-cache.js"(exports2, module2) {
53501
53513
  var { LRUCache } = require_commonjs();
53502
53514
  var { getHeapStatistics } = require("node:v8");
53503
53515
  var { log } = require_lib2();
@@ -53758,9 +53770,9 @@ var require_lib42 = __commonJS({
53758
53770
  }
53759
53771
  });
53760
53772
 
53761
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/tracker.js
53773
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/tracker.js
53762
53774
  var require_tracker2 = __commonJS({
53763
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/tracker.js"(exports2, module2) {
53775
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/tracker.js"(exports2, module2) {
53764
53776
  var proggy = require_lib42();
53765
53777
  module2.exports = (cls) => class Tracker extends cls {
53766
53778
  static {
@@ -53910,9 +53922,9 @@ var require_commonjs7 = __commonJS({
53910
53922
  }
53911
53923
  });
53912
53924
 
53913
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/realpath.js
53925
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/realpath.js
53914
53926
  var require_realpath = __commonJS({
53915
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/realpath.js"(exports2, module2) {
53927
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/realpath.js"(exports2, module2) {
53916
53928
  var { lstat, readlink } = require("node:fs/promises");
53917
53929
  var { resolve, basename, dirname } = require("node:path");
53918
53930
  var realpathCached = /* @__PURE__ */ __name((path, rpcache, stcache, depth) => {
@@ -53980,9 +53992,9 @@ var require_realpath = __commonJS({
53980
53992
  }
53981
53993
  });
53982
53994
 
53983
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/debug.js
53995
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/debug.js
53984
53996
  var require_debug2 = __commonJS({
53985
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/debug.js"(exports2, module2) {
53997
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/debug.js"(exports2, module2) {
53986
53998
  var debug = process.env.ARBORIST_DEBUG !== "0" && (process.env.ARBORIST_DEBUG === "1" || /\barborist\b/.test(process.env.NODE_DEBUG || "") || process.env.npm_package_name === "@npmcli/arborist" && ["test", "snap"].includes(process.env.npm_lifecycle_event) || process.cwd() === require("node:path").resolve(__dirname, ".."));
53987
53999
  module2.exports = debug ? (fn) => fn() : () => {
53988
54000
  };
@@ -53992,13 +54004,14 @@ var require_debug2 = __commonJS({
53992
54004
  const prefix = `
53993
54005
  ${process.pid} ${red(format(msg.shift()))} `;
53994
54006
  msg = (prefix + format(...msg).trim().split("\n").join(prefix)).trim();
54007
+ console.error(msg);
53995
54008
  });
53996
54009
  }
53997
54010
  });
53998
54011
 
53999
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/tree-check.js
54012
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/tree-check.js
54000
54013
  var require_tree_check = __commonJS({
54001
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/tree-check.js"(exports2, module2) {
54014
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/tree-check.js"(exports2, module2) {
54002
54015
  var debug = require_debug2();
54003
54016
  var checkTree = /* @__PURE__ */ __name((tree, checkUnreachable = true) => {
54004
54017
  const log = [["START TREE CHECK", tree.path]];
@@ -54404,9 +54417,9 @@ var require_lib43 = __commonJS({
54404
54417
  }
54405
54418
  });
54406
54419
 
54407
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/peer-entry-sets.js
54420
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/peer-entry-sets.js
54408
54421
  var require_peer_entry_sets = __commonJS({
54409
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/peer-entry-sets.js"(exports2, module2) {
54422
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/peer-entry-sets.js"(exports2, module2) {
54410
54423
  var peerEntrySets = /* @__PURE__ */ __name((node) => {
54411
54424
  const unionSet = /* @__PURE__ */ new Set([node]);
54412
54425
  for (const node2 of unionSet) {
@@ -54448,9 +54461,9 @@ var require_peer_entry_sets = __commonJS({
54448
54461
  }
54449
54462
  });
54450
54463
 
54451
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js
54464
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js
54452
54465
  var require_deepest_nesting_target = __commonJS({
54453
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js"(exports2, module2) {
54466
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js"(exports2, module2) {
54454
54467
  var deepestNestingTarget = /* @__PURE__ */ __name((start, name) => {
54455
54468
  for (const target of start.ancestry()) {
54456
54469
  if (target.isProjectRoot || !target.resolveParent || target.globalTop) {
@@ -54466,9 +54479,9 @@ var require_deepest_nesting_target = __commonJS({
54466
54479
  }
54467
54480
  });
54468
54481
 
54469
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/can-place-dep.js
54482
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/can-place-dep.js
54470
54483
  var require_can_place_dep = __commonJS({
54471
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/can-place-dep.js"(exports2, module2) {
54484
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/can-place-dep.js"(exports2, module2) {
54472
54485
  var localeCompare = require_string_locale_compare()("en");
54473
54486
  var semver2 = require_semver2();
54474
54487
  var debug = require_debug2();
@@ -56029,9 +56042,9 @@ var require_commonjs8 = __commonJS({
56029
56042
  }
56030
56043
  });
56031
56044
 
56032
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/case-insensitive-map.js
56045
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/case-insensitive-map.js
56033
56046
  var require_case_insensitive_map = __commonJS({
56034
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/case-insensitive-map.js"(exports2, module2) {
56047
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/case-insensitive-map.js"(exports2, module2) {
56035
56048
  module2.exports = class CIMap extends Map {
56036
56049
  static {
56037
56050
  __name(this, "CIMap");
@@ -56077,9 +56090,9 @@ var require_case_insensitive_map = __commonJS({
56077
56090
  }
56078
56091
  });
56079
56092
 
56080
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/from-path.js
56093
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/from-path.js
56081
56094
  var require_from_path = __commonJS({
56082
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/from-path.js"(exports2, module2) {
56095
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/from-path.js"(exports2, module2) {
56083
56096
  var { dirname } = require("node:path");
56084
56097
  var npa = require_npa();
56085
56098
  var fromPath = /* @__PURE__ */ __name((node, edge) => {
@@ -56101,9 +56114,9 @@ var require_from_path = __commonJS({
56101
56114
  }
56102
56115
  });
56103
56116
 
56104
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/dep-valid.js
56117
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/dep-valid.js
56105
56118
  var require_dep_valid = __commonJS({
56106
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/dep-valid.js"(exports2, module2) {
56119
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/dep-valid.js"(exports2, module2) {
56107
56120
  var semver2 = require_semver2();
56108
56121
  var npa = require_npa();
56109
56122
  var { relative } = require("node:path");
@@ -56198,9 +56211,9 @@ var require_dep_valid = __commonJS({
56198
56211
  }
56199
56212
  });
56200
56213
 
56201
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/override-set.js
56214
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/override-set.js
56202
56215
  var require_override_set = __commonJS({
56203
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/override-set.js"(exports2, module2) {
56216
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/override-set.js"(exports2, module2) {
56204
56217
  var npa = require_npa();
56205
56218
  var semver2 = require_semver2();
56206
56219
  var { log } = require_lib2();
@@ -56368,9 +56381,9 @@ var require_override_set = __commonJS({
56368
56381
  }
56369
56382
  });
56370
56383
 
56371
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/edge.js
56384
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/edge.js
56372
56385
  var require_edge = __commonJS({
56373
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/edge.js"(exports2, module2) {
56386
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/edge.js"(exports2, module2) {
56374
56387
  var util = require("node:util");
56375
56388
  var npa = require_npa();
56376
56389
  var depValid = require_dep_valid();
@@ -56667,9 +56680,9 @@ var require_edge = __commonJS({
56667
56680
  }
56668
56681
  });
56669
56682
 
56670
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/inventory.js
56683
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/inventory.js
56671
56684
  var require_inventory = __commonJS({
56672
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/inventory.js"(exports2, module2) {
56685
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/inventory.js"(exports2, module2) {
56673
56686
  var { hasOwnProperty } = Object.prototype;
56674
56687
  var debug = require_debug2();
56675
56688
  var keys = ["name", "license", "funding", "realpath", "packageName"];
@@ -56794,9 +56807,9 @@ var require_inventory = __commonJS({
56794
56807
  }
56795
56808
  });
56796
56809
 
56797
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/consistent-resolve.js
56810
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/consistent-resolve.js
56798
56811
  var require_consistent_resolve = __commonJS({
56799
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/consistent-resolve.js"(exports2, module2) {
56812
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/consistent-resolve.js"(exports2, module2) {
56800
56813
  var npa = require_npa();
56801
56814
  var relpath = require_relpath();
56802
56815
  var consistentResolve = /* @__PURE__ */ __name((resolved, fromPath, toPath, relPaths = false) => {
@@ -56837,9 +56850,9 @@ var require_consistent_resolve = __commonJS({
56837
56850
  }
56838
56851
  });
56839
56852
 
56840
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/gather-dep-set.js
56853
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/gather-dep-set.js
56841
56854
  var require_gather_dep_set = __commonJS({
56842
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/gather-dep-set.js"(exports2, module2) {
56855
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/gather-dep-set.js"(exports2, module2) {
56843
56856
  var gatherDepSet = /* @__PURE__ */ __name((set, edgeFilter) => {
56844
56857
  const deps = new Set(set);
56845
56858
  for (const node of deps) {
@@ -56868,9 +56881,9 @@ var require_gather_dep_set = __commonJS({
56868
56881
  }
56869
56882
  });
56870
56883
 
56871
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/printable.js
56884
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/printable.js
56872
56885
  var require_printable = __commonJS({
56873
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/printable.js"(exports2, module2) {
56886
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/printable.js"(exports2, module2) {
56874
56887
  var localeCompare = require_string_locale_compare()("en");
56875
56888
  var util = require("node:util");
56876
56889
  var relpath = require_relpath();
@@ -60930,9 +60943,9 @@ var require_lib49 = __commonJS({
60930
60943
  }
60931
60944
  });
60932
60945
 
60933
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/query-selector-all.js
60946
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/query-selector-all.js
60934
60947
  var require_query_selector_all = __commonJS({
60935
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/query-selector-all.js"(exports2, module2) {
60948
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/query-selector-all.js"(exports2, module2) {
60936
60949
  "use strict";
60937
60950
  var { resolve } = require("node:path");
60938
60951
  var { parser, arrayDelimiter } = require_lib49();
@@ -61667,9 +61680,9 @@ var require_query_selector_all = __commonJS({
61667
61680
  }
61668
61681
  });
61669
61682
 
61670
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/node.js
61683
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/node.js
61671
61684
  var require_node5 = __commonJS({
61672
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/node.js"(exports2, module2) {
61685
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/node.js"(exports2, module2) {
61673
61686
  var PackageJson = require_lib11();
61674
61687
  var nameFromFolder = require_lib44();
61675
61688
  var npa = require_npa();
@@ -62817,9 +62830,9 @@ var require_node5 = __commonJS({
62817
62830
  }
62818
62831
  });
62819
62832
 
62820
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/link.js
62833
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/link.js
62821
62834
  var require_link = __commonJS({
62822
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/link.js"(exports2, module2) {
62835
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/link.js"(exports2, module2) {
62823
62836
  var relpath = require_relpath();
62824
62837
  var Node = require_node5();
62825
62838
  var _loadDeps = Symbol.for("Arborist.Node._loadDeps");
@@ -62925,9 +62938,9 @@ var require_link = __commonJS({
62925
62938
  }
62926
62939
  });
62927
62940
 
62928
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/place-dep.js
62941
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/place-dep.js
62929
62942
  var require_place_dep = __commonJS({
62930
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/place-dep.js"(exports2, module2) {
62943
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/place-dep.js"(exports2, module2) {
62931
62944
  var localeCompare = require_string_locale_compare()("en");
62932
62945
  var { log } = require_lib2();
62933
62946
  var { redact } = require_lib43();
@@ -63284,9 +63297,9 @@ var require_place_dep = __commonJS({
63284
63297
  }
63285
63298
  });
63286
63299
 
63287
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/calc-dep-flags.js
63300
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/calc-dep-flags.js
63288
63301
  var require_calc_dep_flags = __commonJS({
63289
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/calc-dep-flags.js"(exports2, module2) {
63302
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/calc-dep-flags.js"(exports2, module2) {
63290
63303
  var { depth } = require_lib36();
63291
63304
  var calcDepFlags = /* @__PURE__ */ __name((tree, resetRoot = true) => {
63292
63305
  if (resetRoot) {
@@ -63398,9 +63411,9 @@ var require_calc_dep_flags = __commonJS({
63398
63411
  }
63399
63412
  });
63400
63413
 
63401
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/yarn-lock.js
63414
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/yarn-lock.js
63402
63415
  var require_yarn_lock = __commonJS({
63403
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/yarn-lock.js"(exports2, module2) {
63416
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/yarn-lock.js"(exports2, module2) {
63404
63417
  var localeCompare = require_string_locale_compare()("en");
63405
63418
  var consistentResolve = require_consistent_resolve();
63406
63419
  var { dirname } = require("node:path");
@@ -63645,9 +63658,9 @@ var require_yarn_lock = __commonJS({
63645
63658
  }
63646
63659
  });
63647
63660
 
63648
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/spec-from-lock.js
63661
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/spec-from-lock.js
63649
63662
  var require_spec_from_lock = __commonJS({
63650
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/spec-from-lock.js"(exports2, module2) {
63663
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/spec-from-lock.js"(exports2, module2) {
63651
63664
  var npa = require_npa();
63652
63665
  var specFromLock = /* @__PURE__ */ __name((name, lock, where) => {
63653
63666
  try {
@@ -63680,9 +63693,9 @@ var require_spec_from_lock = __commonJS({
63680
63693
  }
63681
63694
  });
63682
63695
 
63683
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/version-from-tgz.js
63696
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/version-from-tgz.js
63684
63697
  var require_version_from_tgz = __commonJS({
63685
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/version-from-tgz.js"(exports2, module2) {
63698
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/version-from-tgz.js"(exports2, module2) {
63686
63699
  var semver2 = require_semver2();
63687
63700
  var { basename } = require("node:path");
63688
63701
  var { URL: URL2 } = require("node:url");
@@ -64100,9 +64113,9 @@ var require_json_stringify_nice = __commonJS({
64100
64113
  }
64101
64114
  });
64102
64115
 
64103
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/override-resolves.js
64116
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/override-resolves.js
64104
64117
  var require_override_resolves = __commonJS({
64105
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/override-resolves.js"(exports2, module2) {
64118
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/override-resolves.js"(exports2, module2) {
64106
64119
  function overrideResolves(resolved, opts) {
64107
64120
  const { omitLockfileRegistryResolved = false } = opts;
64108
64121
  if (omitLockfileRegistryResolved) {
@@ -64115,9 +64128,9 @@ var require_override_resolves = __commonJS({
64115
64128
  }
64116
64129
  });
64117
64130
 
64118
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/shrinkwrap.js
64131
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/shrinkwrap.js
64119
64132
  var require_shrinkwrap = __commonJS({
64120
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/shrinkwrap.js"(exports2, module2) {
64133
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/shrinkwrap.js"(exports2, module2) {
64121
64134
  var localeCompare = require_string_locale_compare()("en");
64122
64135
  var defaultLockfileVersion = 3;
64123
64136
  var mismatch = /* @__PURE__ */ __name((a, b) => a && b && a !== b, "mismatch");
@@ -64975,9 +64988,9 @@ var require_shrinkwrap = __commonJS({
64975
64988
  }
64976
64989
  });
64977
64990
 
64978
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/optional-set.js
64991
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/optional-set.js
64979
64992
  var require_optional_set = __commonJS({
64980
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/optional-set.js"(exports2, module2) {
64993
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/optional-set.js"(exports2, module2) {
64981
64994
  var gatherDepSet = require_gather_dep_set();
64982
64995
  var optionalSet = /* @__PURE__ */ __name((node) => {
64983
64996
  if (!node.optional) {
@@ -64997,9 +65010,9 @@ var require_optional_set = __commonJS({
64997
65010
  }
64998
65011
  });
64999
65012
 
65000
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/reset-dep-flags.js
65013
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/reset-dep-flags.js
65001
65014
  var require_reset_dep_flags = __commonJS({
65002
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/reset-dep-flags.js"(exports2, module2) {
65015
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/reset-dep-flags.js"(exports2, module2) {
65003
65016
  module2.exports = (tree) => {
65004
65017
  for (const node of tree.inventory.values()) {
65005
65018
  node.extraneous = true;
@@ -65012,9 +65025,9 @@ var require_reset_dep_flags = __commonJS({
65012
65025
  }
65013
65026
  });
65014
65027
 
65015
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js
65028
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js
65016
65029
  var require_build_ideal_tree = __commonJS({
65017
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js"(exports2, module2) {
65030
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js"(exports2, module2) {
65018
65031
  var localeCompare = require_string_locale_compare()("en");
65019
65032
  var PackageJson = require_lib11();
65020
65033
  var npa = require_npa();
@@ -66100,9 +66113,9 @@ var require_common_ancestor_path = __commonJS({
66100
66113
  }
66101
66114
  });
66102
66115
 
66103
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/load-actual.js
66116
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/load-actual.js
66104
66117
  var require_load_actual = __commonJS({
66105
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/load-actual.js"(exports2, module2) {
66118
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/load-actual.js"(exports2, module2) {
66106
66119
  var { dirname, join, normalize, relative, resolve } = require("node:path");
66107
66120
  var PackageJson = require_lib11();
66108
66121
  var { readdirScoped } = require_lib15();
@@ -66429,9 +66442,9 @@ var require_load_actual = __commonJS({
66429
66442
  }
66430
66443
  });
66431
66444
 
66432
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js
66445
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js
66433
66446
  var require_load_virtual = __commonJS({
66434
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js"(exports2, module2) {
66447
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js"(exports2, module2) {
66435
66448
  var { resolve } = require("node:path");
66436
66449
  var mapWorkspaces = require_lib38();
66437
66450
  var PackageJson = require_lib11();
@@ -66710,9 +66723,9 @@ var require_promise_all_reject_late = __commonJS({
66710
66723
  }
66711
66724
  });
66712
66725
 
66713
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/rebuild.js
66726
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/rebuild.js
66714
66727
  var require_rebuild = __commonJS({
66715
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/rebuild.js"(exports2, module2) {
66728
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/rebuild.js"(exports2, module2) {
66716
66729
  var PackageJson = require_lib11();
66717
66730
  var binLinks = require_lib48();
66718
66731
  var localeCompare = require_string_locale_compare()("en");
@@ -67012,9 +67025,9 @@ var require_rebuild = __commonJS({
67012
67025
  }
67013
67026
  });
67014
67027
 
67015
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/diff.js
67028
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/diff.js
67016
67029
  var require_diff2 = __commonJS({
67017
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/diff.js"(exports2, module2) {
67030
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/diff.js"(exports2, module2) {
67018
67031
  var { depth } = require_lib36();
67019
67032
  var { existsSync } = require("node:fs");
67020
67033
  var ssri = require_lib12();
@@ -67242,9 +67255,9 @@ var require_diff2 = __commonJS({
67242
67255
  }
67243
67256
  });
67244
67257
 
67245
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/signals.js
67258
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/signals.js
67246
67259
  var require_signals2 = __commonJS({
67247
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/signals.js"(exports2, module2) {
67260
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/signals.js"(exports2, module2) {
67248
67261
  var platform = global.__ARBORIST_FAKE_PLATFORM__ || process.platform;
67249
67262
  module2.exports = [
67250
67263
  "SIGABRT",
@@ -67280,9 +67293,9 @@ var require_signals2 = __commonJS({
67280
67293
  }
67281
67294
  });
67282
67295
 
67283
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/signal-handling.js
67296
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/signal-handling.js
67284
67297
  var require_signal_handling = __commonJS({
67285
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/signal-handling.js"(exports2, module2) {
67298
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/signal-handling.js"(exports2, module2) {
67286
67299
  var signals = require_signals2();
67287
67300
  module2.exports = Object.assign((fn) => setup(fn), { process });
67288
67301
  var setup = /* @__PURE__ */ __name((fn) => {
@@ -67334,9 +67347,9 @@ var require_signal_handling = __commonJS({
67334
67347
  }
67335
67348
  });
67336
67349
 
67337
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/retire-path.js
67350
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/retire-path.js
67338
67351
  var require_retire_path = __commonJS({
67339
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/retire-path.js"(exports2, module2) {
67352
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/retire-path.js"(exports2, module2) {
67340
67353
  var crypto = require("node:crypto");
67341
67354
  var { dirname, basename, resolve } = require("node:path");
67342
67355
  var pathSafeHash = /* @__PURE__ */ __name((s) => crypto.createHash("sha1").update(s).digest("base64").replace(/[^a-zA-Z0-9]+/g, "").slice(0, 8), "pathSafeHash");
@@ -67350,9 +67363,9 @@ var require_retire_path = __commonJS({
67350
67363
  }
67351
67364
  });
67352
67365
 
67353
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/reify.js
67366
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/reify.js
67354
67367
  var require_reify = __commonJS({
67355
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/reify.js"(exports2, module2) {
67368
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/reify.js"(exports2, module2) {
67356
67369
  var PackageJson = require_lib11();
67357
67370
  var hgi = require_lib3();
67358
67371
  var npa = require_npa();
@@ -68390,9 +68403,9 @@ var require_reify = __commonJS({
68390
68403
  }
68391
68404
  });
68392
68405
 
68393
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js
68406
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js
68394
68407
  var require_isolated_reifier = __commonJS({
68395
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js"(exports2, module2) {
68408
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js"(exports2, module2) {
68396
68409
  var _makeIdealGraph = Symbol("makeIdealGraph");
68397
68410
  var _createIsolatedTree = Symbol.for("createIsolatedTree");
68398
68411
  var _createBundledTree = Symbol("createBundledTree");
@@ -68796,9 +68809,9 @@ var require_isolated_reifier = __commonJS({
68796
68809
  }
68797
68810
  });
68798
68811
 
68799
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/index.js
68812
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/index.js
68800
68813
  var require_arborist = __commonJS({
68801
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/arborist/index.js"(exports2, module2) {
68814
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/arborist/index.js"(exports2, module2) {
68802
68815
  var { resolve } = require("node:path");
68803
68816
  var { homedir } = require("node:os");
68804
68817
  var { depth } = require_lib36();
@@ -69017,9 +69030,9 @@ var require_arborist = __commonJS({
69017
69030
  }
69018
69031
  });
69019
69032
 
69020
- // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/index.js
69033
+ // node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/index.js
69021
69034
  var require_lib51 = __commonJS({
69022
- "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.0.0/node_modules/@npmcli/arborist/lib/index.js"(exports2, module2) {
69035
+ "node_modules/.pnpm/@npmcli+arborist@9.1.6_supports-color@10.2.2/node_modules/@npmcli/arborist/lib/index.js"(exports2, module2) {
69023
69036
  module2.exports = require_arborist();
69024
69037
  module2.exports.Arborist = module2.exports;
69025
69038
  module2.exports.Node = require_node5();
@@ -69029,9 +69042,9 @@ var require_lib51 = __commonJS({
69029
69042
  }
69030
69043
  });
69031
69044
 
69032
- // node_modules/.pnpm/libnpmpack@9.0.9_supports-color@10.0.0/node_modules/libnpmpack/lib/index.js
69045
+ // node_modules/.pnpm/libnpmpack@9.0.9_supports-color@10.2.2/node_modules/libnpmpack/lib/index.js
69033
69046
  var require_lib52 = __commonJS({
69034
- "node_modules/.pnpm/libnpmpack@9.0.9_supports-color@10.0.0/node_modules/libnpmpack/lib/index.js"(exports2, module2) {
69047
+ "node_modules/.pnpm/libnpmpack@9.0.9_supports-color@10.2.2/node_modules/libnpmpack/lib/index.js"(exports2, module2) {
69035
69048
  "use strict";
69036
69049
  var pacote2 = require_lib35();
69037
69050
  var npa = require_npa();