diff --git a/package-lock.json b/package-lock.json index 8cce026..51abbdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -950,9 +950,9 @@ "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==" }, "simple-git": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.3.0.tgz", - "integrity": "sha512-K9qcbbZwPHhk7MLi0k0ekvSFXJIrRoXgHhqMXAFM75qS68vdHTcuzmul1ilKI02F/4lXshVgBoDll2t++JK0PQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.5.0.tgz", + "integrity": "sha512-fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", diff --git a/package.json b/package.json index 3f74f59..9e6be1e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "lodash": "^4.17.21", "minimist": "^1.2.0", "shelljs": "^0.8.5", - "simple-git": "^3.3.0", + "simple-git": "^3.5.0", "touch": "^3.1.0" } }