@dpuse/dpuse-development 0.3.509 → 0.3.510

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.
@@ -6624,7 +6624,8 @@ async function ri() {
6624
6624
  "--ossIndexUsername",
6625
6625
  process.env.SONATYPE_USER_EMAIL ?? "",
6626
6626
  "--ossIndexPassword",
6627
- process.env.SONATYPE_USER_TOKEN ?? ""
6627
+ process.env.SONATYPE_USER_TOKEN ?? "",
6628
+ "--noupdate"
6628
6629
  ]), await ii("2️⃣"), await X("3️⃣ Check using 'npm audit'", "npm", ["audit"]), jr("Dependencies audited.");
6629
6630
  } catch (e) {
6630
6631
  console.error("❌ Error auditing dependencies.", e), process.exit(1);