diff --git a/package-lock.json b/package-lock.json index 690124e..2fbc006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2247,11 +2247,11 @@ "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==" }, "html-pdf": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/html-pdf/-/html-pdf-2.2.0.tgz", - "integrity": "sha1-S8+Rwky1YOR6o/rP0DPg4b8kG5E=", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/html-pdf/-/html-pdf-3.0.1.tgz", + "integrity": "sha512-CKNSacmQn+CKJ2GNfT4UYKaPy/T3Ndj82yJ2aju/UPmnvWNjIpyumqRqkFU0mwT6BTHBFhFGTnXN8dBn4Bdj0Q==", "requires": { - "phantomjs-prebuilt": "^2.1.4" + "phantomjs-prebuilt": "^2.1.16" } }, "htmlparser2": { diff --git a/package.json b/package.json index 85581a2..4085d32 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "express": "^4.17.1", "express-session": "^1.15.6", "handlebars": "^4.1.2", - "html-pdf": "^2.2.0", + "html-pdf": "^3.0.1", "http-errors": "~1.6.2", "jsonwebtoken": "^8.5.1", "juice": "^5.1.0",