diff --git a/package.json b/package.json index 3a97218..6d729c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "string-width", - "version": "5.0.0", + "version": "5.0.1", "description": "Get the visual width of a string - the number of columns required to display it", "license": "MIT", "repository": "sindresorhus/string-width", @@ -49,7 +49,7 @@ "dependencies": { "emoji-regex": "^9.2.2", "is-fullwidth-code-point": "^4.0.0", - "strip-ansi": "^7.0.0" + "strip-ansi": "^7.0.1" }, "devDependencies": { "ava": "^3.15.0",