From 6a877460985bf2eee58b4743d35693f15047d875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Oct 2021 20:18:17 +0000 Subject: [PATCH] chore(deps): bump string-width from 4.2.3 to 5.0.1 Bumps [string-width](https://github.com/sindresorhus/string-width) from 4.2.3 to 5.0.1. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v4.2.3...v5.0.1) --- 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 1e5c882..8e023e8 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.0.1", "strip-ansi": "^6.0.0" }, "devDependencies": {