Skip to content

Commit 2a58a38

Browse files
authored
Update all dependencies
1 parent 126a4e3 commit 2a58a38

File tree

10 files changed

+1155
-1112
lines changed

10 files changed

+1155
-1112
lines changed

components/assistive-playwright-client/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@
2525
"dist"
2626
],
2727
"devDependencies": {
28-
"@microsoft/api-extractor": "7.33.6",
29-
"@types/jest": "29.2.3",
28+
"@microsoft/api-extractor": "7.34.4",
29+
"@types/jest": "29.5.0",
3030
"@types/node-fetch": "2.6.2",
3131
"@types/pngjs": "6.0.1",
32-
"@types/uuid": "9.0.0",
33-
"@types/ws": "8.5.3",
32+
"@types/uuid": "9.0.1",
33+
"@types/ws": "8.5.4",
3434
"assistive-playwright-server": "workspace:*",
35-
"jest": "29.3.1",
36-
"rollup": "3.5.0",
37-
"tslib": "2.4.1",
38-
"typescript": "4.9.3",
35+
"jest": "29.5.0",
36+
"rollup": "3.20.2",
37+
"tslib": "2.5.0",
38+
"typescript": "5.0.2",
3939
"wait-port": "1.0.4"
4040
},
4141
"dependencies": {
4242
"node-fetch": "2.6.7",
43-
"playwright-core": "1.28.1",
43+
"playwright-core": "1.32.1",
4444
"uuid": "9.0.0",
4545
"vm-providers": "workspace:*",
46-
"ws": "8.11.0"
46+
"ws": "8.13.0"
4747
},
4848
"scripts": {
4949
"prepare": "pnpm build",

components/assistive-playwright-server/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@
1717
"dist"
1818
],
1919
"dependencies": {
20-
"ajv": "8.11.2",
20+
"ajv": "8.12.0",
2121
"co-body": "6.1.0",
2222
"http-proxy": "1.18.1",
23-
"playwright": "1.28.1",
24-
"ws": "8.11.0",
25-
"yargs": "17.6.2"
23+
"playwright": "1.32.1",
24+
"ws": "8.13.0",
25+
"yargs": "17.7.1"
2626
},
2727
"devDependencies": {
28-
"@rollup/plugin-commonjs": "23.0.3",
29-
"@rollup/plugin-replace": "5.0.1",
30-
"@rollup/plugin-typescript": "10.0.1",
28+
"@rollup/plugin-commonjs": "24.0.1",
29+
"@rollup/plugin-replace": "5.0.2",
30+
"@rollup/plugin-typescript": "11.0.0",
3131
"@types/co-body": "6.1.0",
32-
"@types/http-proxy": "1.17.9",
33-
"@types/jest": "29.2.3",
32+
"@types/http-proxy": "1.17.10",
33+
"@types/jest": "29.5.0",
3434
"@types/node-fetch": "2.6.2",
35-
"@types/ws": "8.5.3",
36-
"@types/yargs": "17.0.15",
37-
"jest": "29.3.1",
35+
"@types/ws": "8.5.4",
36+
"@types/yargs": "17.0.24",
37+
"jest": "29.5.0",
3838
"node-fetch": "2.6.7",
39-
"rollup": "3.5.0",
40-
"tslib": "2.4.1",
41-
"typescript": "4.9.3",
39+
"rollup": "3.20.2",
40+
"tslib": "2.5.0",
41+
"typescript": "5.0.2",
4242
"typescript-json-schema": "0.55.0",
4343
"wait-port": "1.0.4"
4444
},

components/assistive-playwright-test-sample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"directory": "components/assistive-playwright-test-sample"
1313
},
1414
"dependencies": {
15-
"@playwright/test": "1.28.1",
15+
"@playwright/test": "1.32.1",
1616
"assistive-playwright-test": "workspace:*",
1717
"sirv-cli": "2.0.2"
1818
},

