@datapos/datapos-development 0.3.278 → 0.3.279

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.
@@ -7920,7 +7920,7 @@ async function op() {
7920
7920
  }
7921
7921
  async function Kh(e) {
7922
7922
  se(`${e} Insert OWASP Badge(s) into 'README.md'`);
7923
- const t = await Se("./dependency-check-reports/dependency-check-report.json"), i = { critical: 0, high: 0, moderate: 0, low: 0, unknown: 0 };
7923
+ const t = await Se("./dependency-check-report.json"), i = { critical: 0, high: 0, moderate: 0, low: 0, unknown: 0 };
7924
7924
  for (const o of t.dependencies)
7925
7925
  if (o.vulnerabilities != null)
7926
7926
  for (const S of o.vulnerabilities) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.278",
3
+ "version": "0.3.279",
4
4
  "description": "A library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",