Skip to content

Commit

Permalink
Downgraded phantom to 2.1.21 to ensure it's compatible with older ver…
Browse files Browse the repository at this point in the history
…sions of Node
  • Loading branch information
d4nyll committed Aug 30, 2017
1 parent 1e6de0c commit 6cf419e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -52,6 +52,6 @@
"handlebars": "^4.0.10",
"he": "^1.1.1",
"mkdirp": "^0.5.1",
"phantom": "^4.0.5"
"phantom": "^2.1.21"
}
}
22 changes: 8 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6cf419e

Please sign in to comment.