From e51941c79ccbf161eec7e7f876a9ff124c8ae211 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 07:27:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ba6f5ddc82..93979c3666 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "find-versions": "^2.0.0", "get-stream": "^3.0.0", "git-log-parser": "^1.2.0", - "git-url-parse": "^9.0.0", + "git-url-parse": "^10.0.1", "hook-std": "^1.0.1", "hosted-git-info": "^2.6.0", "lodash": "^4.17.4", @@ -44,7 +44,7 @@ "read-pkg-up": "^4.0.0", "resolve-from": "^4.0.0", "semver": "^5.4.1", - "yargs": "^11.0.0" + "yargs": "^16.0.0" }, "devDependencies": { "ava": "^0.25.0",