From a735503b9916a7dc4aa070aeae8d76fe77888d36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:03:39 +0000 Subject: [PATCH] build(deps-dev): bump @xterm/addon-ligatures in /tabby-terminal --- updated-dependencies: - dependency-name: "@xterm/addon-ligatures" dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tabby-terminal/package.json | 2 +- tabby-terminal/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tabby-terminal/package.json b/tabby-terminal/package.json index f0a83411..3c6fce24 100644 --- a/tabby-terminal/package.json +++ b/tabby-terminal/package.json @@ -22,7 +22,7 @@ "@xterm/addon-canvas": "^0.6.0", "@xterm/addon-fit": "^0.9.0", "@xterm/addon-image": "^0.7.0", - "@xterm/addon-ligatures": "^0.8.0", + "@xterm/addon-ligatures": "^0.10.0", "@xterm/addon-search": "^0.14.0", "@xterm/addon-serialize": "^0.12.0", "@xterm/addon-unicode11": "^0.7.0", diff --git a/tabby-terminal/yarn.lock b/tabby-terminal/yarn.lock index e385855f..9de23126 100644 --- a/tabby-terminal/yarn.lock +++ b/tabby-terminal/yarn.lock @@ -17,10 +17,10 @@ resolved "https://registry.yarnpkg.com/@xterm/addon-image/-/addon-image-0.7.0.tgz#86e7342a3fe3fac6ba42944054e660916ec44953" integrity sha512-OXJvmWXhJ5tdqSFX9yR2/d9AXwOz8+lJOghEPu2lSuwgLlMcOZ2YA+YuxPrisXIB2UctEHPAvVDGLbS9cESbzg== -"@xterm/addon-ligatures@^0.8.0": - version "0.8.0" - resolved "https://registry.yarnpkg.com/@xterm/addon-ligatures/-/addon-ligatures-0.8.0.tgz#d7f196c09edad0e7e45c691dce74f28bab683c37" - integrity sha512-hvClRA4a4saHXJV+Svxo6tC9NLN17coKbbFChhaQFvTe+TAx+G+LI1NytI8rmSIosOhg9m4uYB3J9o3Qyj4qxA== +"@xterm/addon-ligatures@^0.10.0": + version "0.10.0" + resolved "https://registry.yarnpkg.com/@xterm/addon-ligatures/-/addon-ligatures-0.10.0.tgz#4d33c75828c8b155bdc23dfd1a7e6fe8d80bda51" + integrity sha512-/Few8ZSHMib7sGjRJoc5l7bCtEB9XJfkNofvPpOcWADxKaUl8og8P172j67OoACSNJAXqeCLIuvj8WFCBkcTxg== dependencies: font-finder "^1.1.0" font-ligatures "^1.4.1"