From a20cc8833180d920c8120fb2f53592cafa58a1c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 19:09:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-3112221 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58f274275f..574818cc8c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "moment": "latest", "request": "^2.81.0", "rrule-alt": "^2.2.5", - "simple-git": "^1.73.0", + "simple-git": "^3.15.0", "socket.io": "^2.0.2", "valid-url": "latest", "walk": "latest"