diff --git a/package-lock.json b/package-lock.json index 39184e5..787fac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.1", "@actions/tool-cache": "^2.0.1", "fasm-versions": "github:stevenwdv/fasm-versions#v1.1", - "simple-git": "^3.19.1" + "simple-git": "^3.20.0" }, "devDependencies": { "@types/node": "^16.18.39", @@ -2517,9 +2517,9 @@ } }, "node_modules/simple-git": { - "version": "3.19.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.19.1.tgz", - "integrity": "sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.20.0.tgz", + "integrity": "sha512-ozK8tl2hvLts8ijTs18iFruE+RoqmC/mqZhjs/+V7gS5W68JpJ3+FCTmLVqmR59MaUQ52MfGQuWsIqfsTbbJ0Q==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/package.json b/package.json index 81b0643..cc16add 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@actions/core": "^1.10.1", "@actions/tool-cache": "^2.0.1", "fasm-versions": "github:stevenwdv/fasm-versions#v1.1", - "simple-git": "^3.19.1" + "simple-git": "^3.20.0" }, "devDependencies": { "@types/node": "^16.18.39",