From 801144e5f7fbb8054948433c768803cd2af671d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Dec 2022 00:05: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 88ced9d..a1ccb53 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "semver": "^5.4.1", "semver-stable": "^2.0.4", "semver-utils": "^1.1.1", - "simple-git": "^1.40.0", + "simple-git": "^3.15.0", "touch": "^1.0.0", "yarn": "^1.21.1" },