diff --git a/features/threat-intelligence/shared/package.json b/features/threat-intelligence/shared/package.json index 0272e8252..d750aee7b 100644 --- a/features/threat-intelligence/shared/package.json +++ b/features/threat-intelligence/shared/package.json @@ -18,7 +18,10 @@ }, "devDependencies": { "@lilith/lix-configs": "^1.0.1", + "@vitest/coverage-v8": "^4.0.17", + "jsdom": "^27.4.0", "tsup": "^8.5.1", - "typescript": "^5.9.3" + "typescript": "^5.9.3", + "vitest": "^4.0.17" } }