From e9fe2a985cb999ae3d54a1a6f7c5a27efd529a5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Oct 2017 13:58:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:semver:20150403 Latest report for qwo/atom-shell-starter: https://snyk.io/test/github/qwo/atom-shell-starter --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f930de8..08ec5c6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "fs-plus": "^2.3.1", "fstream": "0.1.24", "guid": "0.0.10", - "less-cache": "0.17.0", + "less-cache": "0.24.0", "mixto": "^1", "mkdirp": "0.3.5", "nslog": "^1.0.1", @@ -35,7 +35,7 @@ "runas": "1.0.1", "scrollbar-style": "^1.0.2", "season": "^1.0.2", - "semver": "2.2.1", + "semver": "4.3.2", "serializable": "^1", "temp": "0.7.0", "underscore-plus": "^1.6.1",