Skip to content

Commit e7a2755

Browse files
committed
Upgrade strip-ansi dependency
1 parent 8158802 commit e7a2755

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": "string-width",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "Get the visual width of a string - the number of columns required to display it",
55
"license": "MIT",
66
"repository": "sindresorhus/string-width",
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"emoji-regex": "^8.0.0",
4848
"is-fullwidth-code-point": "^3.0.0",
49-
"strip-ansi": "^6.0.0"
49+
"strip-ansi": "^6.0.1"
5050
},
5151
"devDependencies": {
5252
"ava": "^1.4.1",

0 commit comments

Comments
 (0)