From 98e9e4928dd553c36b356e3ef63f0f28a498619c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 13 Aug 2022 08:59:02 +0200 Subject: [PATCH] build: pass --audit-level=moderate to npm audit, required for CI (#68159) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98a7c80..f79bd32 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: rm -rf xstatic/pkg/godo/data build: - npm audit + npm audit --audit-level=moderate npm clean-install npm run build