From 8aa96fbbeae38760b59a7b4ed154230cd06b5da8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 01:05:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 72fc72ea5f055..f424c24ee5f7b 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "@kbn/utils": "link:packages/kbn-utils", "@loaders.gl/core": "^2.3.1", "@loaders.gl/json": "^2.3.1", - "@slack/webhook": "^5.0.4", + "@slack/webhook": "^7.0.0", "@turf/along": "6.0.1", "@turf/area": "6.0.1", "@turf/bbox": "6.0.1", @@ -165,7 +165,7 @@ "apollo-server-errors": "^2.0.2", "apollo-server-hapi": "^1.3.6", "archiver": "^5.2.0", - "axios": "^0.21.1", + "axios": "^1.6.0", "bluebird": "3.5.5", "brace": "0.11.1", "chalk": "^4.1.0",