From f42325f3a91ff8c83d03a1d3890c3c24d83e8ff8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2020 22:35:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86005c5..62770ef 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "license": "ISC", "dependencies": { "hapi": "^13.0.0", - "html-pdf": "^1.5.0" + "html-pdf": "^2.0.0" } } \ No newline at end of file