diff --git a/package-lock.json b/package-lock.json index 24bc52d1..b3b47f0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "p-map": "4.0.0", "parse-link-header": "2.0.0", "rimraf": "^5.0.7", - "simple-git": "3.16.0", + "simple-git": "^3.30.0", "sleep-promise": "8.0.1", "snyk-request-manager": "^1.9.0", "source-map-support": "^0.5.16", @@ -14665,18 +14665,43 @@ } }, "node_modules/simple-git": { - "version": "3.16.0", + "version": "3.30.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz", + "integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==", "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.4" + "debug": "^4.4.0" }, "funding": { "type": "github", "url": "https://github.com/steveukx/git-js?sponsor=1" } }, + "node_modules/simple-git/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/simple-git/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, "node_modules/sisteransi": { "version": "1.0.5", "dev": true, diff --git a/package.json b/package.json index 4bf2eee4..35b367e9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "p-map": "4.0.0", "parse-link-header": "2.0.0", "rimraf": "^5.0.7", - "simple-git": "3.16.0", + "simple-git": "3.30.0", "sleep-promise": "8.0.1", "snyk-request-manager": "^1.9.0", "source-map-support": "^0.5.16",