From 41fc3c0d15372b090c2d57e63e9e53b019b1bd4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Oct 2018 22:19:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd2a072..df8f393 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "license": "BSD-3-Clause", "dependencies": { - "babel": "^5.8.23", + "babel": "^6.0.0", "lodash": "^3.10.1", "sister": "^3.0.0" }