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) {