From 9915167ae2ee9db45b2f6252e4d06847d7c65176 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 04:50:02 +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-WS-1296835 --- 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..98b83b94416fa 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -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", @@ -305,7 +305,7 @@ "prop-types": "^15.6.0", "proper-lockfile": "^3.2.0", "puid": "1.0.7", - "puppeteer-core": "^1.19.0", + "puppeteer-core": "^3.0.0", "raw-loader": "3.1.0", "react": "^16.8.0", "react-apollo": "^2.1.4",