Fix vulnerabilities - #128
Merged
Merged
Conversation
Akrion
commented
Sep 9, 2026
Member
- Fix vulnerabilities
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
There was a problem hiding this comment.
🔵 Needs a closer look
The lockfile reflects a broad dependency graph refresh that can affect bundling/runtime behavior and should be validated via CI/test runs before approval.
Pull request overview
Updates runtime and transitive dependencies to address known vulnerabilities, including migrating code to the newer query-string API used by the SDK’s REST request helper.
Changes:
- Upgrade
query-stringto9.5.1and update REST URL building to usequeryString.stringify(...). - Upgrade
lodashand refreshpackage-lock.jsonto reflect the updated dependency graph. - Add
overridesto pin vulnerable transitive packages (fast-uri,js-yaml,brace-expansion) to patched versions.
File summaries
| File | Description |
|---|---|
| src/rest.ts | Updates query-string import/usage for query parameter serialization. |
| package.json | Bumps direct deps and adds npm overrides for vulnerable transitives. |
| package-lock.json | Locks the updated dependency tree reflecting the upgrades/overrides. |
Review details
- Files reviewed: 2/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
meruyert93
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.