diff --git a/package.json b/package.json index bdd16df..68839ec 100644 --- a/package.json +++ b/package.json @@ -55,15 +55,15 @@ } }, "dependencies": { - "fs-extra": "^10.0.0", + "fs-extra": "^11.0.0", "node-pty-prebuilt-multiarch": "^0.10.0", - "uuid": "^8.3.2", - "which": "^2.0.2", - "xterm": "4.13.0", - "xterm-addon-fit": "0.5.0", - "xterm-addon-ligatures": "^0.5.1", - "xterm-addon-web-links": "0.4.0", - "xterm-addon-webgl": "0.11.1" + "uuid": "^9.0.0", + "which": "^4.0.0", + "xterm": "5.2.1", + "xterm-addon-fit": "0.7.0", + "xterm-addon-ligatures": "^0.6.0", + "xterm-addon-web-links": "0.8.0", + "xterm-addon-webgl": "0.15.0" }, "devDependencies": { "@types/atom": "1.40.11",