From bdfb1b0c38abc512d3cc68a01aefdc29c971cd59 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 15 Feb 2026 01:11:31 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(threat-intelligence):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20threat=20intelligence=20module=20dependenc?= =?UTF-8?q?ies=20to=20latest=20minor/patch=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/threat-intelligence/shared/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" } }