From 805ec06ded5e7a4d39bc75b8ec382e2f06f32151 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Jun 2022 02:26:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEURL-2935944 - https://snyk.io/vuln/SNYK-JS-PARSEURL-2935947 --- 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",