diff --git a/package-lock.json b/package-lock.json index f74365e5..26418078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "x-terminal", - "version": "14.0.3", + "version": "14.0.4", "license": "MIT", "dependencies": { "deep-object-diff": "^1.1.9", @@ -17,7 +17,7 @@ "whatwg-url": "^11.0.0", "which": "^3.0.0", "xterm": "5.1.0", - "xterm-addon-fit": "0.6.0", + "xterm-addon-fit": "0.7.0", "xterm-addon-ligatures": "0.6.0", "xterm-addon-web-links": "0.8.0", "xterm-addon-webgl": "0.14.0" @@ -13696,9 +13696,9 @@ "integrity": "sha512-LovENH4WDzpwynj+OTkLyZgJPeDom9Gra4DMlGAgz6pZhIDCQ+YuO7yfwanY+gVbn/mmZIStNOnVRU/ikQuAEQ==" }, "node_modules/xterm-addon-fit": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.6.0.tgz", - "integrity": "sha512-9/7A+1KEjkFam0yxTaHfuk9LEvvTSBi0PZmEkzJqgafXPEXL9pCMAVV7rB09sX6ATRDXAdBpQhZkhKj7CGvYeg==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.7.0.tgz", + "integrity": "sha512-tQgHGoHqRTgeROPnvmtEJywLKoC/V9eNs4bLLz7iyJr1aW/QFzRwfd3MGiJ6odJd9xEfxcW36/xRU47JkD5NKQ==", "peerDependencies": { "xterm": "^5.0.0" } @@ -23991,9 +23991,9 @@ "integrity": "sha512-LovENH4WDzpwynj+OTkLyZgJPeDom9Gra4DMlGAgz6pZhIDCQ+YuO7yfwanY+gVbn/mmZIStNOnVRU/ikQuAEQ==" }, "xterm-addon-fit": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.6.0.tgz", - "integrity": "sha512-9/7A+1KEjkFam0yxTaHfuk9LEvvTSBi0PZmEkzJqgafXPEXL9pCMAVV7rB09sX6ATRDXAdBpQhZkhKj7CGvYeg==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.7.0.tgz", + "integrity": "sha512-tQgHGoHqRTgeROPnvmtEJywLKoC/V9eNs4bLLz7iyJr1aW/QFzRwfd3MGiJ6odJd9xEfxcW36/xRU47JkD5NKQ==", "requires": {} }, "xterm-addon-ligatures": { diff --git a/package.json b/package.json index 6a0f319f..3a2d0cfd 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "whatwg-url": "^11.0.0", "which": "^3.0.0", "xterm": "5.1.0", - "xterm-addon-fit": "0.6.0", + "xterm-addon-fit": "0.7.0", "xterm-addon-ligatures": "0.6.0", "xterm-addon-web-links": "0.8.0", "xterm-addon-webgl": "0.14.0"