From 450a6b7f512db773bb5fd229466816fafa0b8928 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 May 2022 07:03:15 +0000 Subject: [PATCH] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-2434306 --- script/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/package.json b/script/package.json index 9f7e0312981..13f125eaff6 100644 --- a/script/package.json +++ b/script/package.json @@ -45,7 +45,7 @@ "random-seed": "^0.3.0", "season": "5.3.0", "semver": "5.3.0", - "simple-git": "^2.7.0", + "simple-git": "^3.5.0", "stylelint": "^9.0.0", "stylelint-config-standard": "^18.1.0", "sync-request": "3.0.1",