From 76600c070ccdd35676c4148658d3b411c12d328e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 May 2017 02:11:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 Latest report for aklkv/ember-cli-plotly: https://snyk.io/test/github/aklkv/ember-cli-plotly --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a13e222..b1fb3a3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "ember-addon" ], "dependencies": { - "ember-cli-babel": "^5.1.6" + "ember-cli-babel": "^6.0.0" }, "ember-addon": { "configPath": "tests/dummy/config"