# pnpm outdated Summary **Generated:** 2026-01-31 **Command:** `pnpm outdated -r` ## Deprecated Packages | Package | Dependents | Action | |---------|------------|--------| | @safe-global/safe-core-sdk | bridge-dapp | Migrate to Safe v2 SDK | | @safe-global/safe-ethers-lib | bridge-dapp | Migrate to Safe v2 SDK | | @safe-global/safe-service-client | bridge-dapp | Migrate to Safe v2 SDK | ## Minor/Patch Updates | Package | Current | Latest | Dependents | |---------|---------|--------|------------| | @tanstack/eslint-plugin-query | 5.91.2 | 5.91.4 | proxmox-helper-scripts-website | | @tanstack/react-query | 5.90.12 | 5.90.20 | bridge-dapp, proxmox-helper-scripts-website | | @walletconnect/ethereum-provider | 2.23.3 | 2.23.4 | bridge-dapp | | autoprefixer | 10.4.23 | 10.4.24 | bridge-dapp | | axios | 1.13.2 | 1.13.4 | rpc-translator-138 | | nuqs | 2.8.5 | 2.8.7 | proxmox-helper-scripts-website | | react, react-dom | 19.2.3 | 19.2.4 | proxmox-helper-scripts-website | | @wagmi/core | 3.2.2 | 3.3.1 | bridge-dapp | | viem | 2.44.4 | 2.45.1 | bridge-dapp | | ws | 8.18.3 | 8.19.0 | rpc-translator-138 | | zod | 4.2.1 | 4.3.6 | proxmox-helper-scripts-website | | playwright | 1.57.0 | 1.58.1 | proxmox | ## Major Version Updates (Review Before Upgrading) | Package | Current | Latest | Dependents | |---------|---------|--------|------------| | @antfu/eslint-config | 6.7.1 | 7.2.0 | proxmox-helper-scripts-website | | @next/eslint-plugin-next | 15.5.9 | 16.1.6 | proxmox-helper-scripts-website | | @testing-library/react | 14.3.1 | 16.3.2 | bridge-dapp | | @types/express | 4.17.25 | 5.0.6 | multi-chain-execution, rpc-translator-138 | | @types/node | 20.19.27 | 25.1.0 | multiple | | @types/react, @types/react-dom | 18.x | 19.x | bridge-dapp | ## Commands ```bash # Check outdated pnpm outdated -r # Update patch/minor (safe) pnpm update -r # Update specific package pnpm update -r ```