Skip to content

Commit

Permalink
fix: examples/with-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-6476870
  • Loading branch information
snyk-bot committed Mar 29, 2024
1 parent 230641a commit 9246c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
},
"devDependencies": {
"electron": "^12.0.2",
"electron": "^29.1.6",
"electron-builder": "^23.0.3",
"next": "latest",
"react": "^18.2.0",
Expand Down

0 comments on commit 9246c33

Please sign in to comment.