diff --git a/package-lock.json b/package-lock.json index bdc7b29..4e2e9a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,11 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "@kwsites/exec-p": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@kwsites/exec-p/-/exec-p-0.4.0.tgz", + "integrity": "sha512-44DWNv5gDR9EwrCTVQ4ZC99yPqVS0VCWrYIBl45qNR8XQy+4lbl0IQG8kBDf6NHwj4Ib4c2z1Fq1IUJOCbkZcw==" + }, "@octokit/auth-app": { "version": "2.4.5", "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-2.4.5.tgz", @@ -6498,10 +6503,11 @@ "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" }, "simple-git": { - "version": "1.124.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.124.0.tgz", - "integrity": "sha512-ks9mBoO4ODQy/xGLC8Cc+YDvj/hho/IKgPhi6h5LI/sA+YUdHc3v0DEoHzM29VmulubpGCxMJUSFmyXNsjNMEA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-2.0.0.tgz", + "integrity": "sha512-R7P9WfnHmwnUlRowXGT93FOhhGvRQWWGhgH6Nf3lCXOv4SjtAuK25Tfhf4VFYueQ11r4WDMUVLXtKFGWPwLehg==", "requires": { + "@kwsites/exec-p": "^0.4.0", "debug": "^4.0.1" }, "dependencies": { diff --git a/package.json b/package.json index 8b20381..302110f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "fs-extra": "^8.1.0", "nodesfc": "^0.7.2", "queue": "^6.0.1", - "simple-git": "^1.124.0", + "simple-git": "^2.0.0", "socket.io-client": "^2.2.0", "tmp": "^0.2.0", "update-notifier": "^4.1.0"