From 823f4e1eefcd466c1ac75702a5b78ba3c25359cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Sep 2021 00:14:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fc3ebe..843205c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "axios": "^0.16.2", - "boxen": "^1.2.1", + "boxen": "^2.1.0", "chalk": "^2.1.0", "https": "^1.0.0", "njwt": "^0.4.0",