From b7f46e65f6a215a81ea7d426b729f46e8145e70a Mon Sep 17 00:00:00 2001 From: Sampo Tawast Date: Thu, 12 Sep 2024 09:51:42 +0300 Subject: [PATCH] chore: whitelist packages for audit-ci --- frontend/audit-ci.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/audit-ci.jsonc b/frontend/audit-ci.jsonc index eb2666eb46..ef4d870894 100644 --- a/frontend/audit-ci.jsonc +++ b/frontend/audit-ci.jsonc @@ -10,6 +10,8 @@ "ip", // testcafe, lerna "ws", // testcafe, jest "semver", // testcafe, jest, eslint - "axios" // tet, ks + "axios", // tet, ks + "path-to-regexp", // express + "body-parser" // express ] }