Skip to content

Commit 3e68b32

Browse files
chore: bump fast-uri to ^3.1.2 (#1181)
* chore: bump fast-uri to ^3.1.2 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: link CHANGELOG entry to PR #1181 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2c34506 commit 3e68b32

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
- Add missing schema changes introduced in [#1170](https://github.com/sourcebot-dev/sourcebot/pull/1170). [#1176](https://github.com/sourcebot-dev/sourcebot/pull/1176)
1212
- Fixed blame gutter commit navigation to use the file path as it existed at the attributing commit, so clicking a blame line whose commit predates a rename resolves to the correct historical path. [#1178](https://github.com/sourcebot-dev/sourcebot/pull/1178)
13+
- Bumped transitive `fast-uri` dependency to `^3.1.2`. [#1181](https://github.com/sourcebot-dev/sourcebot/pull/1181)
1314

1415
### Changed
1516
- Reduced the log verbosity of the worker by changing various log messages from info to debug. [#1179](https://github.com/sourcebot-dev/sourcebot/pull/1179)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"ajv@npm:^6.12.4": "^6.14.0",
5959
"smol-toml@npm:^1.6.0": "^1.6.1",
6060
"teeny-request@npm:^10.0.0": "^10.1.2",
61-
"uuid": "^14.0.0"
61+
"uuid": "^14.0.0",
62+
"fast-uri@npm:^3.0.1": "^3.1.2"
6263
}
6364
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13654,10 +13654,10 @@ __metadata:
1365413654
languageName: node
1365513655
linkType: hard
1365613656

13657-
"fast-uri@npm:^3.0.1":
13658-
version: 3.0.6
13659-
resolution: "fast-uri@npm:3.0.6"
13660-
checksum: 10c0/74a513c2af0584448aee71ce56005185f81239eab7a2343110e5bad50c39ad4fb19c5a6f99783ead1cac7ccaf3461a6034fda89fffa2b30b6d99b9f21c2f9d29
13657+
"fast-uri@npm:^3.1.2":
13658+
version: 3.1.2
13659+
resolution: "fast-uri@npm:3.1.2"
13660+
checksum: 10c0/5b35641895959f3f7ab7a7b1b5542bded159346f25ec9f256817b206d50b64eda5828e90d605a2e2fc645c90519a7259c2bab2c942ee728c88b88e5be21b090d
1366113661
languageName: node
1366213662
linkType: hard
1366313663

0 commit comments

Comments
 (0)