From 2943c239d4c24924945cb64a050bd4705509d910 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Nov 2020 03:27:15 +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 ce9da6271b..60134ad260 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "execa": "^0.9.0", "get-stream": "^3.0.0", "git-log-parser": "^1.2.0", - "git-url-parse": "^8.1.0", + "git-url-parse": "^10.0.1", "hook-std": "^0.4.0", "lodash": "^4.17.4", "marked": "^0.3.9", @@ -43,7 +43,7 @@ "read-pkg-up": "^3.0.0", "resolve-from": "^4.0.0", "semver": "^5.4.1", - "yargs": "^11.0.0" + "yargs": "^16.0.0" }, "devDependencies": { "ava": "^0.25.0",