From 5734e6989c8e9c498e02bb2106cf2fad57c533a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 21:23:18 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a56e722..890eb72 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "request": "^2.58.0", "socket.io": "^1.1.0", "split": "^1.0.0", - "strip-ansi": "^3.0.0", + "strip-ansi": "^7.0.0", "through2-map": "^2.0.0", - "update-notifier": "^0.5.0", + "update-notifier": "^0.6.1", "yargs": "^3.14.0" }, "devDependencies": {