From 608ff047f36c534bfc5b17648fc13be6863255f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 17:29:45 +0000 Subject: [PATCH] Bump @xterm/addon-fit from 0.10.0 to 0.11.0 Bumps [@xterm/addon-fit](https://github.com/xtermjs/xterm.js) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/xtermjs/xterm.js/releases) - [Commits](https://github.com/xtermjs/xterm.js/compare/0.10...0.11) --- updated-dependencies: - dependency-name: "@xterm/addon-fit" dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++-------- package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8c2eac..b7b450b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.5", "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^7.1.0", - "@xterm/addon-fit": "^0.10.0", + "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/xterm": "^5.5.0", "chart.js": "^4.5.1", @@ -1247,13 +1247,10 @@ "license": "MIT" }, "node_modules/@xterm/addon-fit": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.10.0.tgz", - "integrity": "sha512-UFYkDm4HUahf2lnEyHvio51TNGiLK66mqP2JoATy7hRZeXaGMRDr00JiSF7m63vR5WKATF605yEggJKsw0JpMQ==", - "license": "MIT", - "peerDependencies": { - "@xterm/xterm": "^5.0.0" - } + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@xterm/addon-fit/-/addon-fit-0.11.0.tgz", + "integrity": "sha512-jYcgT6xtVYhnhgxh3QgYDnnNMYTcf8ElbxxFzX0IZo+vabQqSPAjC3c1wJrKB5E19VwQei89QCiZZP86DCPF7g==", + "license": "MIT" }, "node_modules/@xterm/addon-web-links": { "version": "0.11.0", diff --git a/package.json b/package.json index 3aedff0..4590c79 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.5", "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^7.1.0", - "@xterm/addon-fit": "^0.10.0", + "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/xterm": "^5.5.0", "chart.js": "^4.5.1",