Skip to content

Commit

Permalink
fix(support): update teen_process-related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2023
1 parent 261cfc8 commit 84d96db
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 38 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@types/sinon": "10.0.20",
"@types/sinon-chai": "3.2.12",
"@types/source-map-support": "0.5.10",
"@types/teen_process": "2.0.2",
"@types/teen_process": "2.0.3",
"@types/ws": "8.5.9",
"@types/yargs": "17.0.31",
"@typescript-eslint/eslint-plugin": "6.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/appium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/bluebird": "3.5.42",
"@types/fancy-log": "2.0.2",
"@types/semver": "7.5.5",
"@types/teen_process": "2.0.2",
"@types/teen_process": "2.0.3",
"@types/wrap-ansi": "3.0.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
Expand All @@ -90,7 +90,7 @@
"resolve-from": "5.0.0",
"semver": "7.5.4",
"source-map-support": "0.5.21",
"teen_process": "2.0.75",
"teen_process": "2.0.84",
"type-fest": "3.13.1",
"winston": "3.11.0",
"wrap-ansi": "7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/doctor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@appium/support": "^4.1.8",
"@colors/colors": "1.6.0",
"@types/bluebird": "3.5.42",
"@types/teen_process": "2.0.2",
"@types/teen_process": "2.0.3",
"appium-adb": "11.0.7",
"bluebird": "3.7.2",
"inquirer": "8.2.6",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"teen_process": "2.0.75",
"teen_process": "2.0.84",
"yargs": "17.7.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"read-pkg": "5.2.0",
"semver": "7.5.4",
"source-map-support": "0.5.21",
"teen_process": "2.0.75",
"teen_process": "2.0.84",
"type-fest": "3.13.1",
"typedoc": "0.23.28",
"typedoc-plugin-markdown": "3.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-test-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"get-port": "5.1.1",
"log-symbols": "4.1.0",
"source-map-support": "0.5.21",
"teen_process": "2.0.75"
"teen_process": "2.0.84"
},
"peerDependencies": {
"appium": "^2.0.0-beta.43",
Expand Down
4 changes: 2 additions & 2 deletions packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/semver": "7.5.5",
"@types/shell-quote": "1.7.4",
"@types/supports-color": "8.1.3",
"@types/teen_process": "2.0.2",
"@types/teen_process": "2.0.3",
"@types/uuid": "9.0.7",
"@types/which": "3.0.1",
"archiver": "6.0.1",
Expand Down Expand Up @@ -89,7 +89,7 @@
"shell-quote": "1.8.1",
"source-map-support": "0.5.21",
"supports-color": "8.1.1",
"teen_process": "2.0.75",
"teen_process": "2.0.84",
"type-fest": "3.13.1",
"uuid": "9.0.1",
"which": "4.0.0",
Expand Down

0 comments on commit 84d96db

Please sign in to comment.