Skip to content

Commit

Permalink
fix: unexpected breakages which node-v8.14.0 security release introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Jan 8, 2019
1 parent 83d7c54 commit 86cf779
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 86cf779

Please sign in to comment.