From 0761c8d2b59806a5826e48b85db8bab617562258 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jun 2022 00:39:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ab85ff29a..c1ae1aa615 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "configstore": "^3.1.2", "debug": "^3.1.0", "diff": "^4.0.1", - "git-url-parse": "11.1.2", + "git-url-parse": "12.0.0", "glob": "^7.1.3", "inquirer": "^6.2.2", "lodash": "^4.17.14",