From 7f6b9e90b299da8fd9115091d90c94c17cc41703 Mon Sep 17 00:00:00 2001 From: BradyMitch Date: Wed, 10 Jul 2024 10:44:49 -0700 Subject: [PATCH] Test --- .github/helpers/npm-audit/run-npm-audit.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helpers/npm-audit/run-npm-audit.cjs b/.github/helpers/npm-audit/run-npm-audit.cjs index 3551a9963..c41fec28f 100644 --- a/.github/helpers/npm-audit/run-npm-audit.cjs +++ b/.github/helpers/npm-audit/run-npm-audit.cjs @@ -1,4 +1,5 @@ const path = require("path"); +const { execSync } = require("child_process"); const parseDetails = (auditData) => { if (!auditData.vulnerabilities) {