chore: fix security vulnerabilities and bump dependencies#3357
Merged
Baoyuantop merged 1 commit intoapache:masterfrom Mar 25, 2026
Merged
chore: fix security vulnerabilities and bump dependencies#3357Baoyuantop merged 1 commit intoapache:masterfrom
Baoyuantop merged 1 commit intoapache:masterfrom
Conversation
fd1a840 to
13bfbb5
Compare
- Add pnpm.overrides for flatted (>=3.4.2) and undici (>=6.24.0) to resolve Dependabot security alerts (prototype pollution, MITM) - Bump pinned deps: @hookform/resolvers 5.0.1->5.2.2, react-hook-form 7.56.1->7.72.0 - Update ^-ranged packages via pnpm update: @mantine/* 8.3.16->8.3.18, @tanstack/* query/router, i18next 25.8.18->25.10.9, jotai 2.18.1->2.19.0, typescript-eslint 8.57.0->8.57.2, and others - Bump GitHub Actions: pnpm/action-setup v4->v5, actions/upload-artifact v6->v7
13bfbb5 to
9c5e61b
Compare
LiteSun
approved these changes
Mar 25, 2026
guoqqqi
approved these changes
Mar 25, 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
Resolve all open Dependabot security alerts and consolidate safe dependency upgrades into a single PR, independent of Dependabot.
Security Fixes
flatted(transitive via eslint → flat-cache)pnpm.overrides→>=3.4.2undici(transitive via @estruyf/github-actions-reporter → @actions/http-client)pnpm.overrides→>=6.24.0Both overrides are in
package.jsonunderpnpm.overrides. Verified viapnpm why:flattedresolves to 3.4.2 (was 3.4.1)undiciresolves to 7.24.5 (was 6.23.0)Dependency Upgrades
Pinned dependencies (explicit version bumps):
@hookform/resolvers5.0.1 → 5.2.2react-hook-form7.56.1 → 7.72.0Auto-ranged dependencies (via
pnpm update):@mantine/*8.3.16 → 8.3.18@tanstack/react-query5.90.21 → 5.95.2@tanstack/react-router1.166.7 → 1.168.3@tanstack/react-query-devtools5.91.3 → 5.95.2@tanstack/react-router-devtools1.166.7 → 1.166.11@tanstack/router-plugin1.166.7 → 1.167.4i18next25.8.18 → 25.10.9jotai2.18.1 → 2.19.0dayjs1.11.19 → 1.11.20nanoid5.1.6 → 5.1.7typescript-eslint8.57.0 → 8.57.2eslint-plugin-playwright2.9.0 → 2.10.1yaml2.8.2 → 2.8.3@iconify-json/material-symbols1.2.61 → 1.2.63GitHub Actions:
pnpm/action-setupv4 → v5actions/upload-artifactv6 → v7Skipped (major/breaking changes)
These were intentionally not upgraded to avoid breaking changes:
eslint-plugin-react-hooks5.x → 7.x (different config API, breakseslint.config.ts)react-i18next15.x → 16.x (major version)typescript5.8.x → 5.9.x (major minor, potential type-level breakage)dotenv16.x → 17.x (major version)Verification
pnpm buildpassespnpm lintpasses with zero warningspnpm why flatted→ 3.4.2pnpm why undici→ 7.24.5