From a87f9763c6e205d68a177295d1fd10dc254a1287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 09:02:47 +0000 Subject: [PATCH] chore(deps): bump simple-git from 3.7.1 to 3.16.1 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.7.1 to 3.16.1. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.16.1/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7bf78dd..f37b527 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "inquirer": "~8.2.4", "klaw": "~4.0.1", "lodash": "~4.17.21", - "simple-git": "~3.7.1", + "simple-git": "~3.16.1", "validate-npm-package-name": "~4.0.0" }, "bin": { @@ -5333,17 +5333,17 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/simple-git": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.7.1.tgz", - "integrity": "sha512-+Osjtsumbtew2y9to0pOYjNzSIr4NkKGBg7Po5SUtjQhaJf2QBmiTX/9E9cv9rmc7oUiSGFIB9e7ys5ibnT9+A==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.1.tgz", + "integrity": "sha512-xzRxMKiy1zEYeHGXgAzvuXffDS0xgsq07Oi4LWEEcVH29vLpcZ2tyQRWyK0NLLlCVaKysZeem5tC1qHEOxsKwA==", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.3" + "debug": "^4.3.4" }, "funding": { "type": "github", - "url": "https://github.com/sponsors/steveukx/" + "url": "https://github.com/steveukx/git-js?sponsor=1" } }, "node_modules/slash": { @@ -10128,13 +10128,13 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "simple-git": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.7.1.tgz", - "integrity": "sha512-+Osjtsumbtew2y9to0pOYjNzSIr4NkKGBg7Po5SUtjQhaJf2QBmiTX/9E9cv9rmc7oUiSGFIB9e7ys5ibnT9+A==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.16.1.tgz", + "integrity": "sha512-xzRxMKiy1zEYeHGXgAzvuXffDS0xgsq07Oi4LWEEcVH29vLpcZ2tyQRWyK0NLLlCVaKysZeem5tC1qHEOxsKwA==", "requires": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.3" + "debug": "^4.3.4" } }, "slash": { diff --git a/package.json b/package.json index b10e0f8..5486d0a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "inquirer": "~8.2.4", "klaw": "~4.0.1", "lodash": "~4.17.21", - "simple-git": "~3.7.1", + "simple-git": "~3.16.1", "validate-npm-package-name": "~4.0.0" }, "devDependencies": {