From 8e8a37a51f64b72555191eb04e98a8087628ac6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 17:38:23 +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-FOLLOWREDIRECTS-2396346 --- x-pack/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/package.json b/x-pack/package.json index ea76a7c475390a..3d5c14d1006c29 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -106,7 +106,7 @@ "@types/uuid": "^3.4.4", "abab": "^1.0.4", "ansicolors": "0.3.2", - "axios": "^0.19.0", + "axios": "^0.20.0", "babel-jest": "^24.9.0", "babel-plugin-inline-react-svg": "^1.1.0", "babel-plugin-mock-imports": "^1.0.1", @@ -202,7 +202,7 @@ "@mapbox/mapbox-gl-draw": "^1.1.1", "@samverschueren/stream-to-observable": "^0.3.0", "@scant/router": "^0.1.0", - "@slack/client": "^4.8.0", + "@slack/client": "^5.0.0", "@slack/webhook": "^5.0.0", "@turf/boolean-contains": "6.0.1", "angular-resource": "1.4.9", @@ -217,7 +217,7 @@ "apollo-link-state": "^0.4.1", "apollo-server-errors": "^2.0.2", "apollo-server-hapi": "^1.3.6", - "axios": "^0.19.0", + "axios": "^0.20.0", "bluebird": "3.5.5", "boom": "^7.2.0", "brace": "0.11.1",