Skip to content

Commit

Permalink
fix: update strip-ansi to use newer ansi-regex without vulnerability
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node.js 8 as per https://github.com/chalk/strip-ansi/releases/tag/v6.0.0

Closes: litixsoft#108
  • Loading branch information
Den-dp committed Nov 22, 2021
1 parent 55a9c99 commit e9af81b
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 @@ -82,7 +82,7 @@
"dependencies": {
"chalk": "^2.1.0",
"log-symbols": "^2.1.0",
"strip-ansi": "^4.0.0"
"strip-ansi": "^6.0.1"
},
"peerDependencies": {
"karma": ">=0.13"
Expand Down

0 comments on commit e9af81b

Please sign in to comment.