Skip to content

Commit

Permalink
fix: demos/electron/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 9, 2024
1 parent d62f61b commit 0e872f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "main.js",
"dependencies": {
"xlsx": "*",
"electron": "^9.0.5"
"electron": "^32.2.3"
},
"scripts": {
"start": "electron ."
Expand Down

0 comments on commit 0e872f4

Please sign in to comment.