From 01c24cd143ade02ded711d74854a3c98c97e1212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Barto=C5=A1?= <bartos@cesnet.cz> Date: Thu, 5 Mar 2020 14:17:39 +0100 Subject: [PATCH] fixed package.json and set kibana version to 7.2.0, which is used in our toolset --- thehive_button/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thehive_button/package.json b/thehive_button/package.json index b513a50..8542262 100644 --- a/thehive_button/package.json +++ b/thehive_button/package.json @@ -4,7 +4,7 @@ "description": "Visualisation plugin which creates a simple button to create a new case in The Hive.", "main": "index.js", "kibana": { - "version": "7.2.2", + "version": "7.2.0" }, "scripts": { "lint": "eslint .", @@ -12,7 +12,7 @@ "build": "plugin-helpers build" }, "dependencies": { - "request": "^2.88.0", + "request": "^2.88.0" }, "devDependencies": { "@elastic/eslint-config-kibana": "link:../../packages/eslint-config-kibana", -- GitLab