chore: resolve open dependabot security alerts#1223
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
jonathannorris
force-pushed
the
chore/dependabot-alerts
branch
from
July 22, 2026 02:24
5660a3a to
471b76f
Compare
jonathannorris
marked this pull request as ready for review
July 22, 2026 02:27
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependency resolutions and regenerates the associated Yarn lockfiles (root + three e2e/ apps) to clear outstanding Dependabot security alerts across the monorepo.
Changes:
- Raised resolution floors for vulnerable transitive dependencies (notably
axios,tar,shell-quote,brace-expansion,webpack-dev-server,protobufjs, andbody-parser). - Standardized a few resolution keys (including switching some to global keys such as
@babel/core) to ensure the pin applies even when transitive descriptors vary. - Regenerated all impacted lockfiles to reflect the new resolution graph.
Reviewed changes
Copilot reviewed 4 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Regenerated root lockfile to reflect updated resolution floors (e.g. axios, tar, shell-quote, brace-expansion, webpack-dev-server, protobufjs, body-parser). |
| package.json | Updated root resolutions to enforce patched transitive versions and add missing entries. |
| e2e/react/yarn.lock | Regenerated React e2e lockfile to pick up updated transitive versions (e.g. brace-expansion, shell-quote, ws). |
| e2e/react/package.json | Updated React e2e resolutions to enforce patched versions (including ws). |
| e2e/js/js-esm/yarn.lock | Regenerated js-esm e2e lockfile to pick up patched transitive versions (brace-expansion, shell-quote, ws). |
| e2e/js/js-esm/package.json | Updated js-esm e2e resolutions to enforce patched versions (including global shell-quote and ws). |
| e2e/js/js-cloud-server/yarn.lock | Regenerated js-cloud-server e2e lockfile to pick up patched transitive versions (axios, form-data, tar, undici, ws, js-yaml). |
| e2e/js/js-cloud-server/package.json | Updated js-cloud-server e2e resolutions (adds/adjusts floors for tar, axios, undici, ws, @babel/core, form-data). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jonathannorris
enabled auto-merge (squash)
July 22, 2026 13:41
JamieSinn
approved these changes
Jul 22, 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
resolutionsfloors and add missing entries across the root and threee2e/lockfiles to clear all open Dependabot alerts (axios, tar, shell-quote, brace-expansion, ws, undici, form-data, js-yaml, protobufjs, body-parser, webpack-dev-server, @babel/core).@babel/core,shell-quotein the e2e apps).react, andnodejsSDK builds verified locally.