From 0601a0580b2ce9edaab3e40ba0e4e6a68290f349 Mon Sep 17 00:00:00 2001 From: LF Barrile Date: Thu, 21 Nov 2024 11:32:48 -0300 Subject: [PATCH] fix the vulnerabilities --- .github/workflows/npm-audit.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-audit.yml b/.github/workflows/npm-audit.yml index 23d4bb7c..03871375 100644 --- a/.github/workflows/npm-audit.yml +++ b/.github/workflows/npm-audit.yml @@ -22,10 +22,13 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '22' ## se atentar a versão do NodeJS + node-version: '22' ## Look the NodeJS Version - name: Install dependencies run: npm install - name: Run npm audit run: npm audit --omit=dev + + - name: Fix vulnerabilities + run: npm audit fix # Fix the vulnerabilities