From 9eef55737041ad13d03074a6521bf2b14e16cb96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 22:36:33 +0000 Subject: [PATCH] fix: node_modules/boxen/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- node_modules/boxen/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/boxen/package.json b/node_modules/boxen/package.json index 9ecbd6db5b..5ace6ae6fd 100644 --- a/node_modules/boxen/package.json +++ b/node_modules/boxen/package.json @@ -37,10 +37,10 @@ "camelcase": "^5.3.1", "chalk": "^3.0.0", "cli-boxes": "^2.2.0", - "string-width": "^4.1.0", + "string-width": "^5.0.0", "term-size": "^2.1.0", "type-fest": "^0.8.1", - "widest-line": "^3.1.0" + "widest-line": "^4.0.0" }, "devDependencies": { "ava": "^2.1.0",