From 0bda9b7bf874b8a3e3bf0638405f61b0801d8b3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Sep 2022 03:40:03 +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 - https://snyk.io/vuln/npm:concat-stream:20160901 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c76a999..5855fd1 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,11 @@ "url": "https://github.com/tyrasd/overpass-wizard/issues" }, "dependencies": { - "concat-stream": "~1.0.1", + "concat-stream": "~1.3.2", "promise": "^7.1.1", "request": "^2.88.0", "request-promise": "^4.2.5", - "yargs": "^3.32.0" + "yargs": "^13.2.4" }, "devDependencies": { "expect.js": "^0.3.1",