Skip to content

Commit

Permalink
fix: whitelist rollup package for audit-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Sep 27, 2024
1 parent 7bf0678 commit 9e8e78e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"semver", // testcafe, jest, eslint
"axios", // tet, ks
"path-to-regexp", // express
"body-parser" // express
"body-parser", // express
"rollup", // sentry
]
}

0 comments on commit 9e8e78e

Please sign in to comment.