From 075e114749f582845f55129720ff1fc5617b0b1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Dec 2018 03:53:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:atob:20180429 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:mixin-deep:20180215 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff8bda..a67cf68 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "@types/debug": "^0.0.29", "@types/mkdirp": "^0.3.29", "@types/q": "^1.0.0", - "braces": "^2.2.2", + "braces": "^2.3.1", "debug": "^2.6.7", "mkdirp": "^0.5.1", "q": "^1.4.1"