@greenarmor/ges-audit-engine 0.5.0 → 0.5.1

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.
@@ -43,7 +43,7 @@ export class ConfigScanner {
43
43
  fix: "npm install cors and configure allowed origins explicitly.",
44
44
  });
45
45
  }
46
- const auditDeps = ["express", "lodash", "axios", "underscore"];
46
+ const auditDeps = ["lodash", "axios", "underscore"];
47
47
  for (const dep of auditDeps) {
48
48
  if (deps[dep]) {
49
49
  findings.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greenarmor/ges-audit-engine",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "description": "GESF Audit Engine - Audit trails and compliance evaluation",
6
6
  "main": "./dist/index.js",
@@ -12,7 +12,7 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "@greenarmor/ges-core": "0.5.0"
15
+ "@greenarmor/ges-core": "0.5.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^6.0.0",