Update @elastic/kibana-cloud-security-posture dependencies (main) (#201291)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@mswjs/http-middleware](https://mswjs.io)
([source](https://togithub.com/mswjs/http-middleware)) | devDependencies
| patch | [`^0.10.1` ->
`^0.10.2`](https://renovatebot.com/diffs/npm/@mswjs%2fhttp-middleware/0.10.1/0.10.2)
|
|
[@types/byte-size](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/byte-size)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/byte-size))
| devDependencies | patch | [`^8.1.0` ->
`^8.1.2`](https://renovatebot.com/diffs/npm/@types%2fbyte-size/8.1.0/8.1.2)
|
| [byte-size](https://togithub.com/75lb/byte-size) | dependencies |
major | [`^8.1.0` ->
`^9.0.1`](https://renovatebot.com/diffs/npm/byte-size/8.1.0/9.0.1) |
| [msw](https://mswjs.io) ([source](https://togithub.com/mswjs/msw)) |
devDependencies | minor | [`^2.4.12` ->
`^2.7.0`](https://renovatebot.com/diffs/npm/msw/2.5.2/2.7.0) |
| [xterm](https://togithub.com/xtermjs/xterm.js) | dependencies | minor
| [`^5.1.0` ->
`^5.3.0`](https://renovatebot.com/diffs/npm/xterm/5.1.0/5.3.0) |

---

### Release Notes

<details>
<summary>mswjs/http-middleware (@&#8203;mswjs/http-middleware)</summary>

###
[`v0.10.2`](https://togithub.com/mswjs/http-middleware/releases/tag/v0.10.2)

[Compare
Source](https://togithub.com/mswjs/http-middleware/compare/v0.10.1...v0.10.2)

#### v0.10.2 (2024-10-25)

##### Bug Fixes

- consume undisturbed request stream as-is
([#&#8203;39](https://togithub.com/mswjs/http-middleware/issues/39))
([`13cee76`](13cee76e5a))
[@&#8203;c0per](https://togithub.com/c0per)
[@&#8203;LeBenLeBen](https://togithub.com/LeBenLeBen)
[@&#8203;kettanaito](https://togithub.com/kettanaito)

</details>

<details>
<summary>75lb/byte-size (byte-size)</summary>

###
[`v9.0.1`](https://togithub.com/75lb/byte-size/compare/v9.0.0...v9.0.1)

[Compare
Source](https://togithub.com/75lb/byte-size/compare/v9.0.0...v9.0.1)

### [`v9.0.0`](https://togithub.com/75lb/byte-size/releases/tag/v9.0.0)

[Compare
Source](https://togithub.com/75lb/byte-size/compare/v8.2.1...v9.0.0)

Whether this is a breaking change or not is debatable so it has been
released as a major version just in case.

#### Non-breaking change since v8.2.1

These changes affect the output only, there are no changes to the API or
minimum supported Node version (still v12.17).

- Fixed an issue where precision and Intl formatting was not applied to
small numbers.
[#&#8203;15](https://togithub.com/75lb/byte-size/issues/15)
- Removed
[minimumFractionDigits](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#minimumfractiondigits)
from unit number formatting. This removes superfluous precision, some
examples:
- `byteSize(1000).toString()` now returns `1 kB` instead of `1.0 kB`,
removing the superfluous one decimal place of precision.
- `byteSize(1500000, { precision: 5 }).toString()` now returns `1.5 MB`
instead of `1.50000 MB`, again removing superfluous precision.
- However, `byteSize(1500010, { precision: 5 }).toString()` will return
`1.50001 MB` as there is meaningful, non-zero precision to display.

###
[`v8.2.1`](https://togithub.com/75lb/byte-size/compare/v8.2.0...v8.2.1)

[Compare
Source](https://togithub.com/75lb/byte-size/compare/v8.2.0...v8.2.1)

###
[`v8.2.0`](https://togithub.com/75lb/byte-size/compare/v8.1.1...v8.2.0)

[Compare
Source](https://togithub.com/75lb/byte-size/compare/v8.1.1...v8.2.0)

###
[`v8.1.1`](https://togithub.com/75lb/byte-size/compare/v8.1.0...v8.1.1)

[Compare
Source](https://togithub.com/75lb/byte-size/compare/v8.1.0...v8.1.1)

</details>

<details>
<summary>mswjs/msw (msw)</summary>

### [`v2.7.0`](https://togithub.com/mswjs/msw/releases/tag/v2.7.0)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.9...v2.7.0)

#### v2.7.0 (2024-12-17)

##### Features

- use `picocolors` instead of `chalk`
([#&#8203;2377](https://togithub.com/mswjs/msw/issues/2377))
([`85bdd82`](85bdd82dfe))
[@&#8203;Namchee](https://togithub.com/Namchee)
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.9`](https://togithub.com/mswjs/msw/releases/tag/v2.6.9)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.8...v2.6.9)

#### v2.6.9 (2024-12-16)

##### Bug Fixes

- support `SharedArrayBuffer` in `HttpResponse.arrayBuffer`
([#&#8203;2389](https://togithub.com/mswjs/msw/issues/2389))
([`41f00e1`](41f00e1a67))
[@&#8203;danilofuchs](https://togithub.com/danilofuchs)
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.8`](https://togithub.com/mswjs/msw/releases/tag/v2.6.8)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.7...v2.6.8)

#### v2.6.8 (2024-12-07)

##### Bug Fixes

- **setupServer:** reapply interception after calling `server.listen()`
after `server.close()`
([#&#8203;2383](https://togithub.com/mswjs/msw/issues/2383))
([`00da9ca`](00da9cad42))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.7`](https://togithub.com/mswjs/msw/releases/tag/v2.6.7)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.6...v2.6.7)

#### v2.6.7 (2024-12-06)

##### Bug Fixes

- **setupWorker:** correctly delete internal `accept` header on
passthrough ([#&#8203;2375](https://togithub.com/mswjs/msw/issues/2375))
([`3f40055`](3f40055b1d))
[@&#8203;smouillour](https://togithub.com/smouillour)
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.6`](https://togithub.com/mswjs/msw/releases/tag/v2.6.6)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.5...v2.6.6)

#### v2.6.6 (2024-11-22)

##### Bug Fixes

- **types:** support optional path parameters
([#&#8203;2368](https://togithub.com/mswjs/msw/issues/2368))
([`3b7b776`](3b7b776e8c))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.5`](https://togithub.com/mswjs/msw/releases/tag/v2.6.5)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.4...v2.6.5)

#### v2.6.5 (2024-11-16)

##### Bug Fixes

- support non-configurable responses
([#&#8203;2360](https://togithub.com/mswjs/msw/issues/2360))
([`5bf3e3b`](5bf3e3bf5f))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.4`](https://togithub.com/mswjs/msw/releases/tag/v2.6.4)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.3...v2.6.4)

#### v2.6.4 (2024-11-10)

##### Bug Fixes

- prevent infinite loop when bypassing `sendBeacon()` requests
([#&#8203;2353](https://togithub.com/mswjs/msw/issues/2353))
([`2fa98c3`](2fa98c327a))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
- remove the internal bypass request header before performing the
request as-is in Node.js
([#&#8203;2353](https://togithub.com/mswjs/msw/issues/2353))
([`2fa98c3`](2fa98c327a))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.3`](https://togithub.com/mswjs/msw/releases/tag/v2.6.3)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.2...v2.6.3)

#### v2.6.3 (2024-11-10)

##### Bug Fixes

- **handleRequest:** remove `transformResponse` option
([#&#8203;2351](https://togithub.com/mswjs/msw/issues/2351))
([`74c4a3a`](74c4a3a899))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.2`](https://togithub.com/mswjs/msw/releases/tag/v2.6.2)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.1...v2.6.2)

#### v2.6.2 (2024-11-07)

##### Bug Fixes

- update `@bundled-es-modules/cookie` to 2.0.1
([#&#8203;2312](https://togithub.com/mswjs/msw/issues/2312))
([`c134352`](c134352e82))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.1`](https://togithub.com/mswjs/msw/releases/tag/v2.6.1)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.6.0...v2.6.1)

#### v2.6.1 (2024-11-06)

##### Bug Fixes

- prevent `instanceof` handler check failures between different MSW
versions ([#&#8203;2349](https://togithub.com/mswjs/msw/issues/2349))
([`28d26bd`](28d26bd7fa))
[@&#8203;kettanaito](https://togithub.com/kettanaito)

### [`v2.6.0`](https://togithub.com/mswjs/msw/releases/tag/v2.6.0)

[Compare Source](https://togithub.com/mswjs/msw/compare/v2.5.2...v2.6.0)

#### v2.6.0 (2024-10-29)

##### Features

- support mocking WebSocket APIs
([#&#8203;2011](https://togithub.com/mswjs/msw/issues/2011))
([`ae786f5`](ae786f59eb))
[@&#8203;kettanaito](https://togithub.com/kettanaito)
[@&#8203;DanielleHuisman](https://togithub.com/DanielleHuisman)

</details>

<details>
<summary>xtermjs/xterm.js (xterm)</summary>

### [`v5.3.0`](https://togithub.com/xtermjs/xterm.js/releases/tag/5.3.0)

[Compare
Source](https://togithub.com/xtermjs/xterm.js/compare/5.2.1...5.3.0)

#### 🚀 Features

- The default DOM-based renderer is significantly faster now
([#&#8203;4605](https://togithub.com/xtermjs/xterm.js/issues/4605),
[#&#8203;4631](https://togithub.com/xtermjs/xterm.js/issues/4631),
[#&#8203;4651](https://togithub.com/xtermjs/xterm.js/issues/4651),
[#&#8203;4662](https://togithub.com/xtermjs/xterm.js/issues/4662),
[#&#8203;4681](https://togithub.com/xtermjs/xterm.js/issues/4681),
[#&#8203;4754](https://togithub.com/xtermjs/xterm.js/issues/4754)) via
[@&#8203;jerch](https://togithub.com/jerch),
[@&#8203;Tyriar](https://togithub.com/Tyriar),
[@&#8203;PerBothner](https://togithub.com/PerBothner),
[@&#8203;tisilent](https://togithub.com/tisilent)
- The smooth scroll feature now affects `scrollLines`,
`scrollPages`,`scrollToLine`, `scrollToTop` and `scrollToBottom`
([#&#8203;4482](https://togithub.com/xtermjs/xterm.js/issues/4482),
[#&#8203;4714](https://togithub.com/xtermjs/xterm.js/issues/4714)) via
[@&#8203;tisilent](https://togithub.com/tisilent),
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- `minimumContrastRatio` now applies 50% of the contrast ratio to dimmed
text ([#&#8203;4672](https://togithub.com/xtermjs/xterm.js/issues/4672))
via [@&#8203;Tyrira](https://togithub.com/Tyrira)

##### 📦 API

- There's a new `trace` log level
([#&#8203;4687](https://togithub.com/xtermjs/xterm.js/issues/4687),
4709) via [@&#8203;Tyriar](https://togithub.com/Tyriar)
    ```ts
    const term = new Terminal({
        logLevel: 'trace'
    });
    ```
- New `logger` delegate option
([#&#8203;4563](https://togithub.com/xtermjs/xterm.js/issues/4563),
[#&#8203;4564](https://togithub.com/xtermjs/xterm.js/issues/4564)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar). This new API allows the
embedder to define the logging behavior, instead of always using to
`console`
    ```ts
    const term = new Terminal({
        logger: {
            trace: (e, args) => console.log('trace: ', e, args),
            debug: (e, args) => console.log('debug: ', e, args),
            info: (e, args) => console.log('info: ', e, args),
            warn: (e, args) => console.log('warn: ', e, args),
            error: (e, args) => console.log('error: ', e, args)
        }
    });
    ```
- New `ignoreBracketedPasteMode` option that allows explicitly disabling
bracketed paste mode, regardless of whether the shell enables it or not
([#&#8203;4636](https://togithub.com/xtermjs/xterm.js/issues/4636)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
    ```ts
    const term = new Terminal({
        ignoreBracketedPasteMode: true
    });
    ```
- New `cursorInactiveStyle` option
([#&#8203;4657](https://togithub.com/xtermjs/xterm.js/issues/4657)) via
[@&#8203;tisilent](https://togithub.com/tisilent)
    ```ts
    const term = new Terminal({
        cursorInactiveStyle: 'none'
    });
    ```

#### 🐞 Bug fixes

- Fix character size being affected by CSS transformations
([#&#8203;4366](https://togithub.com/xtermjs/xterm.js/issues/4366)) via
[@&#8203;arekouzounian](https://togithub.com/arekouzounian)
- Fix mouse tracking behavior
([#&#8203;4583](https://togithub.com/xtermjs/xterm.js/issues/4583)) via
[@&#8203;jerch](https://togithub.com/jerch)
- Improve rendering of the DOM renderer's underline cursor
([#&#8203;4584](https://togithub.com/xtermjs/xterm.js/issues/4584)) via
[@&#8203;dlech](https://togithub.com/dlech)
- Fix issues in the accessibility tree
([#&#8203;4637](https://togithub.com/xtermjs/xterm.js/issues/4637)) via
[@&#8203;meganrogge](https://togithub.com/meganrogge)
- Fix reset and clear leaving viewport in a bad state
([#&#8203;4638](https://togithub.com/xtermjs/xterm.js/issues/4638)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix API facade memory leaks
([#&#8203;4655](https://togithub.com/xtermjs/xterm.js/issues/4655)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix memory leak in cursor blink state manager
([#&#8203;4659](https://togithub.com/xtermjs/xterm.js/issues/4659)) via
[@&#8203;SvanT](https://togithub.com/SvanT)
- Fix inverse rendering when a transparent foreground is used
([#&#8203;4667](https://togithub.com/xtermjs/xterm.js/issues/4667)) via
[@&#8203;Dennnnny](https://togithub.com/Dennnnny)
- Fix disposing of decorations
([#&#8203;4671](https://togithub.com/xtermjs/xterm.js/issues/4671)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Render selection background consistently in the DOM renderer
([#&#8203;4673](https://togithub.com/xtermjs/xterm.js/issues/4673)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Improve rendering of powerline circle line custom glyph
([#&#8203;4729](https://togithub.com/xtermjs/xterm.js/issues/4729)) via
[@&#8203;tisilent](https://togithub.com/tisilent)
- Improve texture atlas utilization and fix glyph corruption when
merging
([#&#8203;4732](https://togithub.com/xtermjs/xterm.js/issues/4732)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)

#### 📝 Documentation and internal improvements

- Improve safety of log service
([#&#8203;4565](https://togithub.com/xtermjs/xterm.js/issues/4565)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Exploring use of `CSSStyleSheet` web API
([#&#8203;4611](https://togithub.com/xtermjs/xterm.js/issues/4611),
#[#&#8203;4619](https://togithub.com/xtermjs/xterm.js/issues/4619),
[#&#8203;4678](https://togithub.com/xtermjs/xterm.js/issues/4678),
[#&#8203;4680](https://togithub.com/xtermjs/xterm.js/issues/4680)) via
[@&#8203;SimonSiefke](https://togithub.com/SimonSiefke),
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Update TypeScript to 5.1.6
([#&#8203;4612](https://togithub.com/xtermjs/xterm.js/issues/4612)) via
[@&#8203;SimonSiefke](https://togithub.com/SimonSiefke)
- Mention discussions in CONTRIBUTING.md
([#&#8203;4617](https://togithub.com/xtermjs/xterm.js/issues/4617)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Improve type safety of ColorIndex
([#&#8203;4618](https://togithub.com/xtermjs/xterm.js/issues/4618)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix demo light theme cursor colors
([#&#8203;4626](https://togithub.com/xtermjs/xterm.js/issues/4626)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Add nvmrc using node 16
([#&#8203;4666](https://togithub.com/xtermjs/xterm.js/issues/4666)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Restrict comments to 100 characters
([#&#8203;4668](https://togithub.com/xtermjs/xterm.js/issues/4668)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Lint API xterm.d.ts file
([#&#8203;4669](https://togithub.com/xtermjs/xterm.js/issues/4669),
[#&#8203;4677](https://togithub.com/xtermjs/xterm.js/issues/4677)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- General clean up
([#&#8203;4676](https://togithub.com/xtermjs/xterm.js/issues/4676),
[#&#8203;4683](https://togithub.com/xtermjs/xterm.js/issues/4683),
[#&#8203;4688](https://togithub.com/xtermjs/xterm.js/issues/4688),
[#&#8203;4689](https://togithub.com/xtermjs/xterm.js/issues/4689),
[#&#8203;4733](https://togithub.com/xtermjs/xterm.js/issues/4733)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Reduce repetition with internal terminal types and inherit docs from
API ([#&#8203;4679](https://togithub.com/xtermjs/xterm.js/issues/4679))
via [@&#8203;Tyriar](https://togithub.com/Tyriar)
- Improve lifecycle of WebLinksAddon.api, test all country tlds
([#&#8203;4691](https://togithub.com/xtermjs/xterm.js/issues/4691)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Stub out all CSI api tests
([#&#8203;4692](https://togithub.com/xtermjs/xterm.js/issues/4692)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Migrate to GitHub Actions and speed up CI
([#&#8203;4693](https://togithub.com/xtermjs/xterm.js/issues/4693),
[#&#8203;4697](https://togithub.com/xtermjs/xterm.js/issues/4697),
[#&#8203;4698](https://togithub.com/xtermjs/xterm.js/issues/4698),
[#&#8203;4699](https://togithub.com/xtermjs/xterm.js/issues/4699),
[#&#8203;4700](https://togithub.com/xtermjs/xterm.js/issues/4700),
[#&#8203;4710](https://togithub.com/xtermjs/xterm.js/issues/4710),
[#&#8203;4712](https://togithub.com/xtermjs/xterm.js/issues/4712),
[#&#8203;4715](https://togithub.com/xtermjs/xterm.js/issues/4715),
[#&#8203;4716](https://togithub.com/xtermjs/xterm.js/issues/4716),
[#&#8203;4734](https://togithub.com/xtermjs/xterm.js/issues/4734)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix spaces in bce demo
([#&#8203;4694](https://togithub.com/xtermjs/xterm.js/issues/4694)) via
[@&#8203;jerch](https://togithub.com/jerch)
- Add automatic resize to demo
([#&#8203;4695](https://togithub.com/xtermjs/xterm.js/issues/4695)) via
[@&#8203;PerBothner](https://togithub.com/PerBothner)
- Add no unused variables lint warning
([#&#8203;4718](https://togithub.com/xtermjs/xterm.js/issues/4718)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix demo warnings
([#&#8203;4721](https://togithub.com/xtermjs/xterm.js/issues/4721),
[#&#8203;4722](https://togithub.com/xtermjs/xterm.js/issues/4722)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Adopt `@ts-check` in JS files
([#&#8203;4723](https://togithub.com/xtermjs/xterm.js/issues/4723),
[#&#8203;4724](https://togithub.com/xtermjs/xterm.js/issues/4724)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Warn on eslint rule `@typescript-eslint/no-useless-constructor`
([#&#8203;4725](https://togithub.com/xtermjs/xterm.js/issues/4725)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Warn on eslint rule `@typescript-eslint/no-confusing-void-expression`
([#&#8203;4726](https://togithub.com/xtermjs/xterm.js/issues/4726)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Start migration to `@playwright/test` as the integration test runner
([#&#8203;4735](https://togithub.com/xtermjs/xterm.js/issues/4735)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)

#### 🎉 New real-world use cases

- cloudtutor.io
([#&#8203;4570](https://togithub.com/xtermjs/xterm.js/issues/4570)) via
[@&#8203;naufalafif](https://togithub.com/naufalafif)
- Helix Editor Playground
([#&#8203;4585](https://togithub.com/xtermjs/xterm.js/issues/4585)) via
[@&#8203;tomgroenwoldt](https://togithub.com/tomgroenwoldt)
- Coder
([#&#8203;4595](https://togithub.com/xtermjs/xterm.js/issues/4595)) via
[@&#8203;matifali](https://togithub.com/matifali)

***

#### 📥 Addons

##### xterm-addon-canvas

- Add getRasterizedGlyph null and undefined check
([#&#8203;4596](https://togithub.com/xtermjs/xterm.js/issues/4596)) via
[@&#8203;lewis-sanchez](https://togithub.com/lewis-sanchez)
- Fix various underlines by rendering them upwards
([#&#8203;4648](https://togithub.com/xtermjs/xterm.js/issues/4648),
[#&#8203;4664](https://togithub.com/xtermjs/xterm.js/issues/4664)) via
[@&#8203;tisilent](https://togithub.com/tisilent)

##### xterm-addon-image

- The images addon has been merged into the main repository
([#&#8203;4577](https://togithub.com/xtermjs/xterm.js/issues/4577),
[#&#8203;4727](https://togithub.com/xtermjs/xterm.js/issues/4727)) via
[@&#8203;jerch](https://togithub.com/jerch)

##### xterm-addon-ligatures

- Enable the ligatures addon on Electron
([#&#8203;4387](https://togithub.com/xtermjs/xterm.js/issues/4387)) via
[@&#8203;LabhanshAgrawal](https://togithub.com/LabhanshAgrawal)

##### xterm-addon-serialize

- Fallback to default ANSIcolors when running xterm-headless
([#&#8203;4348](https://togithub.com/xtermjs/xterm.js/issues/4348)) via
[@&#8203;silamon](https://togithub.com/silamon)

##### xterm-addon-webgl

- Render the cursor in the WebGL canvas
([#&#8203;4568](https://togithub.com/xtermjs/xterm.js/issues/4568)) via
[@&#8203;xzfc](https://togithub.com/xzfc)

#### 🤝 Compatible addon versions

| Addon | Version
| --- | ---
| `xterm-addon-attach` | `0.9.0`
| `xterm-addon-canvas` | `0.5.0`
| `xterm-addon-fit` | `0.8.0`
| `xterm-addon-image` | `0.5.0`
| `xterm-addon-ligatures` | `0.7.0`
| `xterm-addon-search` | `0.13.0`
| `xterm-addon-serialize` | `0.11.0`
| `xterm-addon-unicode11` | `0.6.0`
| `xterm-addon-web-links` | `0.9.0`
| `xterm-addon-webgl` | `0.16.0`

***

#### 🌐 Website

Pull from
https://github.com/xtermjs/xtermjs.org/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aclosed

### [`v5.2.1`](https://togithub.com/xtermjs/xterm.js/releases/tag/5.2.1)

[Compare
Source](https://togithub.com/xtermjs/xterm.js/compare/5.2.0...5.2.1)

#### 🐞 Bug fixes

- Fix NPEs on buffer line and windowsPty option
([#&#8203;4551](https://togithub.com/xtermjs/xterm.js/issues/4551)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)

### [`v5.2.0`](https://togithub.com/xtermjs/xterm.js/releases/tag/5.2.0)

[Compare
Source](https://togithub.com/xtermjs/xterm.js/compare/5.1.0...5.2.0)

#### 🚀 Features

- Support for the overline attribute SGR 53/55
([#&#8203;4526](https://togithub.com/xtermjs/xterm.js/issues/4526),
[#&#8203;4532](https://togithub.com/xtermjs/xterm.js/issues/4532)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)

##### 📦 API

- Improved Windows workarounds with the new windowsPty option
([#&#8203;4539](https://togithub.com/xtermjs/xterm.js/issues/4539)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)

    ```ts
    const term = new Terminal({
      windowsPty: {
        backend: 'conpty',
        buildNumber: 19000
      }
    });
    ```

#### 🐞 Bug fixes

- Fix performance issue related to hovering links
([#&#8203;4341](https://togithub.com/xtermjs/xterm.js/issues/4341)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix exception by validating rows are correct when rendering
([#&#8203;4346](https://togithub.com/xtermjs/xterm.js/issues/4346)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Improve rendering of dotted underline
([#&#8203;4350](https://togithub.com/xtermjs/xterm.js/issues/4350)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Invalidate links after resizing
([#&#8203;4358](https://togithub.com/xtermjs/xterm.js/issues/4358)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix texture atlas exception thrown when changing options
([#&#8203;4390](https://togithub.com/xtermjs/xterm.js/issues/4390)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Show hollow cursor when unfocused, regardless of cursor type
([#&#8203;4443](https://togithub.com/xtermjs/xterm.js/issues/4443)) via
[@&#8203;tisilent](https://togithub.com/tisilent)
- Fix out of sync link underlines after resizing on Windows
([#&#8203;4458](https://togithub.com/xtermjs/xterm.js/issues/4458)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix a lifecycle issue with decorations
([#&#8203;4465](https://togithub.com/xtermjs/xterm.js/issues/4465)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Rerender in the DOM renderer after options change
([#&#8203;4475](https://togithub.com/xtermjs/xterm.js/issues/4475)) via
[@&#8203;kelvinhammond](https://togithub.com/kelvinhammond)
- Fix DECRQM reports and add DECBKM
([#&#8203;4478](https://togithub.com/xtermjs/xterm.js/issues/4478)) via
[@&#8203;jerch](https://togithub.com/jerch)
- Fix links not working when using a screen reader
([#&#8203;4491](https://togithub.com/xtermjs/xterm.js/issues/4491)) via
[@&#8203;jerch](https://togithub.com/jerch)
- Ensure decorations in the top layer render on top of decorations in
the bottom layer
([#&#8203;4516](https://togithub.com/xtermjs/xterm.js/issues/4516)) via
[@&#8203;jeanp413](https://togithub.com/jeanp413)
- Avoid triggering a reflow while rendering search decorations
([#&#8203;4521](https://togithub.com/xtermjs/xterm.js/issues/4521)) via
[@&#8203;jeanp413](https://togithub.com/jeanp413)
- Don't apply dim to background color
([#&#8203;4525](https://togithub.com/xtermjs/xterm.js/issues/4525)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix exception and performance issue when rendering link underlines
([#&#8203;4546](https://togithub.com/xtermjs/xterm.js/issues/4546)) via
[@&#8203;jerch](https://togithub.com/jerch)

#### 📝 Documentation and internal improvements

- Remove unused buffer code
([#&#8203;4335](https://togithub.com/xtermjs/xterm.js/issues/4335)) via
[@&#8203;jerch](https://togithub.com/jerch)
- Explore a different accessibility view
([#&#8203;4340](https://togithub.com/xtermjs/xterm.js/issues/4340),
[#&#8203;4375](https://togithub.com/xtermjs/xterm.js/issues/4375),
[#&#8203;4376](https://togithub.com/xtermjs/xterm.js/issues/4376),
[#&#8203;4377](https://togithub.com/xtermjs/xterm.js/issues/4377),
[#&#8203;4381](https://togithub.com/xtermjs/xterm.js/issues/4381),
[#&#8203;4382](https://togithub.com/xtermjs/xterm.js/issues/4382),
[#&#8203;4383](https://togithub.com/xtermjs/xterm.js/issues/4383),
[#&#8203;4389](https://togithub.com/xtermjs/xterm.js/issues/4389),
[#&#8203;4395](https://togithub.com/xtermjs/xterm.js/issues/4395),
[#&#8203;4398](https://togithub.com/xtermjs/xterm.js/issues/4398),
[#&#8203;4400](https://togithub.com/xtermjs/xterm.js/issues/4400),
[#&#8203;4402](https://togithub.com/xtermjs/xterm.js/issues/4402),
[#&#8203;4406](https://togithub.com/xtermjs/xterm.js/issues/4406),
[#&#8203;4413](https://togithub.com/xtermjs/xterm.js/issues/4413),
[#&#8203;4427](https://togithub.com/xtermjs/xterm.js/issues/4427),
[#&#8203;4536](https://togithub.com/xtermjs/xterm.js/issues/4536)) via
[@&#8203;meganrogge](https://togithub.com/meganrogge),
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Update CI containers to Ubuntu 20.04
([#&#8203;4347](https://togithub.com/xtermjs/xterm.js/issues/4347)) via
[@&#8203;silamon](https://togithub.com/silamon)
- Update CI containers to use Node 18
([#&#8203;4542](https://togithub.com/xtermjs/xterm.js/issues/4542)) via
[@&#8203;silamon](https://togithub.com/silamon)
    4542
- Remove unused imports
([#&#8203;4361](https://togithub.com/xtermjs/xterm.js/issues/4361)) via
[@&#8203;Eugeny](https://togithub.com/Eugeny)
- Replace dom helper with HTMLElement.remove()
([#&#8203;4364](https://togithub.com/xtermjs/xterm.js/issues/4364)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Show proper parameter hints when calling createInstance
([#&#8203;4393](https://togithub.com/xtermjs/xterm.js/issues/4393)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Correct registerMarker API docs
([#&#8203;4464](https://togithub.com/xtermjs/xterm.js/issues/4464)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Add FAQ to new issue report
([#&#8203;4512](https://togithub.com/xtermjs/xterm.js/issues/4512)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix buffer corruption for utf8 transport in demo
([#&#8203;4527](https://togithub.com/xtermjs/xterm.js/issues/4527)) via
[@&#8203;jerch](https://togithub.com/jerch)

#### ⚠️ Deprecations

-   `windowsMode` has been deprecated in favor of `windowsPty`
    ```ts
    // Before 5.2
    term = new Terminal({ windowsMode: true });
    // After 5.2
    term = new Terminal({
      windowsPty: {
        backend: 'conpty',
        buildNumber: 19000
      }
    });
    ```

#### 🎉 New real-world use cases

- graSSHopper
([#&#8203;4356](https://togithub.com/xtermjs/xterm.js/issues/4356)) via
[@&#8203;Coding-Kiwi](https://togithub.com/Coding-Kiwi)
- DomTerm
([#&#8203;4456](https://togithub.com/xtermjs/xterm.js/issues/4456)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)

***

#### 📥 Addons

##### xterm-addon-canvas

- Fix rendering of underline on wide characters
([#&#8203;4352](https://togithub.com/xtermjs/xterm.js/issues/4352)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Update selection properly after changing themes
([#&#8203;4353](https://togithub.com/xtermjs/xterm.js/issues/4353)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Update selection properly after a resize
([#&#8203;4355](https://togithub.com/xtermjs/xterm.js/issues/4355)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Correct cell background color after clearing formatting
([#&#8203;4438](https://togithub.com/xtermjs/xterm.js/issues/4438)) via
[@&#8203;jerch](https://togithub.com/jerch)
- Fix rendering of 0xE0BB and 0xE0BF powerline symbols
([#&#8203;4451](https://togithub.com/xtermjs/xterm.js/issues/4451)) via
[@&#8203;Starwort](https://togithub.com/Starwort)
- Fix rendering of cursor leaving artifacts on Firefox
([#&#8203;4500](https://togithub.com/xtermjs/xterm.js/issues/4500)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Disallow glyphs to exceed texture atlas size
([#&#8203;4508](https://togithub.com/xtermjs/xterm.js/issues/4508)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Don't apply dim to background color
([#&#8203;4525](https://togithub.com/xtermjs/xterm.js/issues/4525)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix blacked out content
([#&#8203;4533](https://togithub.com/xtermjs/xterm.js/issues/4533)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)

##### xterm-addon-search

- Improve search behavior when there are > 1000 results
([#&#8203;4504](https://togithub.com/xtermjs/xterm.js/issues/4504)) via
[@&#8203;jeanp413](https://togithub.com/jeanp413)

##### xterm-addon-webgl

- Fix rendering of underline on wide characters
([#&#8203;4352](https://togithub.com/xtermjs/xterm.js/issues/4352)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix loadCell exception
([#&#8203;4403](https://togithub.com/xtermjs/xterm.js/issues/4403)) via
[@&#8203;meganrogge](https://togithub.com/meganrogge)
- Fix rendering of 0xE0BB and 0xE0BF powerline symbols
([#&#8203;4451](https://togithub.com/xtermjs/xterm.js/issues/4451)) via
[@&#8203;Starwort](https://togithub.com/Starwort)
- Fix rendering of cursor leaving artifacts on Firefox
([#&#8203;4500](https://togithub.com/xtermjs/xterm.js/issues/4500)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Disallow glyphs to exceed texture atlas size
([#&#8203;4508](https://togithub.com/xtermjs/xterm.js/issues/4508)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Don't apply dim to background color
([#&#8203;4525](https://togithub.com/xtermjs/xterm.js/issues/4525)) via
[@&#8203;Tyriar](https://togithub.com/Tyriar)
- Fix blacked out content
([#&#8203;4530](https://togithub.com/xtermjs/xterm.js/issues/4530)) via
[@&#8203;jerch](https://togithub.com/jerch)

#### 🤝 Compatible addon versions

-   `xterm-addon-attach@...`
-   `xterm-addon-fit@...`
-   `xterm-addon-ligatures@...`
-   `xterm-addon-search@...`
-   `xterm-addon-serialize@...`
-   `xterm-addon-unicode11@&#8203;...`
-   `xterm-addon-web-links@...`
-   `xterm-addon-webgl@...`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkIFNlY3VyaXR5IiwiYmFja3BvcnQ6YWxsLW9wZW4iLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==-->

---------

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Maxim Kholod <maxim.kholod@elastic.co>
Co-authored-by: Paulo Silva <paulo.henrique@elastic.co>
This commit is contained in:
elastic-renovate-prod[bot] 2025-01-27 09:58:22 -08:00 committed by GitHub
parent ba8d83a14c
commit 9f5656c13d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 29 deletions

View file

@ -1080,7 +1080,7 @@
"blurhash": "^2.0.1",
"borc": "3.0.0",
"brok": "^6.0.0",
"byte-size": "^8.1.0",
"byte-size": "^9.0.1",
"cacheable-lookup": "6",
"camelcase-keys": "7.0.2",
"canvg": "^3.0.9",
@ -1293,7 +1293,7 @@
"xml2js": "^0.5.0",
"xstate": "^4.38.2",
"xstate5": "npm:xstate@^5.18.1",
"xterm": "^5.1.0",
"xterm": "^5.3.0",
"yaml": "^2.5.1",
"yauzl": "^2.10.0",
"yazl": "^2.5.1",
@ -1526,7 +1526,7 @@
"@kbn/whereis-pkg-cli": "link:packages/kbn-whereis-pkg-cli",
"@kbn/yarn-lock-validator": "link:packages/kbn-yarn-lock-validator",
"@mapbox/vector-tile": "1.3.1",
"@mswjs/http-middleware": "^0.10.1",
"@mswjs/http-middleware": "0.10.1",
"@octokit/rest": "^17.11.2",
"@parcel/watcher": "^2.1.0",
"@playwright/test": "1.49.0",
@ -1560,7 +1560,7 @@
"@types/async": "^3.2.24",
"@types/aws4": "^1.5.0",
"@types/base64-js": "^1.2.5",
"@types/byte-size": "^8.1.0",
"@types/byte-size": "^8.1.2",
"@types/chance": "^1.0.0",
"@types/chroma-js": "^2.1.0",
"@types/chromedriver": "^81.0.5",
@ -1795,7 +1795,7 @@
"mochawesome-merge": "^4.3.0",
"mock-fs": "^5.1.2",
"ms-chromium-edge-driver": "^0.5.1",
"msw": "^2.4.12",
"msw": "~2.5.2",
"mutation-observer": "^1.0.3",
"native-hdr-histogram": "^1.0.0",
"nock": "12.0.3",

View file

@ -2011,11 +2011,11 @@
integrity sha512-cwwGvLGqvoaOZmoP5+i4v/rbW+rHkguvTehuZyM2p/xpmaNSdT2h3B7kHw33aiffv35t1XrYHIkdJSEkSEMJuA==
"@bundled-es-modules/cookie@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@bundled-es-modules/cookie/-/cookie-2.0.0.tgz#c3b82703969a61cf6a46e959a012b2c257f6b164"
integrity sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==
version "2.0.1"
resolved "https://registry.yarnpkg.com/@bundled-es-modules/cookie/-/cookie-2.0.1.tgz#b41376af6a06b3e32a15241d927b840a9b4de507"
integrity sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==
dependencies:
cookie "^0.5.0"
cookie "^0.7.2"
"@bundled-es-modules/statuses@^1.0.1":
version "1.0.1"
@ -8543,7 +8543,7 @@
resolved "https://registry.yarnpkg.com/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.2.tgz#0f164b726869f71da3c594171df5ebc1c4b0a407"
integrity sha512-O+6Gs8UeDbyFpbSh2CPEz/UOrrdWPTBYNblZK5CxxLisYt4kGX3Sc+czffFonyjiGSq3jWLwJS/CCJc7tBr4sQ==
"@mswjs/http-middleware@^0.10.1":
"@mswjs/http-middleware@0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@mswjs/http-middleware/-/http-middleware-0.10.1.tgz#7ff38c5398ba01efe98e16a0da24d612ffd69ccc"
integrity sha512-I58RDHXzwKjMjaSO7aV7X0zUzbAvUEEDYsL9+I6Ro0zF5LgjnNdpZoMufG/WoYEenhDCgv7K+HMpLxGuhlfjKA==
@ -11299,10 +11299,10 @@
resolved "https://registry.yarnpkg.com/@types/braces/-/braces-3.0.0.tgz#7da1c0d44ff1c7eb660a36ec078ea61ba7eb42cb"
integrity sha512-TbH79tcyi9FHwbyboOKeRachRq63mSuWYXOflsNO9ZyE5ClQ/JaozNKl+aWUq87qPNsXasXxi2AbgfwIJ+8GQw==
"@types/byte-size@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@types/byte-size/-/byte-size-8.1.0.tgz#013a3995d1ff2d85ad27da0801029f13328bd91b"
integrity sha512-LCIlZh8vyx+I2fgRycE1D34c33QDppYY6quBYYoaOpQ1nGhJ/avSP2VlrAefVotjJxgSk6WkKo0rTcCJwGG7vA==
"@types/byte-size@^8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@types/byte-size/-/byte-size-8.1.2.tgz#abb3d70ab62c400d8753bed1ff2aa315ef9ff7f5"
integrity sha512-jGyVzYu6avI8yuqQCNTZd65tzI8HZrLjKX9sdMqZrGWVlNChu0rf6p368oVEDCYJe5BMx2Ov04tD1wqtgTwGSA==
"@types/cacheable-request@^6.0.1":
version "6.0.1"
@ -14836,10 +14836,10 @@ builtin-status-codes@^3.0.0:
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
byte-size@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-8.1.0.tgz#6353d0bc14ab7a69abcefbf11f8db0145a862cb5"
integrity sha512-FkgMTAg44I0JtEaUAvuZTtU2a2YDmBRbQxdsQNSMtLCjhG0hMcF5b1IMN9UjSCJaU4nvlj/GER7B9sI4nKdCgA==
byte-size@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-9.0.1.tgz#7014b9f0e11ea732a8f2c21bef1cb8a78c6c55ff"
integrity sha512-YLe9x3rabBrcI0cueCdLS2l5ONUKywcRpTs02B8KP9/Cimhj7o3ZccGrPnRvcbyHMbb7W79/3MUJl7iGgTXKEw==
bytes@3.0.0:
version "3.0.0"
@ -15947,12 +15947,7 @@ cookie@0.7.1:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
cookie@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b"
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
cookie@^0.7.1:
cookie@^0.7.1, cookie@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
@ -24807,7 +24802,7 @@ msgpackr@^1.9.9:
optionalDependencies:
msgpackr-extract "^3.0.2"
msw@^2.4.12:
msw@~2.5.2:
version "2.5.2"
resolved "https://registry.yarnpkg.com/msw/-/msw-2.5.2.tgz#dfce10b68dbabc2d5dafeb6d7fb82c3c7073a4d1"
integrity sha512-eBsFgU30NYtrfC62XzS1rdAzFK+Br0zKU4ORqD9Qliq86362DWZyPiD6FLfMgy0Ktik83DPTXmqPMz2bqwmJdA==
@ -33621,10 +33616,10 @@ xtend@~2.1.1:
dependencies:
object-keys "~0.4.0"
xterm@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.1.0.tgz#3e160d60e6801c864b55adf19171c49d2ff2b4fc"
integrity sha512-LovENH4WDzpwynj+OTkLyZgJPeDom9Gra4DMlGAgz6pZhIDCQ+YuO7yfwanY+gVbn/mmZIStNOnVRU/ikQuAEQ==
xterm@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-5.3.0.tgz#867daf9cc826f3d45b5377320aabd996cb0fce46"
integrity sha512-8QqjlekLUFTrU6x7xck1MsPzPA571K5zNqWm0M0oroYEWVOptZ0+ubQSkQ3uxIEhcIHRujJy6emDWX4A7qyFzg==
y18n@^3.2.0:
version "3.2.2"