Skip to content

Commit faac9d4

Browse files
committed
chore: fix vulnerability audit
1 parent f2aee13 commit faac9d4

File tree

5 files changed

+444
-1420
lines changed

5 files changed

+444
-1420
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Next Release
44

55
- Fixes the wrapping of params on the request for the update webhook function
6+
- Bumps dependencies
67

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

audit-ci.jsonc

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

0 commit comments

Comments
 (0)