storybook 9.0.13 → 9.0.14

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.
@@ -4200,7 +4200,7 @@ i(ba, "isMetadataYarnClassic");
4200
4200
  var bl = require("node:fs/promises"), xl = require("node:path"), vl = require("node:process");
4201
4201
 
4202
4202
  // package.json
4203
- var ft = "9.0.13";
4203
+ var ft = "9.0.14";
4204
4204
 
4205
4205
  // src/cli/globalSettings.ts
4206
4206
  var Tt = T(require("node:fs/promises"), 1), ds = require("node:os"), St = require("node:path"), Oe = T(ss(), 1);
@@ -5547,7 +5547,7 @@ var Bt = class {
5547
5547
  i(this, "FileSystemCache");
5548
5548
  }
5549
5549
  constructor(e = {}) {
5550
- this.prefix = (e.ns || e.prefix || "") + "-", this.hash_alg = e.hash_alg || "md5", this.cache_dir = e.basePath || (0, Ze.join)((0, ii.tmpdir)(),
5550
+ this.prefix = (e.ns || e.prefix || "") + "-", this.hash_alg = e.hash_alg || "sha256", this.cache_dir = e.basePath || (0, Ze.join)((0, ii.tmpdir)(),
5551
5551
  (0, et.randomBytes)(15).toString("base64").replace(/\//g, "-")), this.ttl = e.ttl || 0, (0, et.createHash)(this.hash_alg), (0, M.mkdirSync)(
5552
5552
  this.cache_dir, { recursive: !0 });
5553
5553
  }
@@ -4210,7 +4210,7 @@ import "node:path";
4210
4210
  import "node:process";
4211
4211
 
4212
4212
  // package.json
4213
- var nt = "9.0.13";
4213
+ var nt = "9.0.14";
4214
4214
 
4215
4215
  // src/cli/globalSettings.ts
4216
4216
  var Ee = z(Un(), 1);
@@ -5569,7 +5569,7 @@ var Ot = class {
5569
5569
  i(this, "FileSystemCache");
5570
5570
  }
5571
5571
  constructor(e = {}) {
5572
- this.prefix = (e.ns || e.prefix || "") + "-", this.hash_alg = e.hash_alg || "md5", this.cache_dir = e.basePath || qe(cu(), nu(15).toString(
5572
+ this.prefix = (e.ns || e.prefix || "") + "-", this.hash_alg = e.hash_alg || "sha256", this.cache_dir = e.basePath || qe(cu(), nu(15).toString(
5573
5573
  "base64").replace(/\//g, "-")), this.ttl = e.ttl || 0, Eo(this.hash_alg), Dr(this.cache_dir, { recursive: !0 });
5574
5574
  }
5575
5575
  generateHash(e) {