بنقرة واحدة
nean-deps
Check and update dependencies safely with security audits and test verification.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Check and update dependencies safely with security audits and test verification.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | nean-deps |
| description | Check and update dependencies safely with security audits and test verification. |
| argument-hint | [--check] [--audit] [--update] [--update-major] |
| allowed-tools | Bash, Write, Read, Glob, Grep |
Manage dependencies safely: audit for vulnerabilities, check for updates, and update with test verification.
--check — Check for outdated packages (default if no args)--audit — Run security audit--update — Update patch/minor versions with test verification--update-major — Show available major updates (requires manual review)--check)npm outdated--audit)npm audit--update)npm updatenpm testnpm run build--update-major)For universal safety rules and update priority order, see /shared-deps-safety.
# Use Angular CLI for framework updates
ng update @angular/core @angular/cli
ng update @angular/material # If using
# Use Nx migrate for workspace updates
npx nx migrate latest
npx nx migrate --run-migrations
Outdated packages:
Patch updates (safe):
- @types/node: 20.10.0 → 20.10.5
- class-validator: 0.14.0 → 0.14.1
Minor updates (usually safe):
- @nestjs/core: 10.3.0 → 10.4.1
- primeng: 17.15.0 → 17.18.0
Major updates (review required):
- typescript: 5.4.0 → 5.5.0 ⚠️ Check compatibility
- @angular/core: 17.3.0 → 18.0.0 ⚠️ Major version
Security audit:
Critical: 0
High: 1
- axios <1.6.0 (SSRF vulnerability)
Fix: npm update axios
Moderate: 2
Low: 3
Run `npm audit fix` to auto-fix where possible.
For update strategies and common issues, see reference/nean-deps-reference.md
Scaffold a pnpm + Turborepo MERN monorepo with Next.js, tooling, tests, CI, and optional GitHub repo creation.
Configure GitHub repository security with branch protection, Dependabot, security scanning, and CI workflows. Integrates with mern-scaffold, nean-scaffold, and iOS projects.
Harden a Vercel deployment with security headers, CSP, bot protection, and deployment configuration
Add authentication to an iOS app with Sign in with Apple, biometrics, and Keychain storage.
Scaffold a new feature with View, ViewModel, and tests following ios-std conventions.
Review iOS code for compliance with standards, NFRs, and security policy.