From d2766623e204a34db377d3d7e0c956a1336b94de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Jul 2022 14:12:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEURL-2942134 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f560b7..f6f314b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "compare-version": "^0.1.2", "electron-prebuilt": "^0.34.1", "font-awesome": "^4.4.0", - "git-url-parse": "^4.2.1", + "git-url-parse": "^11.0.0", "jquery": "^3.1.1", "q": "^1.4.1", "sudo-prompt": "^2.3.0",