[Security solution] Update fleet_packages.json to include Security AI Prompts in kbn bundle (#225107)

This commit is contained in:
Steph Milovic 2025-06-26 12:34:04 -06:00 committed by GitHub
parent 547c198c3d
commit 5220391abb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,5 +57,10 @@
{ {
"name": "security_detection_engine", "name": "security_detection_engine",
"version": "9.0.7" "version": "9.0.7"
},
{
"name": "security_ai_prompts",
"version": "0.0.3",
"allowSyncToPrerelease": true
} }
] ]