Skip to content

Commit

Permalink
Upgrade strip-ansi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 23, 2021
1 parent 8158802 commit e7a2755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "string-width",
"version": "4.2.2",
"version": "4.2.3",
"description": "Get the visual width of a string - the number of columns required to display it",
"license": "MIT",
"repository": "sindresorhus/string-width",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.0"
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"ava": "^1.4.1",
Expand Down

0 comments on commit e7a2755

Please sign in to comment.