From 2c4022aa2e710999a43e2ce8fc5768ae8d56b94f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Jun 2021 03:51:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46fe91e275..b13dc20501 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "compression": "^1.6", "condense-whitespace": "^1.0.0", "express": "^4.14", - "git-url-parse": "^6.0.5", + "git-url-parse": "^11.0.0", "github": "^3.0", "gravatar": "^1.5.2", "highlight.js": "^9.6.0",