Skip to content

Commit

Permalink
fix: demos/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-8381010
- https://snyk.io/vuln/SNYK-JS-ELECTRON-8381013
  • Loading branch information
snyk-bot committed Nov 23, 2024
1 parent d62f61b commit bfd3454
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": "^31.7.5"
},
"scripts": {
"start": "electron ."
Expand Down

0 comments on commit bfd3454

Please sign in to comment.