Skip to content

Commit 1ae4962

Browse files
Bump simple-git from 2.48.0 to 3.5.0
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.48.0 to 3.5.0. - [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/[email protected]/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 644b31a commit 1ae4962

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"prettier": "2.5.0",
8484
"rimraf": "3.0.2",
8585
"semver-sort": "0.0.4",
86-
"simple-git": "2.48.0",
86+
"simple-git": "3.5.0",
8787
"sinon": "12.0.1",
8888
"ts-node": "10.4.0",
8989
"type-fest": "2.8.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2155,10 +2155,10 @@ [email protected]:
21552155
dependencies:
21562156
ms "2.1.2"
21572157

2158-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
2159-
version "4.3.3"
2160-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz"
2161-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
2158+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3:
2159+
version "4.3.4"
2160+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2161+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
21622162
dependencies:
21632163
ms "2.1.2"
21642164

@@ -5098,14 +5098,14 @@ signal-exit@^3.0.2, signal-exit@^3.0.3:
50985098
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz"
50995099
integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
51005100

5101-
simple-git@2.48.0:
5102-
version "2.48.0"
5103-
resolved "https://registry.npmjs.org/simple-git/-/simple-git-2.48.0.tgz"
5104-
integrity sha512-z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A==
5101+
simple-git@3.5.0:
5102+
version "3.5.0"
5103+
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.5.0.tgz#3c3538f4d7a1b3c8f3904412b12740bdcad9c8b1"
5104+
integrity sha512-fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA==
51055105
dependencies:
51065106
"@kwsites/file-exists" "^1.1.1"
51075107
"@kwsites/promise-deferred" "^1.1.1"
5108-
debug "^4.3.2"
5108+
debug "^4.3.3"
51095109

51105110
51115111
version "12.0.1"

0 commit comments

Comments
 (0)