Skip to content

Commit 8015e11

Browse files
committed
fix: examples/run-in-electron/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-2992453 - https://snyk.io/vuln/SNYK-JS-ELECTRON-2992478 - https://snyk.io/vuln/SNYK-JS-ELECTRON-2992482
1 parent d25016f commit 8015e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/run-in-electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "David Dias <daviddias@ipfs.io>",
1717
"license": "MIT",
1818
"devDependencies": {
19-
"electron": "^17.4.11",
19+
"electron": "^18.3.11",
2020
"electron-rebuild": "^2.3.4",
2121
"ipfs": "^0.55.3",
2222
"test-ipfs-example": "^3.0.0"

0 commit comments

Comments
 (0)