Skip to content

Commit

Permalink
feat: fix unexpected breakages which node-v8.14.0 security release in…
Browse files Browse the repository at this point in the history
…troduced

  - Detail: nodejs/node#24811
  • Loading branch information
hyj1991 committed Jan 8, 2019
1 parent 83d7c54 commit 9fc5ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -59,8 +59,8 @@
"version": "2.7.0",
"reason": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/"
},
">= 3.0.0 < 3.13.0": {
"version": "3.13.0",
">= 3.0.0 < 3.14.0": {
"version": "3.14.0",
"reason": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/"
},
">= 4.0.0 < 4.6.0": {
Expand Down

0 comments on commit 9fc5ab5

Please sign in to comment.