Skip to content

Commit 16fc9d9

Browse files
committed
ox
1 parent 6af7dac commit 16fc9d9

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

  • .agents/skills/fix-security-vulnerability

.agents/skills/fix-security-vulnerability/SKILL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)