Skip to content

Commit

Permalink
chore: fix vulnerability audit
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Feb 18, 2025
1 parent f2aee13 commit faac9d4
Show file tree
Hide file tree
Showing 5 changed files with 444 additions and 1,420 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Next Release

- Fixes the wrapping of params on the request for the update webhook function
- Bumps dependencies

## v7.5.5 (2025-02-06)

Expand Down
5 changes: 3 additions & 2 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
"critical": true,
// Only fail the audit if there are critical vulnerabilities.
"allowlist": []
"critical": true,
// TODO: `GHSA-67mh-4wv8-2f99` requires us to update `vite` once they bump their own dependencies to fix `esbuild`
"allowlist": ["GHSA-67mh-4wv8-2f99"]
}
Loading

0 comments on commit faac9d4

Please sign in to comment.