From b0b3586a0643fa5c9ea798a70743729bd9efe0d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Oct 2018 09:33:11 +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 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"