File tree Expand file tree Collapse file tree
.agents/skills/fix-security-vulnerability Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -315,15 +315,15 @@ gh api --method PATCH repos/getsentry/sentry-javascript/dependabot/alerts/<numbe
315315
316316## Commands Reference
317317
318- | Command | Purpose |
319- | ------------------------------------------------------------------------------------------------- | - ---------------------------- |
320- | ` yarn why <pkg> ` | Show dependency tree |
321- | ` yarn dedupe-deps:fix ` | Fix duplicates in yarn.lock |
322- | ` yarn dedupe-deps:check ` | Verify no duplicate issues |
323- | ` gh api repos/getsentry/sentry-javascript/dependabot/alerts/<n> ` | Fetch single alert |
324- | ` gh api repos/getsentry/sentry-javascript/dependabot/alerts --paginate -q '.[] \| select(.state == "open")' ` | Fetch all open alerts |
325- | ` gh api --method PATCH .../dependabot/alerts/<n> -f state=dismissed -f dismissed_reason=<reason> ` | Dismiss alert |
326- | ` npm view <pkg>@latest dependencies.<dep> ` | Check transitive dep version |
318+ | Command | Purpose |
319+ | ------------------------------------------------------------------------------------------------------------ | ---------------------------- |
320+ | ` yarn why <pkg> ` | Show dependency tree |
321+ | ` yarn dedupe-deps:fix ` | Fix duplicates in yarn.lock |
322+ | ` yarn dedupe-deps:check ` | Verify no duplicate issues |
323+ | ` gh api repos/getsentry/sentry-javascript/dependabot/alerts/<n> ` | Fetch single alert |
324+ | ` gh api repos/getsentry/sentry-javascript/dependabot/alerts --paginate -q '.[] \| select(.state == "open")' ` | Fetch all open alerts |
325+ | ` gh api --method PATCH .../dependabot/alerts/<n> -f state=dismissed -f dismissed_reason=<reason> ` | Dismiss alert |
326+ | ` npm view <pkg>@latest dependencies.<dep> ` | Check transitive dep version |
327327
328328## Examples
329329
You can’t perform that action at this time.
0 commit comments