Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The electron app was impacted with this 8.8/10 CVE from v26.0.0 to v26.2.0 
Updating the following dependencies to fix that issue:
  - electron : 26.2.1
  - electron-builder : 24.6.4
  - electron-updater : 6.1.4
  
For more details, see CVE-2023-4863
  • Loading branch information
Farigh committed Sep 18, 2023
2 parents 8b8cd78 + fecce1a commit 9b0061b
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 137 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Update lock file
run: npm install

- name: Run audit fix
run: npm audit fix

- name: Upload artifacts
uses: actions/upload-artifact@v3.1.2
with:
Expand Down
Loading

0 comments on commit 9b0061b

Please sign in to comment.