Skip to content

Commit 4eba141

Browse files
committed
Upgrade ansi-regex
1 parent 59533da commit 4eba141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strip-ansi",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Strip ANSI escape codes from a string",
55
"license": "MIT",
66
"repository": "chalk/strip-ansi",
@@ -44,7 +44,7 @@
4444
"text"
4545
],
4646
"dependencies": {
47-
"ansi-regex": "^5.0.0"
47+
"ansi-regex": "^5.0.1"
4848
},
4949
"devDependencies": {
5050
"ava": "^2.4.0",

0 commit comments

Comments
 (0)