diff --git a/package.json b/package.json index 45f4e91..3830778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "revoice", - "version": "0.1.9", + "version": "0.1.10", "description": "Generate HTML / PDF receipts and invoices", "main": "dist/index.js", "homepage": "https://github.com/brewhk/revoice", @@ -52,6 +52,6 @@ "handlebars": "^4.0.10", "he": "^1.1.1", "mkdirp": "^0.5.1", - "phantom": "^4.0.5" + "phantom": "^2.1.21" } } diff --git a/yarn.lock b/yarn.lock index 2799a13..718ae16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1661,6 +1661,10 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" +linerstream@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/linerstream/-/linerstream-0.1.4.tgz#5de7bf69faa2b0f9d85e8332099b70e419a845d5" + load-json-file@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" @@ -2125,12 +2129,12 @@ performance-now@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5" -phantom@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/phantom/-/phantom-4.0.5.tgz#46c31e8b1f698f46cf4548a37cc5a09e61330ef8" +phantom@^2.1.21: + version "2.1.21" + resolved "https://registry.yarnpkg.com/phantom/-/phantom-2.1.21.tgz#76b7790ff62cf09fbe922ae844b9fb745ce8bb28" dependencies: + linerstream "^0.1.4" phantomjs-prebuilt "^2.1.4" - split "^1.0.0" winston "^2.2.0" phantomjs-prebuilt@^2.1.4: @@ -2505,12 +2509,6 @@ spdx-license-ids@^1.0.2: version "1.2.2" resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57" -split@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9" - dependencies: - through "2" - sprintf-js@~1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" @@ -2639,10 +2637,6 @@ throttleit@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/throttleit/-/throttleit-1.0.0.tgz#9e785836daf46743145a5984b6268d828528ac6c" -through@2: - version "2.3.8" - resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" - to-fast-properties@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"