From d7730ca649ae93a5be761d21bb9f52aa982049b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Mar 2022 14:09:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ba6f5ddc82..ed6cfa5928 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,11 @@ "find-versions": "^2.0.0", "get-stream": "^3.0.0", "git-log-parser": "^1.2.0", - "git-url-parse": "^9.0.0", + "git-url-parse": "^10.0.1", "hook-std": "^1.0.1", "hosted-git-info": "^2.6.0", "lodash": "^4.17.4", - "marked": "^0.4.0", + "marked": "^4.0.10", "marked-terminal": "^3.0.0", "p-locate": "^3.0.0", "p-reduce": "^1.0.0",