components/assistive-playwright-test/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"dist"
2626
],
2727
"devDependencies": {
28-
"@microsoft/api-extractor": "7.33.6",
29-
"@playwright/test": "1.28.1",
30-
"@types/uuid": "9.0.0",
31-
"rollup": "3.5.0",
32-
"tslib": "2.4.1",
33-
"typescript": "4.9.3"
28+
"@microsoft/api-extractor": "7.34.4",
29+
"@playwright/test": "1.32.1",
30+
"@types/uuid": "9.0.1",
31+
"rollup": "3.20.2",
32+
"tslib": "2.5.0",
33+
"typescript": "5.0.2"
3434
},
3535
"dependencies": {
3636
"assistive-playwright-client": "workspace:*",

components/assistive-playwright-tester/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"uuid": "9.0.0",
2424
"vm-providers": "workspace:*",
2525
"winston": "3.8.2",
26-
"yargs": "17.6.2"
26+
"yargs": "17.7.1"
2727
},
2828
"devDependencies": {
2929
"@types/node-fetch": "2.6.2",
30-
"@types/uuid": "9.0.0",
31-
"@types/yargs": "17.0.15",
32-
"playwright-core": "1.28.1",
33-
"rollup": "3.5.0",
34-
"tslib": "2.4.1",
35-
"typescript": "4.9.3",
30+
"@types/uuid": "9.0.1",
31+
"@types/yargs": "17.0.24",
32+
"playwright-core": "1.32.1",
33+
"rollup": "3.20.2",
34+
"tslib": "2.5.0",
35+
"typescript": "5.0.2",
3636
"wait-port": "1.0.4"
3737
},
3838
"scripts": {

components/assistive-webdriver/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -35,41 +35,41 @@
3535
"co-body": "6.1.0",
3636
"colors": "1.4.0",
3737
"http-proxy": "1.18.1",
38-
"koa": "2.13.4",
38+
"koa": "2.14.1",
3939
"koa-route": "3.2.0",
4040
"node-fetch": "2.6.7",
4141
"uuid": "9.0.0",
4242
"vm-providers": "workspace:*",
4343
"winston": "3.8.2",
44-
"ws": "8.11.0",
45-
"yargs": "17.6.2"
44+
"ws": "8.13.0",
45+
"yargs": "17.7.1"
4646
},
4747
"devDependencies": {
48-
"@microsoft/api-extractor": "7.33.6",
49-
"@rollup/plugin-commonjs": "23.0.3",
48+
"@microsoft/api-extractor": "7.34.4",
49+
"@rollup/plugin-commonjs": "24.0.1",
5050
"@rollup/plugin-node-resolve": "15.0.1",
51-
"@rollup/plugin-typescript": "10.0.1",
52-
"@sinonjs/fake-timers": "10.0.0",
51+
"@rollup/plugin-typescript": "11.0.0",
52+
"@sinonjs/fake-timers": "10.0.2",
5353
"@types/co-body": "6.1.0",
54-
"@types/http-proxy": "1.17.9",
55-
"@types/jest": "29.2.3",
56-
"@types/koa": "2.13.5",
54+
"@types/http-proxy": "1.17.10",
55+
"@types/jest": "29.5.0",
56+
"@types/koa": "2.13.6",
5757
"@types/koa-bodyparser": "4.3.10",
5858
"@types/koa-route": "3.2.5",
5959
"@types/node-fetch": "2.6.2",
6060
"@types/pngjs": "6.0.1",
61-
"@types/selenium-webdriver": "4.1.9",
62-
"@types/uuid": "9.0.0",
63-
"@types/ws": "8.5.3",
64-
"@types/yargs": "17.0.15",
65-
"jest": "29.3.1",
66-
"json-schema-to-typescript": "11.0.2",
61+
"@types/selenium-webdriver": "4.1.13",
62+
"@types/uuid": "9.0.1",
63+
"@types/ws": "8.5.4",
64+
"@types/yargs": "17.0.24",
65+
"jest": "29.5.0",
66+
"json-schema-to-typescript": "12.0.0",
6767
"p-queue": "6.6.2",
68-
"pngjs": "6.0.0",
69-
"rollup": "3.5.0",
70-
"selenium-webdriver": "4.6.1",
71-
"tslib": "2.4.1",
72-
"typescript": "4.9.3"
68+
"pngjs": "7.0.0",
69+
"rollup": "3.20.2",
70+
"selenium-webdriver": "4.8.2",
71+
"tslib": "2.5.0",
72+
"typescript": "5.0.2"
7373
},
7474
"peerDependencies": {
7575
"selenium-webdriver": "*"

components/tcp-web-listener/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"express": "4.18.2",
3131
"sockjs": "0.3.24",
3232
"sockjs-client": "1.6.1",
33-
"yargs": "17.6.2"
33+
"yargs": "17.7.1"
3434
},
3535
"devDependencies": {
36-
"jest": "29.3.1",
36+
"jest": "29.5.0",
3737
"wait-port": "1.0.4",
38-
"ws": "8.11.0"
38+
"ws": "8.13.0"
3939
}
4040
}

