From cee39d9ac78e2858933ed398d495987507a73885 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Mon, 21 Feb 2022 10:34:16 -0500 Subject: [PATCH] Remove auditing --- .github/scripts/update-npm.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/scripts/update-npm.sh b/.github/scripts/update-npm.sh index c070449c..f4eb551c 100755 --- a/.github/scripts/update-npm.sh +++ b/.github/scripts/update-npm.sh @@ -10,15 +10,6 @@ pushd dependencies ncu -u npm install -# Use NPM audit to force fix html-lint issue -npm audit fix --force -npm install - -# Use ncu to force fix NPM audit issue -ncu -u -npm install -popd - # Push changes to remote git add . git commit -a -Ss -m "Update NPM dependencies"