Skip to content

Commit 87e09d4

Browse files
chore(deps): bump simple-git from 3.27.0 to 3.33.0 (#1078)
* chore(deps): bump simple-git from 3.27.0 to 3.32.3 Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.27.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:production ... Signed-off-by: dependabot[bot] <support@github.com> * bump to newer version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan Kellam <brendan@sourcebot.dev>
1 parent 46e696c commit 87e09d4

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Replaced placeholder avatars with deterministic minidenticon-based avatars generated from email addresses [#1072](https://github.com/sourcebot-dev/sourcebot/pull/1072)
1515
- Changed `author_name` and `author_email` fields to `authorName` and `authorEmail` in `GET /api/commits` response [#1077](https://github.com/sourcebot-dev/sourcebot/pull/1077)
1616
- Changed `oldPath` and `newPath` in `GET /api/diff` response from `"/dev/null"` to `null` for added/deleted files [#1077](https://github.com/sourcebot-dev/sourcebot/pull/1077)
17+
- Bumped `simple-git` to `3.33.0`. [#1078](https://github.com/sourcebot-dev/sourcebot/pull/1078)
1718

1819
## [4.16.4] - 2026-04-01
1920

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"posthog-node": "^5.24.15",
5454
"prom-client": "^15.1.3",
5555
"redlock": "5.0.0-beta.2",
56-
"simple-git": "^3.27.0",
56+
"simple-git": "^3.33.0",
5757
"zod": "^3.25.74"
5858
}
5959
}

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"scroll-into-view-if-needed": "^3.1.0",
180180
"server-only": "^0.0.1",
181181
"sharp": "^0.33.5",
182-
"simple-git": "^3.27.0",
182+
"simple-git": "^3.33.0",
183183
"slate": "^0.117.0",
184184
"slate-dom": "^0.116.0",
185185
"slate-history": "^0.113.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8819,7 +8819,7 @@ __metadata:
88198819
posthog-node: "npm:^5.24.15"
88208820
prom-client: "npm:^15.1.3"
88218821
redlock: "npm:5.0.0-beta.2"
8822-
simple-git: "npm:^3.27.0"
8822+
simple-git: "npm:^3.33.0"
88238823
tsc-watch: "npm:^6.2.0"
88248824
tsx: "npm:^4.19.1"
88258825
typescript: "npm:^5.6.2"
@@ -9126,7 +9126,7 @@ __metadata:
91269126
scroll-into-view-if-needed: "npm:^3.1.0"
91279127
server-only: "npm:^0.0.1"
91289128
sharp: "npm:^0.33.5"
9129-
simple-git: "npm:^3.27.0"
9129+
simple-git: "npm:^3.33.0"
91309130
slate: "npm:^0.117.0"
91319131
slate-dom: "npm:^0.116.0"
91329132
slate-history: "npm:^0.113.1"
@@ -20770,14 +20770,14 @@ __metadata:
2077020770
languageName: node
2077120771
linkType: hard
2077220772

20773-
"simple-git@npm:^3.27.0":
20774-
version: 3.27.0
20775-
resolution: "simple-git@npm:3.27.0"
20773+
"simple-git@npm:^3.33.0":
20774+
version: 3.33.0
20775+
resolution: "simple-git@npm:3.33.0"
2077620776
dependencies:
2077720777
"@kwsites/file-exists": "npm:^1.1.1"
2077820778
"@kwsites/promise-deferred": "npm:^1.1.1"
20779-
debug: "npm:^4.3.5"
20780-
checksum: 10c0/ef56cabea585377d3e0ca30e4e93447f465d91f23eaf751693cc31f366b5f7636facf52ad5bcd598bfdf295fa60732e7a394303d378995b52e2d221d92e5f9f4
20779+
debug: "npm:^4.4.0"
20780+
checksum: 10c0/463e91f3ee04b7fc445284c64502a4ee3d607f626f18c8bcc036815a30fe178d2216976e683c6368edd7b3093801d6e534deeb8e700a4863a76ef23f881a0712
2078120781
languageName: node
2078220782
linkType: hard
2078320783

0 commit comments

Comments
 (0)