Skip to content

Commit

Permalink
fix: electron/package.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-ELECTRON-6173170
- https://snyk.io/vuln/SNYK-JS-ELECTRON-6173171
  • Loading branch information
snyk-bot committed Jan 18, 2024
1 parent 9ca7016 commit d435275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
"electron": "^15.2.0",
"electron": "^26.6.6",
"electron-builder": "22.13.1"
},
"dependencies": {}
Expand Down

0 comments on commit d435275

Please sign in to comment.