From 05b3a518f4222a2c9b93c69f3f242a7e8a74d1b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 06:50:41 +0000 Subject: [PATCH] fix: x-pack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- x-pack/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/package.json b/x-pack/package.json index ea76a7c475390..607ab3322c634 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -309,7 +309,7 @@ "raw-loader": "3.1.0", "react": "^16.8.0", "react-apollo": "^2.1.4", - "react-beautiful-dnd": "^8.0.7", + "react-beautiful-dnd": "^9.0.0", "react-clipboard.js": "^1.1.2", "react-datetime": "^2.14.0", "react-dom": "^16.8.0", @@ -348,7 +348,7 @@ "squel": "^5.12.2", "stats-lite": "^2.2.0", "style-it": "^2.1.3", - "styled-components": "3.4.10", + "styled-components": "4.0.0", "suricata-sid-db": "^1.0.2", "tinycolor2": "1.4.1", "tinymath": "1.2.1",