From cc3a0c588de16d6b60c6b09c9c2027d7398b91b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 22:55:14 +0000 Subject: [PATCH] chore(deps): bump string-width from 4.2.3 to 5.1.2 Bumps [string-width](https://github.com/sindresorhus/string-width) from 4.2.3 to 5.1.2. - [Release notes](https://github.com/sindresorhus/string-width/releases) - [Commits](https://github.com/sindresorhus/string-width/compare/v4.2.3...v5.1.2) --- 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 4a2fed0..c74fe91 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "nopt": "^7.0.0", "ora": "^5.4.1", "pkg-up": "^3.1.0", - "string-width": "^4.2.0", + "string-width": "^5.1.2", "strip-ansi": "^6.0.0" }, "devDependencies": {