chore: resolve open dependabot security alerts - #1220
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses four open Dependabot security alerts by forcing patched versions of vulnerable transitive dependencies (shell-quote, tmp) via Yarn resolutions in the root workspace and in the affected standalone e2e projects, and by updating the corresponding lockfiles.
Changes:
- Added/updated root
resolutionsto pinshell-quoteto^1.8.4and bumptmpto^0.2.6(resolving to0.2.7). - Added matching
resolutionsine2e/react(forshell-quote) ande2e/js/js-cloud-server(fortmp). - Regenerated lockfiles so resolved dependency versions reflect the patched releases.
Reviewed changes
Copilot reviewed 3 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
yarn.lock |
Updates resolved shell-quote and tmp entries to patched versions. |
package.json |
Adds/bumps root Yarn resolutions for shell-quote and tmp. |
e2e/react/yarn.lock |
Updates shell-quote resolution (and associated lockfile metadata) to patched version. |
e2e/react/package.json |
Adds shell-quote to resolutions to override the vulnerable transitive dependency. |
e2e/js/js-cloud-server/yarn.lock |
Updates tmp resolution to patched version. |
e2e/js/js-cloud-server/package.json |
Adds tmp to resolutions to override the vulnerable transitive dependency. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jonathannorris
enabled auto-merge (squash)
June 10, 2026 13:52
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
shell-quoteyarn.lockshell-quote: ^1.8.4(was 1.7.3 / 1.8.3)shell-quotee2e/react/yarn.lockshell-quote: ^1.8.4(was 1.8.1)tmpyarn.locktmpfrom^0.2.5to^0.2.6(resolves 0.2.7)tmpe2e/js/js-cloud-server/yarn.locktmp: ^0.2.6(was 0.2.5)Verification
nx buildfor core SDK projects (js, react, js-cloud-server-sdk, shared-types, nodejs): passingnx lintfor affected core projects: passing (0 errors)origin/maincheckout and are unrelated to these dependency changes