Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELECTRONUPDATER-7431097
  • Loading branch information
snyk-bot committed Sep 4, 2024
1 parent c3c83a6 commit 03e40ba
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 55 deletions.
139 changes: 85 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"dependencies": {
"electron-debug": "^3.2.0",
"electron-log": "^4.4.4",
"electron-updater": "^4.6.5",
"electron-updater": "^6.3.0",
"history": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit 03e40ba

Please sign in to comment.