From bdf58ee95c10b8e3167b5f5aa52fb3d14d3a9148 Mon Sep 17 00:00:00 2001 From: Paule Levasseur <35982323+MelonBall@users.noreply.github.com> Date: Mon, 25 Oct 2021 16:41:37 -0400 Subject: [PATCH] Fix ansi-regex vulnerability https://github.com/advisories/GHSA-93q8-gq69-wqmw --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3426665..a5055e5 100644 --- a/package.json +++ b/package.json @@ -49,9 +49,9 @@ "author": "Ben Coe ", "license": "ISC", "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1", + "wrap-ansi": "^8.0.1" }, "devDependencies": { "@types/node": "^14.0.27",