Skip to content

Commit

Permalink
fix: examples/run-in-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-3014409
- https://snyk.io/vuln/SNYK-JS-ELECTRON-3014411
  • Loading branch information
snyk-bot committed Sep 26, 2022
1 parent d25016f commit 2d5d077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run-in-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "David Dias <daviddias@ipfs.io>",
"license": "MIT",
"devDependencies": {
"electron": "^17.4.11",
"electron": "^18.3.14",
"electron-rebuild": "^2.3.4",
"ipfs": "^0.55.3",
"test-ipfs-example": "^3.0.0"
Expand Down

0 comments on commit 2d5d077

Please sign in to comment.