bmad-cybersec 3.2.2 → 3.2.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.
Files changed (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-cybersec",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Production-ready BMAD security and automation framework with comprehensive validation, authentication, and audit capabilities",
5
5
  "type": "module",
6
6
  "main": "./_bmad/framework/dist/_bmad/framework/index.js",
@@ -104,7 +104,9 @@
104
104
  },
105
105
  "overrides": {
106
106
  "fast-xml-parser": "5.3.4",
107
- "esbuild": ">=0.25.0"
107
+ "esbuild": ">=0.25.0",
108
+ "glob": "^13.0.3",
109
+ "markdown-it": "^14.1.1"
108
110
  },
109
111
  "dependencies": {
110
112
  "@bmad/validators": "file:.claude/validators-node",
@@ -129,8 +131,8 @@
129
131
  "@eslint/js": "^9.39.2",
130
132
  "@types/node": "^20.10.0",
131
133
  "@types/semver": "^7.7.1",
132
- "@vitest/coverage-v8": "^1.1.0",
133
- "@vitest/ui": "^1.1.0",
134
+ "@vitest/coverage-v8": "^2.1.0",
135
+ "@vitest/ui": "^2.1.0",
134
136
  "eslint": "^9.39.2",
135
137
  "eslint-config-prettier": "^10.1.8",
136
138
  "eslint-plugin-n": "^17.23.2",
@@ -142,7 +144,7 @@
142
144
  "typedoc": "^0.25.0",
143
145
  "typescript": "^5.3.0",
144
146
  "typescript-eslint": "^8.55.0",
145
- "vitest": "^1.1.0"
147
+ "vitest": "^2.1.0"
146
148
  },
147
149
  "peerDependencies": {
148
150
  "typescript": "^5.0.0"