From c8a207618c2069b119dfc9ef705f749f3d2fc309 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Nov 2017 04:49:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 Latest report for appsflare/html2pdf: https://snyk.io/test/github/appsflare/html2pdf --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 86005c5..d172cb8 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,19 @@ { - "name": "pdfconverter", - "version": "1.0.0", - "description": "pdf converter, html to pdf etc", - "main": "app.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [ - "pdf", - "converter" - ], - "author": "HRA-Application", - "license": "ISC", - "dependencies": { - "hapi": "^13.0.0", - "html-pdf": "^1.5.0" - } + "name": "pdfconverter", + "version": "1.0.0", + "description": "pdf converter, html to pdf etc", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "pdf", + "converter" + ], + "author": "HRA-Application", + "license": "ISC", + "dependencies": { + "hapi": "^13.0.0", + "html-pdf": "^2.0.0" + } } \ No newline at end of file