Skip to content

Commit

Permalink
Upgrade ansi-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 23, 2021
1 parent 59533da commit 4eba141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "strip-ansi",
"version": "6.0.0",
"version": "6.0.1",
"description": "Strip ANSI escape codes from a string",
"license": "MIT",
"repository": "chalk/strip-ansi",
Expand Down Expand Up @@ -44,7 +44,7 @@
"text"
],
"dependencies": {
"ansi-regex": "^5.0.0"
"ansi-regex": "^5.0.1"
},
"devDependencies": {
"ava": "^2.4.0",
Expand Down

0 comments on commit 4eba141

Please sign in to comment.