From c13cc961d0699e6f14ba309991891987a8b94845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 20:05:35 +0000 Subject: [PATCH] chore(deps): bump string-width from 4.2.3 to 5.1.0 Bumps [string-width](https://github.com/sindresorhus/string-width) from 4.2.3 to 5.1.0. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v4.2.3...v5.1.0) --- updated-dependencies: - dependency-name: string-width dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4223562..4ecee68 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "nopt": "^5.0.0", "ora": "^5.4.1", "pkg-up": "^3.1.0", - "string-width": "^4.2.0", + "string-width": "^5.1.0", "strip-ansi": "^6.0.0" }, "devDependencies": {