components/vm-providers/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
],
2424
"license": "MIT",
2525
"dependencies": {
26-
"@zxing/library": "0.19.1",
27-
"pngjs": "6.0.0",
26+
"@zxing/library": "0.19.2",
27+
"pngjs": "7.0.0",
2828
"qrcode": "1.5.1",
2929
"stream-json": "1.7.5",
3030
"uuid": "9.0.0",
3131
"virtualbox-soap": "5.0.0"
3232
},
3333
"devDependencies": {
34-
"@microsoft/api-extractor": "7.33.6",
35-
"@rollup/plugin-typescript": "10.0.1",
36-
"@types/jest": "29.2.3",
34+
"@microsoft/api-extractor": "7.34.4",
35+
"@rollup/plugin-typescript": "11.0.0",
36+
"@types/jest": "29.5.0",
3737
"@types/pngjs": "6.0.1",
3838
"@types/qrcode": "1.5.0",
39-
"@types/stream-json": "1.7.2",
40-
"@types/uuid": "9.0.0",
41-
"jest": "29.3.1",
42-
"json-schema-to-typescript": "11.0.2",
43-
"rollup": "3.5.0",
44-
"tslib": "2.4.1",
45-
"typescript": "4.9.3"
39+
"@types/stream-json": "1.7.3",
40+
"@types/uuid": "9.0.1",
41+
"jest": "29.5.0",
42+
"json-schema-to-typescript": "12.0.0",
43+
"rollup": "3.20.2",
44+
"tslib": "2.5.0",
45+
"typescript": "5.0.2"
4646
},
4747
"scripts": {
4848
"prepare": "pnpm build",

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "7.20.5",
4+
"@babel/core": "7.21.3",
55
"@babel/plugin-syntax-typescript": "7.20.0",
6-
"@microsoft/api-documenter": "7.19.25",
7-
"@typescript-eslint/eslint-plugin": "5.45.0",
8-
"@typescript-eslint/parser": "5.45.0",
6+
"@microsoft/api-documenter": "7.21.6",
7+
"@typescript-eslint/eslint-plugin": "5.57.0",
8+
"@typescript-eslint/parser": "5.57.0",
99
"babel-plugin-istanbul": "6.1.1",
10-
"eslint": "8.28.0",
11-
"eslint-config-prettier": "8.5.0",
12-
"jest-environment-node": "29.3.1",
10+
"eslint": "8.36.0",
11+
"eslint-config-prettier": "8.8.0",
12+
"jest-environment-node": "29.5.0",
1313
"nyc": "15.1.0",
14-
"prettier": "2.8.0",
15-
"ts-jest": "29.0.3"
14+
"prettier": "2.8.7",
15+
"ts-jest": "29.0.5"
1616
},
1717
"scripts": {
1818
"format": "prettier .",

0 commit comments

Comments
 (0)