diff --git a/CHANGELOG.md b/CHANGELOG.md index b27f218f5..623db0239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Add missing schema changes introduced in [#1170](https://github.com/sourcebot-dev/sourcebot/pull/1170). [#1176](https://github.com/sourcebot-dev/sourcebot/pull/1176) - 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) +- Bumped transitive `fast-uri` dependency to `^3.1.2`. [#1181](https://github.com/sourcebot-dev/sourcebot/pull/1181) ### Changed - 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) diff --git a/package.json b/package.json index 64bee556d..63eae0429 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "ajv@npm:^6.12.4": "^6.14.0", "smol-toml@npm:^1.6.0": "^1.6.1", "teeny-request@npm:^10.0.0": "^10.1.2", - "uuid": "^14.0.0" + "uuid": "^14.0.0", + "fast-uri@npm:^3.0.1": "^3.1.2" } } diff --git a/yarn.lock b/yarn.lock index ab8fa88cb..a08a90ada 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13654,10 +13654,10 @@ __metadata: languageName: node linkType: hard -"fast-uri@npm:^3.0.1": - version: 3.0.6 - resolution: "fast-uri@npm:3.0.6" - checksum: 10c0/74a513c2af0584448aee71ce56005185f81239eab7a2343110e5bad50c39ad4fb19c5a6f99783ead1cac7ccaf3461a6034fda89fffa2b30b6d99b9f21c2f9d29 +"fast-uri@npm:^3.1.2": + version: 3.1.2 + resolution: "fast-uri@npm:3.1.2" + checksum: 10c0/5b35641895959f3f7ab7a7b1b5542bded159346f25ec9f256817b206d50b64eda5828e90d605a2e2fc645c90519a7259c2bab2c942ee728c88b88e5be21b090d languageName: node linkType: hard