Updated dependencies and fixed audit

This commit is contained in:
Drew Heavner
2020-11-12 18:00:41 -05:00
parent ac7314fa18
commit ff34f681c1
2041 changed files with 15676 additions and 190739 deletions
+3
View File
@@ -27,6 +27,9 @@ stringWidth('\u001b[1m古\u001b[22m');
stringWidth('a');
//=> 1
stringWidth('\u001B]8;;https://github.com\u0007Click\u001B]8;;\u0007');
// => 5
```