From 58fc30b515cc63a1079796b5aba875913b909a83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2018 00:21:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:angular:20180202 Latest report for ninabina921/printerapp: https://snyk.io/test/github/ninabina921/printerapp --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bbbbd85..be05634 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "node": "*" }, "dependencies": { - "angular": "1.6.1", - "printer":"git+https://github.com/tojocky/node-printer" + "angular": "1.6.9", + "printer": "git+https://github.com/tojocky/node-printer" } }