Skip to content

Commit e95f981

Browse files
committed
Merge branch 'master' into fix_3108
2 parents 9b62d8a + 782797c commit e95f981

3 files changed

Lines changed: 32 additions & 29 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Xterm.js is used in several world-class applications to provide great terminal e
168168
- [**Repl.it**](https://repl.it): Collaborative browser based IDE with support for 50+ different languages.
169169
- [**TeleType**](https://github.com/akshaykmr/TeleType): cli tool that allows you to share your terminal online conveniently. Show off mad cli-fu, help a colleague, teach, or troubleshoot.
170170
- [**Intervue**](https://www.intervue.io): Pair programming for interviews. Multiple programming languages supported, with results displayed by xterm.js.
171+
- [**TRASA**](https://trasa.io): Zero trust access to Web, SSH, RDP and Database services.
171172
[And much more...](https://github.com/xtermjs/xterm.js/network/dependents)
172173

173174
Do you use xterm.js in your application as well? Please [open a Pull Request](https://github.com/sourcelair/xterm.js/pulls) to include it here. We would love to have it in our list. Note: Please add any new contributions to the end of the list only.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@typescript-eslint/parser": "^3.10.1",
4848
"chai": "^4.2.0",
4949
"deep-equal": "^2.0.3",
50-
"eslint": "^7.9.0",
50+
"eslint": "^7.10.0",
5151
"express": "^4.17.1",
5252
"express-ws": "^4.0.0",
5353
"glob": "^7.0.5",
@@ -56,7 +56,7 @@
5656
"mustache": "^4.0.1",
5757
"node-pty": "^0.9.0",
5858
"nyc": "^15.1.0",
59-
"playwright": "^1.3.0",
59+
"playwright": "^1.4.2",
6060
"source-map-loader": "^1.1.0",
6161
"ts-loader": "^8.0.4",
6262
"typescript": "4.0",

yarn.lock

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,12 +2109,12 @@ eslint-scope@^4.0.3:
21092109
esrecurse "^4.1.0"
21102110
estraverse "^4.1.1"
21112111

2112-
eslint-scope@^5.0.0, eslint-scope@^5.1.0:
2113-
version "5.1.0"
2114-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
2115-
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
2112+
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2113+
version "5.1.1"
2114+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
2115+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
21162116
dependencies:
2117-
esrecurse "^4.1.0"
2117+
esrecurse "^4.3.0"
21182118
estraverse "^4.1.1"
21192119

21202120
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
@@ -2134,10 +2134,10 @@ eslint-visitor-keys@^2.0.0:
21342134
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
21352135
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
21362136

2137-
eslint@^7.9.0:
2138-
version "7.9.0"
2139-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
2140-
integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
2137+
eslint@^7.10.0:
2138+
version "7.10.0"
2139+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
2140+
integrity sha512-BDVffmqWl7JJXqCjAK6lWtcQThZB/aP1HXSH1JKwGwv0LQEdvpR7qzNrUT487RM39B5goWuboFad5ovMBmD8yA==
21412141
dependencies:
21422142
"@babel/code-frame" "^7.0.0"
21432143
"@eslint/eslintrc" "^0.1.3"
@@ -2147,7 +2147,7 @@ eslint@^7.9.0:
21472147
debug "^4.0.1"
21482148
doctrine "^3.0.0"
21492149
enquirer "^2.3.5"
2150-
eslint-scope "^5.1.0"
2150+
eslint-scope "^5.1.1"
21512151
eslint-utils "^2.1.0"
21522152
eslint-visitor-keys "^1.3.0"
21532153
espree "^7.3.0"
@@ -2205,12 +2205,19 @@ esrecurse@^4.1.0:
22052205
dependencies:
22062206
estraverse "^4.1.0"
22072207

2208+
esrecurse@^4.3.0:
2209+
version "4.3.0"
2210+
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
2211+
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
2212+
dependencies:
2213+
estraverse "^5.2.0"
2214+
22082215
estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
22092216
version "4.3.0"
22102217
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
22112218
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
22122219

2213-
estraverse@^5.1.0:
2220+
estraverse@^5.1.0, estraverse@^5.2.0:
22142221
version "5.2.0"
22152222
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
22162223
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
@@ -2345,7 +2352,7 @@ extract-zip@^1.6.6:
23452352
mkdirp "^0.5.4"
23462353
yauzl "^2.10.0"
23472354

2348-
extract-zip@^2.0.0:
2355+
extract-zip@^2.0.1:
23492356
version "2.0.1"
23502357
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
23512358
integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
@@ -3449,7 +3456,7 @@ javascript-natural-sort@0.7.1:
34493456
resolved "https://registry.yarnpkg.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz#f9e2303d4507f6d74355a73664d1440fb5a0ef59"
34503457
integrity sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k=
34513458

3452-
jpeg-js@^0.4.0:
3459+
jpeg-js@^0.4.2:
34533460
version "0.4.2"
34543461
resolved "https://registry.yarnpkg.com/jpeg-js/-/jpeg-js-0.4.2.tgz#8b345b1ae4abde64c2da2fe67ea216a114ac279d"
34553462
integrity sha512-+az2gi/hvex7eLTMTlbRLOhH6P6WFdk2ITI8HJsaH2VqYO0I594zXSYEP+tf4FW+8Cy68ScDXoAsQdyQanv3sw==
@@ -3843,12 +3850,7 @@ mime@1.6.0:
38433850
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
38443851
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
38453852

3846-
mime@^2.0.3:
3847-
version "2.4.4"
3848-
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.4.tgz#bd7b91135fc6b01cde3e9bae33d659b63d8857e5"
3849-
integrity sha512-LRxmNwziLPT828z+4YkNzloCFC2YM4wrB99k+AV5ZbEyfGNWfG8SO1FUXLmLDBSo89NrJZ4DIWeLjy1CHGhMGA==
3850-
3851-
mime@^2.4.4:
3853+
mime@^2.0.3, mime@^2.4.6:
38523854
version "2.4.6"
38533855
resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.6.tgz#e5b407c90db442f2beb5b162373d07b69affa4d1"
38543856
integrity sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==
@@ -4479,21 +4481,21 @@ pkg-dir@^4.1.0:
44794481
dependencies:
44804482
find-up "^4.0.0"
44814483

4482-
playwright@^1.3.0:
4483-
version "1.3.0"
4484-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.3.0.tgz#8c33ed29bc0c7d97f82f8322e99be6d7f0d9ff67"
4485-
integrity sha512-W3mwXv2XNFugbepSZTZxI314WfI1SAjdZBEeGOu8S5KnPz4RSlunUFgXn6496o8lobPmORLcJ9VTSGyiFfGpaw==
4484+
playwright@^1.4.2:
4485+
version "1.4.2"
4486+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.4.2.tgz#84dac641ff7af9f465e367e01fde8a8f1cc274bf"
4487+
integrity sha512-qiQHrhU4JBxup9JoGZff6hdFL2VrD+ae5QLELGHwRq/vYNQFeJF10Z3ENnQ6hWJmG+YnpfzgoBvX+cUg4WHwTw==
44864488
dependencies:
44874489
debug "^4.1.1"
4488-
extract-zip "^2.0.0"
4490+
extract-zip "^2.0.1"
44894491
https-proxy-agent "^5.0.0"
4490-
jpeg-js "^0.4.0"
4491-
mime "^2.4.4"
4492+
jpeg-js "^0.4.2"
4493+
mime "^2.4.6"
44924494
pngjs "^5.0.0"
44934495
progress "^2.0.3"
44944496
proxy-from-env "^1.1.0"
44954497
rimraf "^3.0.2"
4496-
ws "^6.1.0"
4498+
ws "^7.3.1"
44974499

44984500
pngjs@^5.0.0:
44994501
version "5.0.0"

0 commit comments

Comments
 (0)