From c599e1a136383e292dc4ce9348f3a82427655ef5 Mon Sep 17 00:00:00 2001 From: Filigran Automation Date: Fri, 30 Aug 2024 10:23:54 +0000 Subject: [PATCH] [backend/worker] Release 6.2.17 --- opencti-platform/opencti-front/package.json | 2 +- opencti-platform/opencti-graphql/package.json | 2 +- opencti-platform/opencti-graphql/src/python/requirements.txt | 2 +- opencti-worker/src/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opencti-platform/opencti-front/package.json b/opencti-platform/opencti-front/package.json index cd6251b3863d..59fe32fddeb8 100644 --- a/opencti-platform/opencti-front/package.json +++ b/opencti-platform/opencti-front/package.json @@ -1,6 +1,6 @@ { "name": "opencti-front", - "version": "6.2.16", + "version": "6.2.17", "private": true, "main": "src/front.tsx", "dependencies": { diff --git a/opencti-platform/opencti-graphql/package.json b/opencti-platform/opencti-graphql/package.json index 6eabbeefbc33..d08f05407da7 100644 --- a/opencti-platform/opencti-graphql/package.json +++ b/opencti-platform/opencti-graphql/package.json @@ -1,6 +1,6 @@ { "name": "opencti-graphql", - "version": "6.2.16", + "version": "6.2.17", "main": "src/back.js", "scripts": { "check-ts": "tsc --noEmit", diff --git a/opencti-platform/opencti-graphql/src/python/requirements.txt b/opencti-platform/opencti-graphql/src/python/requirements.txt index dc6543aaedcb..b5e4e50d0b69 100644 --- a/opencti-platform/opencti-graphql/src/python/requirements.txt +++ b/opencti-platform/opencti-graphql/src/python/requirements.txt @@ -1,4 +1,4 @@ -pycti==6.2.16 +pycti==6.2.17 parsuricata==0.4.1 plyara==2.1.1 sigmatools==0.23.1 diff --git a/opencti-worker/src/requirements.txt b/opencti-worker/src/requirements.txt index 89e5bf7b836f..1c04bd7a7d11 100644 --- a/opencti-worker/src/requirements.txt +++ b/opencti-worker/src/requirements.txt @@ -1,4 +1,4 @@ -pycti==6.2.16 +pycti==6.2.17 opentelemetry-api==1.22.0 opentelemetry-sdk==1.22.0 opentelemetry-exporter-prometheus==0.43b0