Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.

Commit c35902e

Browse files
build(deps-dev): bump simple-git from 2.48.0 to 3.32.3
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 2.48.0 to 3.32.3. - [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.32.3/simple-git) --- updated-dependencies: - dependency-name: simple-git dependency-version: 3.32.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 276ee35 commit c35902e

2 files changed

Lines changed: 15 additions & 19 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"node-sass": "4.13.1",
4646
"npm-run-all": "^4.1.5",
4747
"sass-loader": "^8.0.2",
48-
"simple-git": "^2.4.0",
48+
"simple-git": "^3.32.3",
4949
"ts-loader": "^6.2.2",
5050
"ts-node": "^8.8.1",
5151
"typescript": "^3.1.3",

yarn.lock

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,12 +1737,12 @@ debug@^3.2.6:
17371737
dependencies:
17381738
ms "^2.1.1"
17391739

1740-
debug@^4.1.1, debug@^4.3.2:
1741-
version "4.3.3"
1742-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
1743-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
1740+
debug@^4.1.1, debug@^4.4.0:
1741+
version "4.4.3"
1742+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
1743+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
17441744
dependencies:
1745-
ms "2.1.2"
1745+
ms "^2.1.3"
17461746

17471747
decamelize-keys@^1.0.0, decamelize-keys@^1.1.0:
17481748
version "1.1.0"
@@ -4130,12 +4130,7 @@ ms@2.0.0:
41304130
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
41314131
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
41324132

4133-
ms@2.1.2:
4134-
version "2.1.2"
4135-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
4136-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
4137-
4138-
ms@^2.1.1:
4133+
ms@^2.1.1, ms@^2.1.3:
41394134
version "2.1.3"
41404135
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
41414136
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -4529,9 +4524,10 @@ osenv@0, osenv@^0.1.4:
45294524
os-homedir "^1.0.0"
45304525
os-tmpdir "^1.0.0"
45314526

4532-
"otr@git+https://github.com/sualko/otr.git#1ee459b4eda85d0a7d76d7da7b3a36861294346e":
4527+
"otr@https://github.com/sualko/otr.git#1ee459b4eda85d0a7d76d7da7b3a36861294346e":
45334528
version "0.3.0-sualko"
4534-
resolved "git+https://github.com/sualko/otr.git#1ee459b4eda85d0a7d76d7da7b3a36861294346e"
4529+
uid "1ee459b4eda85d0a7d76d7da7b3a36861294346e"
4530+
resolved "https://github.com/sualko/otr.git#1ee459b4eda85d0a7d76d7da7b3a36861294346e"
45354531

45364532
p-finally@^1.0.0:
45374533
version "1.0.0"
@@ -5616,14 +5612,14 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
56165612
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af"
56175613
integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
56185614

5619-
simple-git@^2.4.0:
5620-
version "2.48.0"
5621-
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-2.48.0.tgz#87c262dba8f84d7b96bb3a713e9e34701c1f6e3b"
5622-
integrity sha512-z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A==
5615+
simple-git@^3.32.3:
5616+
version "3.32.3"
5617+
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.32.3.tgz#1dd6030fd03df4533a9e5a941314335e6265055d"
5618+
integrity sha512-56a5oxFdWlsGygOXHWrG+xjj5w9ZIt2uQbzqiIGdR/6i5iococ7WQ/bNPzWxCJdEUGUCmyMH0t9zMpRJTaKxmw==
56235619
dependencies:
56245620
"@kwsites/file-exists" "^1.1.1"
56255621
"@kwsites/promise-deferred" "^1.1.1"
5626-
debug "^4.3.2"
5622+
debug "^4.4.0"
56275623

56285624
slash@^3.0.0:
56295625
version "3.0.0"

0 commit comments

Comments
 (0)