From 674abb55c88ca631598915733155859f4076eba5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Mar 2019 03:11:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:c3:20160817 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f2fa29..13c5203 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ }, "dependencies": { "angular2": "2.0.0-beta.7", - "c3": "0.4.11-rc4", + "c3": "0.4.11", "chart.js": "1.0.2", "ckeditor": "4.5.7", "es6-module-loader": "0.17.8",