Skip to content

Commit

Permalink
fix: downgrade ansi escapes
Browse files Browse the repository at this point in the history
This package is node8+, downgrade for node 6 support
  • Loading branch information
lili2311 committed Aug 9, 2019
1 parent 28e44ae commit f3a26fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@snyk/gemfile": "1.2.0",
"@types/agent-base": "^4.2.0",
"abbrev": "^1.1.1",
"ansi-escapes": "^4.1.0",
"ansi-escapes": "3.2.0",
"chalk": "^2.4.2",
"configstore": "^3.1.2",
"debug": "^3.1.0",
Expand Down

0 comments on commit f3a26fd

Please sign in to comment.