From 37906dde7be755ddeb9505e9b2b7d4337186971e Mon Sep 17 00:00:00 2001 From: olivrg Date: Sat, 13 Jun 2026 20:26:38 +0100 Subject: [PATCH] chore(security): ignore dev-only esbuild advisory GHSA-gv7w-rqvm-qjhr --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 7231800..f4da7e0 100644 --- a/package.json +++ b/package.json @@ -29,5 +29,12 @@ "prettier": "3.8.1", "typescript": "5.9.3", "typescript-eslint": "8.57.1" + }, + "pnpm": { + "auditConfig": { + "ignoreGhsas": [ + "GHSA-gv7w-rqvm-qjhr" + ] + } } }