From 3a0f7b325293273ab55add5fbe4515622eb8f2d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 05:52:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- 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" }