From 5220391abb7e5437ab43aa16e44e36710af59c68 Mon Sep 17 00:00:00 2001 From: Steph Milovic Date: Thu, 26 Jun 2025 12:34:04 -0600 Subject: [PATCH] [Security solution] Update `fleet_packages.json` to include Security AI Prompts in kbn bundle (#225107) --- fleet_packages.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fleet_packages.json b/fleet_packages.json index cab7cfa4c5f6..1b5caf2f5f4c 100644 --- a/fleet_packages.json +++ b/fleet_packages.json @@ -57,5 +57,10 @@ { "name": "security_detection_engine", "version": "9.0.7" + }, + { + "name": "security_ai_prompts", + "version": "0.0.3", + "allowSyncToPrerelease": true } -] \ No newline at end of file +]