From d64802f27fc39fa0a5f9e3ff9c8fa3b5e3c31528 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 00:04:00 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a56e722..1045cbe 100644 --- a/package.json +++ b/package.json @@ -27,10 +27,10 @@ "request": "^2.58.0", "socket.io": "^1.1.0", "split": "^1.0.0", - "strip-ansi": "^3.0.0", + "strip-ansi": "^5.0.0", "through2-map": "^2.0.0", - "update-notifier": "^0.5.0", - "yargs": "^3.14.0" + "update-notifier": "^0.6.1", + "yargs": "^13.2.4" }, "devDependencies": { "angular": "^1.3.15",