From 9a558e988a6fa5cc4955951229a6b5f9e81c5313 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:16:00 +0000 Subject: [PATCH] fix: packages/kbn-plugin-helpers/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- packages/kbn-plugin-helpers/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/kbn-plugin-helpers/package.json b/packages/kbn-plugin-helpers/package.json index ce496abe9c7f1..0653c8c74c3b2 100644 --- a/packages/kbn-plugin-helpers/package.json +++ b/packages/kbn-plugin-helpers/package.json @@ -17,14 +17,14 @@ "argv-split": "^2.0.1", "commander": "^3.0.0", "del": "^4.1.1", - "execa": "^1.0.0", + "execa": "^2.1.0", "globby": "^8.0.1", "gulp-babel": "^8.0.0", "gulp-rename": "1.4.0", "gulp-zip": "4.2.0", "inquirer": "^1.2.2", "minimatch": "^3.0.4", - "node-sass": "^4.9.4", + "node-sass": "^6.0.1", "through2": "^2.0.3", "through2-map": "^3.0.0", "vinyl-fs": "^3.0.0"