chore: Update dependencies#899
Merged
Woody4618 merged 5 commits intosolana-foundation:masterfrom Mar 23, 2026
Merged
Conversation
|
@rogaldh is attempting to deploy a commit to the Solana Foundation Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis PR is a routine dependency maintenance update for the Solana Explorer, bumping several packages to newer minor/patch releases and adding new Key dependency changes:
New security overrides (transitive vulnerability patches):
No source code changes are included, and the lockfile appears consistent with all declared changes. Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[package.json and pnpm-lock.yaml updated] --> B[Direct dependency bumps]
A --> C[New pnpm security overrides]
B --> D[typescript 5.3.3 to 5.5.4]
B --> E[axios 1.12.2 to 1.13.5]
B --> F[jspdf pinned to 4.2.1]
B --> G[eslint 8.39 to 8.57.1]
B --> H[eslint-config-next 14.2.5 to 14.2.35]
B --> I[fast-xml-parser 5.3.3 to 5.3.6]
B --> J[storybook 10.1.4 to 10.1.10]
C --> L[fast-xml-parser patched to 4.5.4]
C --> M[minimatch patched - ReDoS CVE-2022-3517]
C --> N[serialize-javascript patched to 7.0.3]
C --> O[axios override updated to 0.30.2]
style L fill:#f9f,stroke:#333
style M fill:#f9f,stroke:#333
style N fill:#f9f,stroke:#333
style O fill:#f9f,stroke:#333
Last reviewed commit: "audit: make pkg audi..." |
askov
approved these changes
Mar 23, 2026
Woody4618
approved these changes
Mar 23, 2026
Woody4618
pushed a commit
that referenced
this pull request
Mar 25, 2026
## Description PR introduces migration to eslint@9⚠️ Depends on #899 ## Type of change - [x] Other (please describe): chore update ## Screenshots n/a ## Testing All CI tasks should pass ## Related Issues [HOO-379](https://linear.app/solana-fndn/issue/HOO-379) ## Checklist - [x] My code follows the project's style guidelines - [x] I have added tests that prove my fix/feature works - [x] All tests pass locally and in CI - [x] I have run `build:info` script to update build information - [x] CI/CD checks pass
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.
Description
Update several dependencies:
Type of change
Screenshots
n/a
Testing
All tests pass
Related Issues
HOO-334
Closes these: #731 #800 #812 #850 #856
Checklist
build:infoscript to update build information