From 039c6f7fc6fff9e6af1e6c94e7c1d94eec93dad0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 13 Apr 2020 17:48:25 +0000 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0c0adc..8ebc8b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ audit: - npmci npm prepare - npmci command npm install --ignore-scripts - npmci command npm config set registry https://registry.npmjs.org - - npmci command npm audit --audit-level=moderate + - npmci command npm audit --audit-level=high tags: - lossless - docker