chore: resolve open dependabot security alerts#604
Open
jonathannorris wants to merge 1 commit into
Open
Conversation
- js-yaml ^4.1.0 -> ^4.2.0 via resolution (medium, alert #328) - @babel/core ^7.x.x -> ^7.29.6 via resolution (low, alert #327) - tar ^7.5.10 -> ^7.5.16 via resolution (medium, alert #309) - undici ^7.24.6 -> ^7.28.0 via resolution (high/medium/low, alerts #300-#308) - form-data ^4.0.5 -> ^4.0.6 via resolution (high, alert #302) - protobufjs ^7.5.6 -> ^7.6.3 via resolution in root + nodejs + of-nodejs (high/medium, alerts #294-#299) - oj 3.17.0 -> 3.17.3 via bundle update (high/medium, alerts #312-#323) - concurrent-ruby 1.3.6 -> 1.3.7 via bundle update (high/low, alerts #324-#326) - guzzlehttp/guzzle 7.9.2 -> 7.13.1 via composer update (medium, alerts #311 #319) - guzzlehttp/psr7 2.7.0 -> 2.12.3 via composer update (medium, alerts #292 #293 #310)
There was a problem hiding this comment.
Pull request overview
Resolves a large set of Dependabot security alerts by updating/pinning vulnerable transitive dependencies across the repo’s Node/Yarn workspaces and the Ruby/PHP proxy lockfiles.
Changes:
- Updated root Yarn dependency resolutions and regenerated
yarn.lockto pull in patched versions (e.g.,undici,tar,js-yaml,@babel/core,form-data,protobufjs). - Updated Node proxy workspaces (
proxies/nodejs,proxies/openfeature-nodejs) resolutions/lockfiles to ensure patchedprotobufjs(and related deps) are used. - Regenerated Ruby and PHP proxy lockfiles to pick up patched gem/composer dependency versions.
Reviewed changes
Copilot reviewed 3 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
package.json |
Updates root resolutions to force patched versions for several vulnerable transitive dependencies. |
yarn.lock |
Regenerated lockfile reflecting patched dependency graph (Babel, undici, tar, protobufjs, etc.). |
proxies/nodejs/package.json |
Bumps workspace-level protobufjs resolution to a patched version. |
proxies/nodejs/yarn.lock |
Regenerated Node proxy lockfile reflecting patched protobufjs and related deps. |
proxies/openfeature-nodejs/package.json |
Bumps workspace-level protobufjs resolution to a patched version. |
proxies/openfeature-nodejs/yarn.lock |
Regenerated OF Node proxy lockfile reflecting patched protobufjs and related deps. |
proxies/ruby/Gemfile.lock |
Updates vulnerable Ruby gems (oj, concurrent-ruby) to patched versions. |
proxies/php/php-proxy/composer.lock |
Updates vulnerable PHP packages (guzzlehttp/guzzle, guzzlehttp/psr7) and related composer-locked deps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
js-yaml@babel/coretarundiciundiciform-dataprotobufjsprotobufjsprotobufjsojconcurrent-rubyguzzlehttp/guzzleguzzlehttp/psr7Test plan
yarn test:unit)