Open
Conversation
Bump direct dependencies and add override for transitive dep: - playwright 1.49.1 → 1.55.1 in docs (high, #117/#118) - validator 13.12.0 → 13.15.35 in apps/wallet (high, #152/#153; also fixes medium #122/#123) - axios <1.8.2 → ^1.8.2 via pnpm override (high, #70) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates JavaScript dependencies and pnpm overrides to remediate reported Dependabot security alerts across the monorepo.
Changes:
- Added a pnpm override to force
axiosto^1.8.2for any dependency graph path resolving<1.8.2. - Bumped
playwrightindocs/from1.49.1to1.55.1. - Bumped
validatorinapps/wallet/from13.12.0to13.15.35, with corresponding lockfile updates.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package.json |
Adds pnpm override for axios@<1.8.2 to address transitive vulnerability. |
docs/package.json |
Updates playwright to a patched version to resolve the reported SSL verification bypass alert. |
apps/wallet/package.json |
Updates validator to a patched version to resolve reported filtering/URL validation issues. |
pnpm-lock.yaml |
Reflects updated resolutions for axios, follow-redirects, proxy-from-env, validator, and playwright packages. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sea-snake
approved these changes
Apr 3, 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
Bumps direct dependencies and adds a pnpm override for a transitive dependency to resolve 5 high-severity and 2 medium-severity Dependabot alerts:
High:
playwright1.49.1 → 1.55.1 indocs/package.json(feat: address book integration tests #117, chore: add individual request pages #118): SSL certificate verification bypassvalidator13.12.0 → 13.15.35 inapps/wallet/package.json(build(deps): bump mio from 0.8.9 to 0.8.11 #152, perf: reduce list_proposals instructions #153): incomplete filtering of special elementsaxios<1.8.2 → ^1.8.2 via pnpm override (feat: add me endpoint to fetch user privileges #70): possible SSRF and credential leakage via absolute URLMedium (resolved for free by validator bump):
validator(feat: augment list access policies response #122, feat: useStorage composable; persist selected wallet id #123): URL validation bypass inisURLNot addressed
glob(high): requires a major version jump (7 → 10); transitive dep oftest-exclude@6.0.0— not a clean fixTest plan
pnpm installcompletes successfullyplaywright@1.49.1,validator@13.12.0, oraxios@1.7.9🤖 Generated with Claude Code