From 0b48eb8ac9518c583328fdb5f1ca88cc22e4b4e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 01:06:24 +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-AXIOS-6032459 --- 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 ea76a7c475390..0860e71302dd7 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": "^1.6.0", "babel-jest": "^24.9.0", "babel-plugin-inline-react-svg": "^1.1.0", "babel-plugin-mock-imports": "^1.0.1", @@ -203,7 +203,7 @@ "@samverschueren/stream-to-observable": "^0.3.0", "@scant/router": "^0.1.0", "@slack/client": "^4.8.0", - "@slack/webhook": "^5.0.0", + "@slack/webhook": "^7.0.0", "@turf/boolean-contains": "6.0.1", "angular-resource": "1.4.9", "angular-sanitize": "1.6.5", @@ -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": "^1.6.0", "bluebird": "3.5.5", "boom": "^7.2.0", "brace": "0.11.1",