From aed87484a40fa3a2e670f596c7f920678c1bc66f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 05:19:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:lodash:20180130 Latest report for mtcrutch/angular: https://snyk.io/test/github/mtcrutch/angular --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6362cb224d99..710ec6f3c404 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test": "gulp test.all.js && gulp test.all.dart" }, "dependencies": { - "es6-module-loader": "^0.9.2", + "es6-module-loader": "^0.11.1", "googleapis": "1.0.x", "gulp-insert": "^0.4.0", "gulp-modify": "0.0.4", @@ -33,7 +33,7 @@ "reflect-metadata": "^0.1.0", "rx": "2.5.1", "selenium-webdriver": "2.45.1", - "systemjs": "^0.9.1", + "systemjs": "^0.11.0", "traceur": "0.0.87", "which": "~1", "zone.js": "0.4.3"