diff --git a/examples/electron/package.json b/examples/electron/package.json index 09e46fd8c..0ba8bcff8 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -11,6 +11,6 @@ "dependencies": { "electron": "4.0.1", "node-pty": "^0.8.0", - "xterm": "^3.14.0" + "xterm": "4.1.0" } }