Skip to content

Commit e7bc01b

Browse files
committed
Update all dependencies
1 parent 88887eb commit e7bc01b

File tree

8 files changed

+581
-536
lines changed

8 files changed

+581
-536
lines changed

components/assistive-playwright-client/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,20 @@
2525
"dist"
2626
],
2727
"devDependencies": {
28-
"@microsoft/api-extractor": "7.18.7",
28+
"@microsoft/api-extractor": "7.18.10",
29+
"@types/node-fetch": "2.5.12",
2930
"@types/pngjs": "6.0.1",
3031
"assistive-playwright-server": "workspace:*",
31-
"jest": "27.1.1",
32+
"jest": "27.2.1",
3233
"rimraf": "3.0.2",
33-
"rollup": "2.56.3",
34+
"rollup": "2.57.0",
3435
"tslib": "2.3.1",
3536
"typescript": "4.4.3",
3637
"wait-port": "0.2.9"
3738
},
3839
"dependencies": {
3940
"node-fetch": "2.6.1",
40-
"playwright-core": "1.14.1",
41+
"playwright-core": "1.15.0",
4142
"uuid": "8.3.2",
4243
"vm-providers": "workspace:*",
4344
"ws": "8.2.2"

components/assistive-playwright-server/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"ajv": "8.6.3",
2121
"co-body": "6.1.0",
2222
"http-proxy": "1.18.1",
23-
"playwright": "1.14.1",
23+
"playwright": "1.15.0",
2424
"ws": "8.2.2",
25-
"yargs": "17.1.1"
25+
"yargs": "17.2.0"
2626
},
2727
"devDependencies": {
2828
"@rollup/plugin-commonjs": "20.0.0",
@@ -32,14 +32,14 @@
3232
"@types/http-proxy": "1.17.7",
3333
"@types/node-fetch": "2.5.12",
3434
"@types/ws": "7.4.7",
35-
"@types/yargs": "17.0.2",
36-
"jest": "27.1.1",
35+
"@types/yargs": "17.0.3",
36+
"jest": "27.2.1",
3737
"node-fetch": "2.6.1",
3838
"rimraf": "3.0.2",
39-
"rollup": "2.56.3",
39+
"rollup": "2.57.0",
4040
"tslib": "2.3.1",
4141
"typescript": "4.4.3",
42-
"typescript-json-schema": "0.50.1",
42+
"typescript-json-schema": "0.51.0",
4343
"wait-port": "0.2.9"
4444
},
4545
"scripts": {

components/assistive-playwright-tester/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"uuid": "8.3.2",
2424
"vm-providers": "workspace:*",
2525
"winston": "3.3.3",
26-
"yargs": "17.1.1"
26+
"yargs": "17.2.0"
2727
},
2828
"devDependencies": {
2929
"@types/node-fetch": "2.5.12",
30-
"@types/yargs": "17.0.2",
31-
"playwright-core": "1.14.1",
30+
"@types/yargs": "17.0.3",
31+
"playwright-core": "1.15.0",
3232
"rimraf": "3.0.2",
33-
"rollup": "2.56.3",
33+
"rollup": "2.57.0",
3434
"tslib": "2.3.1",
3535
"typescript": "4.4.3",
3636
"wait-port": "0.2.9"

components/assistive-webdriver/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"vm-providers": "workspace:*",
4444
"winston": "3.3.3",
4545
"ws": "8.2.2",
46-
"yargs": "17.1.1"
46+
"yargs": "17.2.0"
4747
},
4848
"devDependencies": {
49-
"@microsoft/api-extractor": "7.18.7",
49+
"@microsoft/api-extractor": "7.18.10",
5050
"@rollup/plugin-typescript": "8.2.5",
5151
"@sinonjs/fake-timers": "7.1.2",
5252
"@types/co-body": "6.1.0",
5353
"@types/http-proxy": "1.17.7",
54-
"@types/jest": "27.0.1",
54+
"@types/jest": "27.0.2",
5555
"@types/koa": "2.13.4",
5656
"@types/koa-bodyparser": "4.3.3",
5757
"@types/koa-route": "3.2.4",
@@ -60,12 +60,12 @@
6060
"@types/selenium-webdriver": "4.0.15",
6161
"@types/uuid": "8.3.1",
6262
"@types/ws": "7.4.7",
63-
"@types/yargs": "17.0.2",
64-
"jest": "27.1.1",
63+
"@types/yargs": "17.0.3",
64+
"jest": "27.2.1",
6565
"json-schema-to-typescript": "10.1.5",
6666
"pngjs": "6.0.0",
6767
"rimraf": "3.0.2",
68-
"rollup": "2.56.3",
68+
"rollup": "2.57.0",
6969
"selenium-webdriver": "4.0.0-rc-1",
7070
"tslib": "2.3.1",
7171
"typescript": "4.4.3"

components/tcp-web-listener/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"express": "4.17.1",
3131
"sockjs": "0.3.21",
3232
"sockjs-client": "1.5.2",
33-
"yargs": "17.1.1"
33+
"yargs": "17.2.0"
3434
},
3535
"devDependencies": {
36-
"jest": "27.1.1",
36+
"jest": "27.2.1",
3737
"wait-port": "0.2.9",
3838
"ws": "8.2.2"
3939
}

components/vm-providers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
"@zxing/library": "0.18.6",
2727
"pngjs": "6.0.0",
2828
"qrcode": "1.4.4",
29-
"stream-json": "1.7.2",
29+
"stream-json": "1.7.3",
3030
"uuid": "8.3.2",
3131
"virtualbox-soap": "4.0.0"
3232
},
3333
"devDependencies": {
34-
"@microsoft/api-extractor": "7.18.7",
34+
"@microsoft/api-extractor": "7.18.10",
3535
"@rollup/plugin-typescript": "8.2.5",
3636
"@types/pngjs": "6.0.1",
3737
"@types/qrcode": "1.4.1",
3838
"@types/stream-json": "1.7.1",
3939
"@types/uuid": "8.3.1",
40-
"jest": "27.1.1",
40+
"jest": "27.2.1",
4141
"json-schema-to-typescript": "10.1.5",
4242
"rimraf": "3.0.2",
43-
"rollup": "2.56.3",
43+
"rollup": "2.57.0",
4444
"tslib": "2.3.1",
4545
"typescript": "4.4.3"
4646
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"devDependencies": {
44
"@babel/core": "7.15.5",
55
"@babel/plugin-syntax-typescript": "7.14.5",
6-
"@microsoft/api-documenter": "7.13.47",
7-
"@typescript-eslint/eslint-plugin": "4.31.0",
8-
"@typescript-eslint/parser": "4.31.0",
6+
"@microsoft/api-documenter": "7.13.53",
7+
"@typescript-eslint/eslint-plugin": "4.31.2",
8+
"@typescript-eslint/parser": "4.31.2",
99
"babel-plugin-istanbul": "6.0.0",
1010
"eslint": "7.32.0",
1111
"eslint-config-prettier": "8.3.0",
12-
"jest-environment-node": "27.1.1",
12+
"jest-environment-node": "27.2.0",
1313
"nyc": "15.1.0",
14-
"prettier": "2.4.0",
14+
"prettier": "2.4.1",
1515
"ts-jest": "27.0.5"
1616
},
1717
"scripts": {

0 commit comments

Comments
 (0)