diff --git a/examples/electron/package.json b/examples/electron/package.json index c85d143f6..09e46fd8c 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.13.1" + "xterm": "^3.14.0" } }