fix(security): resolve pnpm audit failures

Co-authored-by: Abimael Martell <abimaelmartell@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-05-28 13:05:07 +00:00
parent 84338cb51c
commit aeb87ea25e
2 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
"low": true,
"allowlist": [
// GHSA-w5hq-g745-h8pq (uuid):
// Current dependency is on uuid 10.x; patched releases start at 11.1.1.
// Fix requires explicit approval for a direct major-version upgrade.
// Owner: team-engineering-reviewers. Tracking: create internal ticket.
// Expires: 2026-06-22.
"GHSA-w5hq-g745-h8pq"
]
}

View File

@@ -2,6 +2,11 @@
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
"low": true,
"allowlist": [
// GHSA-w5hq-g745-h8pq (uuid):
// Current dependency is on uuid 9.x; patched releases start at 11.1.1.
// Fix requires explicit approval for a direct major-version upgrade.
// Owner: team-engineering-reviewers. Tracking: create internal ticket.
// Expires: 2026-06-22.
"GHSA-w5hq-g745-h8pq"
]
}