cia-compliance-manager 1.1.76 → 1.1.78

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.
@@ -93,7 +93,7 @@ var y = p(() => import("../components/widgets/assessmentcenter/BusinessImpactAna
93
93
  /* @__PURE__ */ v("span", {
94
94
  className: "mr-1 version-tag",
95
95
  "data-testid": n.APP_VERSION,
96
- children: ["v", "1.1.76"]
96
+ children: ["v", "1.1.78"]
97
97
  }),
98
98
  /* @__PURE__ */ _("span", {
99
99
  className: "mx-1 nav-separator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cia-compliance-manager",
3
- "version": "1.1.76",
3
+ "version": "1.1.78",
4
4
  "description": "React components, hooks, and services for CIA triad security assessment, compliance management, and risk analysis — supporting ISO 27001, NIST 800-53, SOC 2, GDPR, HIPAA, and EU CRA frameworks",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -189,8 +189,8 @@
189
189
  "@types/react": "19.2.15",
190
190
  "@types/react-dom": "19.2.3",
191
191
  "@vitejs/plugin-react": "6.0.2",
192
- "@vitest/coverage-v8": "4.1.6",
193
- "@vitest/ui": "4.1.6",
192
+ "@vitest/coverage-v8": "4.1.7",
193
+ "@vitest/ui": "4.1.7",
194
194
  "canvas": "3.2.3",
195
195
  "chart.js": "4.5.1",
196
196
  "cross-env": "10.1.0",
@@ -204,7 +204,7 @@
204
204
  "eslint": "10.4.0",
205
205
  "globals": "17.6.0",
206
206
  "jsdom": "29.1.1",
207
- "knip": "6.14.1",
207
+ "knip": "6.14.2",
208
208
  "license-compliance": "3.0.1",
209
209
  "mocha-junit-reporter": "2.2.1",
210
210
  "mochawesome": "7.1.4",
@@ -222,8 +222,8 @@
222
222
  "typedoc-plugin-mermaid": "1.12.0",
223
223
  "typescript": "6.0.3",
224
224
  "typescript-eslint": "8.59.4",
225
- "vite": "8.0.13",
226
- "vitest": "4.1.6"
225
+ "vite": "8.0.14",
226
+ "vitest": "4.1.7"
227
227
  },
228
228
  "engines": {
229
229
  "node": ">=26.0.0",