From 983dac308405d56843b289302f12a0b72e414c73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Dec 2022 11:14:34 +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 1f93f48fc..e7003d1ab 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "request": "^2.88.2", "semver": "^7.3.2", "serve-favicon": "^2.5.0", - "simple-git": "^1.132.0", + "simple-git": "^3.15.0", "text-decoding": "^1.0.0", "msgpack-lite": "^0.1.26" },