From e90102a79a70c6304d8717104968d36f3c4dc540 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Sep 2020 22:44:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BL-608877 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 61fe67e694b..a4687225d97 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "test-multibrowser": "grunt test:multibrowser" }, "dependencies": { - "archiver": "~0.14.3", + "archiver": "~0.15.0", "babel-runtime": "^5.8.25", "css-parse": "~2.0.0", "css-value": "~0.0.1", @@ -45,7 +45,7 @@ "npm-install-package": "^1.0.2", "optimist": "^0.6.1", "q": "~1.3.0", - "request": "2.49.0", + "request": "2.76.0", "rgb2hex": "~0.1.0", "supports-color": "^1.3.1", "url": "~0.10.3",