Skip to content

Commit 60e4344

Browse files
bump to newer version
1 parent 319217c commit 60e4344

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.32.3",
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.32.3",
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: 3 additions & 3 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.32.3"
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.32.3"
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,7 +20770,7 @@ __metadata:
2077020770
languageName: node
2077120771
linkType: hard
2077220772

20773-
"simple-git@npm:^3.32.3":
20773+
"simple-git@npm:^3.33.0":
2077420774
version: 3.33.0
2077520775
resolution: "simple-git@npm:3.33.0"
2077620776
dependencies:

0 commit comments

Comments
 (0)