[CHORE] Solve dependabot security alerts#1318
Merged
marco-saia-datadog merged 2 commits intoJul 1, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR addresses Dependabot security alerts by updating Yarn resolutions (and the generated yarn.lock) for multiple Node dependencies, and updating Ruby concurrent-ruby constraints/lockfiles used by the example and benchmark projects.
Changes:
- Updated multiple Yarn resolutions/lock entries (e.g.,
axios,form-data,tmp, Babel packages,protobufjs,simple-git,tar,follow-redirects,qs,joi,fast-uri,ws,picomatch). - Added new Yarn resolutions for several transitive dependencies flagged by Dependabot.
- Updated
concurrent-rubyconstraints in example/benchmark Gemfiles and refreshed corresponding Gemfile.lock files.
Reviewed changes
Copilot reviewed 4 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Regenerated lockfile reflecting updated security-driven dependency resolutions. |
| package.json | Updated Yarn resolutions to pin/override vulnerable transitive dependencies. |
| example/Gemfile | Relaxed concurrent-ruby constraint to >= 1.3.7. |
| example/Gemfile.lock | Updated locked concurrent-ruby version and dependency constraint. |
| example-new-architecture/Gemfile | Relaxed concurrent-ruby constraint to >= 1.3.7. |
| example-new-architecture/Gemfile.lock | Updated locked concurrent-ruby version and dependency constraint. |
| benchmarks/Gemfile | Relaxed concurrent-ruby constraint to >= 1.3.7. |
| benchmarks/Gemfile.lock | Updated locked concurrent-ruby version and dependency constraint (plus lock metadata updates). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
marco-saia-datadog
approved these changes
Jul 1, 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.
What does this PR do?
It solves several security issues raised by dependabot on several dependencies:
Updated resolutions:
New resolutions:
Additional Notes
Ran against the E2E suite on this pipeline.
Review checklist (to be filled by reviewers)