Skip to content

Commit 7ea9838

Browse files
authored
Remove audit exclude (#399)
* chore: npm audit fix * chore: remove audit exclude
1 parent 6ad592b commit 7ea9838

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- run: npx prettier -c .
26-
- run: npx better-npm-audit audit --exclude 1113296
26+
- run: npx better-npm-audit audit
2727
- run: npx markdownlint-cli **/*.md

package-lock.json

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)