Skip to content

Commit

Permalink
fix(deps): bump xterm from 5.1.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [xterm](https://github.com/xtermjs/xterm.js) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/xtermjs/xterm.js/releases)
- [Commits](xtermjs/xterm.js@5.1.0...5.3.0)

---
updated-dependencies:
- dependency-name: xterm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent eae2813 commit 031d77f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/duckdb-wasm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-popper-tooltip": "^4.4.2",
"react-router-dom": "^6.16.0",
"react-virtualized": "9.22.5",
"xterm": "^5.1.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-web-links": "^0.9.0",
"xterm-addon-webgl": "^0.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/duckdb-wasm-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"@duckdb/duckdb-wasm": "file:../duckdb-wasm",
"xterm": "^5.1.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-web-links": "^0.9.0",
"xterm-addon-webgl": "^0.16.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
version "1.11.0"
dependencies:
"@duckdb/duckdb-wasm" "file:packages/duckdb-wasm"
xterm "^5.1.0"
xterm "^5.3.0"
xterm-addon-fit "^0.7.0"
xterm-addon-web-links "^0.9.0"
xterm-addon-webgl "^0.16.0"
Expand Down Expand Up @@ -8042,10 +8042,10 @@ xterm-addon-webgl@^0.16.0:
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.16.0.tgz#9872d08a64136f893b27ef9a6412136d3bf563c4"
integrity sha512-E8cq1AiqNOv0M/FghPT+zPAEnvIQRDbAbkb04rRYSxUym69elPWVJ4sv22FCLBqM/3LcrmBLl/pELnBebVFKgA==

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@^4.0.0:
version "4.0.3"
Expand Down

0 comments on commit 031d77f

Please sign in to comment.