chore: resolve open dependabot security alerts#603
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR resolves a set of Dependabot security alerts by upgrading vulnerable dependencies in the Node.js (Yarn) and Ruby (Bundler) manifests/lockfiles used by the test harness and its proxies.
Changes:
- Bumped
axiosto1.16.0inpackage.jsonand updatedyarn.lockaccordingly. - Added a Yarn
resolutionsoverride to forcetmpto a non-vulnerable range (locking to0.2.7). - Upgraded Ruby proxy server dependency
pumato7.2.1inproxies/ruby/Gemfile.lock.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package.json |
Updates axios and adds a tmp resolution to address security alerts. |
yarn.lock |
Regenerates lock entries to resolve axios@1.16.0 and tmp@0.2.7. |
proxies/ruby/Gemfile.lock |
Bumps puma to 7.2.1 to remediate Ruby-side alerts. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JamieSinn
approved these changes
Jun 10, 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.
Summary
Dependabot Alerts Resolved
axios1.15.2->1.16.0inpackage.jsonaxiosyarn.lock) to1.16.0tmptmp@^0.2.3->^0.2.6(resolves to 0.2.7)puma6.6.0->7.2.1inproxies/ruby/Gemfile.lockVerification
yarn installregenerated the lockfile; confirmedaxios@npm:1.16.0andtmp@npm:0.2.7resolve.yarn test:unitpasses (5/5).nio4r ~> 2.0); the Ruby proxy Docker image uses Ruby 3.4, which satisfies puma 7.x.