From 174b7d82e56dfc267f741aed88d640e81a7b3ddc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:23:12 +0100 Subject: [PATCH] fix wrong dates --- frontend/public/json/meillisearch.json | 2 +- frontend/public/json/wazuh.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/meillisearch.json b/frontend/public/json/meillisearch.json index fcce0c2..f943b5a 100644 --- a/frontend/public/json/meillisearch.json +++ b/frontend/public/json/meillisearch.json @@ -4,7 +4,7 @@ "categories": [ 8 ], - "date_created": "2024-03-21", + "date_created": "2025-03-21", "type": "ct", "updateable": true, "privileged": false, diff --git a/frontend/public/json/wazuh.json b/frontend/public/json/wazuh.json index 3f0b1f5..3363363 100644 --- a/frontend/public/json/wazuh.json +++ b/frontend/public/json/wazuh.json @@ -1,8 +1,10 @@ { "name": "Wazuh", "slug": "wazuh", - "categories": [1], - "date_created": "2024-03-25", + "categories": [ + 1 + ], + "date_created": "2025-03-19", "type": "ct", "updateable": false, "privileged": false,