From a24e384c9d1f208020e496401e31682b54d1cf97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Dec 2021 03:06:17 +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-NODESASS-1059081 --- packages/kbn-plugin-helpers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kbn-plugin-helpers/package.json b/packages/kbn-plugin-helpers/package.json index ce496abe9c7f1..e9cd1bb5371af 100644 --- a/packages/kbn-plugin-helpers/package.json +++ b/packages/kbn-plugin-helpers/package.json @@ -24,7 +24,7 @@ "gulp-zip": "4.2.0", "inquirer": "^1.2.2", "minimatch": "^3.0.4", - "node-sass": "^4.9.4", + "node-sass": "^7.0.0", "through2": "^2.0.3", "through2-map": "^3.0.0", "vinyl-fs": "^3.0.0"