fix(deps): update xterm monorepo (#51523)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-14 11:48:10 +05:30
committed by GitHub
parent 0441090482
commit 3123db7728
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1264,8 +1264,8 @@ importers:
specifier: ^5.2.1
version: 5.2.1
xterm-addon-fit:
specifier: ^0.7.0
version: 0.7.0(xterm@5.2.1)
specifier: ^0.8.0
version: 0.8.0(xterm@5.2.1)
devDependencies:
'@babel/plugin-syntax-dynamic-import':
specifier: 7.8.3
@@ -34551,8 +34551,8 @@ packages:
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
engines: {node: '>=0.4'}
/xterm-addon-fit@0.7.0(xterm@5.2.1):
resolution: {integrity: sha512-tQgHGoHqRTgeROPnvmtEJywLKoC/V9eNs4bLLz7iyJr1aW/QFzRwfd3MGiJ6odJd9xEfxcW36/xRU47JkD5NKQ==}
/xterm-addon-fit@0.8.0(xterm@5.2.1):
resolution: {integrity: sha512-yj3Np7XlvxxhYF/EJ7p3KHaMt6OdwQ+HDu573Vx1lRXsVxOcnVJs51RgjZOouIZOczTsskaS+CpXspK81/DLqw==}
peerDependencies:
xterm: ^5.0.0
dependencies:
@@ -55,6 +55,6 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"xterm": "^5.2.1",
"xterm-addon-fit": "^0.7.0"
"xterm-addon-fit": "^0.8.0"
}
}