fix(support): update dependency teen_process to v2.0.4

This commit is contained in:
renovate[bot]
2023-07-05 15:47:09 +00:00
parent 87214fd757
commit 151c19c1c3
6 changed files with 28 additions and 54 deletions

72
package-lock.json generated
View File

@@ -19877,35 +19877,20 @@
}
},
"node_modules/teen_process": {
"version": "2.0.2",
"license": "Apache-2.0",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.4.tgz",
"integrity": "sha512-34Jw6kbHF0alXf9Rqt7B4kL1mrO30siG4JgdFuzYOeahoF9fbzDxSovC4pEfQ8L614cy2BPnAQPBp+dWZGuZNw==",
"dependencies": {
"@babel/runtime": "7.19.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"shell-quote": "1.7.3",
"source-map-support": "0.5.21",
"which": "2.0.2"
"shell-quote": "1.8.1",
"source-map-support": "0.5.21"
},
"engines": {
"node": ">=14",
"npm": ">=6"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
"npm": ">=8"
}
},
"node_modules/teen_process/node_modules/@babel/runtime": {
"version": "7.19.0",
"license": "MIT",
"dependencies": {
"regenerator-runtime": "^0.13.4"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/teen_process/node_modules/shell-quote": {
"version": "1.7.3",
"license": "MIT"
},
"node_modules/temp-dir": {
"version": "1.0.0",
"dev": true,
@@ -21708,7 +21693,7 @@
}
},
"packages/appium": {
"version": "2.0.0-rc.5",
"version": "2.0.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@@ -21743,7 +21728,7 @@
"resolve-from": "5.0.0",
"semver": "7.5.3",
"source-map-support": "0.5.21",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"type-fest": "3.11.1",
"winston": "3.9.0",
"wrap-ansi": "7.0.0",
@@ -21998,7 +21983,7 @@
"inquirer": "8.2.5",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"yargs": "17.7.2"
},
"bin": {
@@ -22032,7 +22017,7 @@
"read-pkg": "5.2.0",
"semver": "7.5.3",
"source-map-support": "0.5.21",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"type-fest": "3.11.1",
"typedoc": "0.23.28",
"typedoc-plugin-markdown": "3.14.0",
@@ -22337,7 +22322,7 @@
"get-port": "5.1.1",
"log-symbols": "4.1.0",
"source-map-support": "0.5.21",
"teen_process": "2.0.2"
"teen_process": "2.0.4"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -22445,7 +22430,7 @@
"shell-quote": "1.8.1",
"source-map-support": "0.5.21",
"supports-color": "8.1.1",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"type-fest": "3.11.1",
"uuid": "9.0.0",
"which": "3.0.1",
@@ -22809,7 +22794,7 @@
"inquirer": "8.2.5",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"yargs": "17.7.2"
}
},
@@ -22834,7 +22819,7 @@
"read-pkg": "5.2.0",
"semver": "7.5.3",
"source-map-support": "0.5.21",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"type-fest": "3.11.1",
"typedoc": "0.23.28",
"typedoc-plugin-markdown": "3.14.0",
@@ -23004,7 +22989,7 @@
"get-port": "5.1.1",
"log-symbols": "4.1.0",
"source-map-support": "0.5.21",
"teen_process": "2.0.2"
"teen_process": "2.0.4"
}
},
"@appium/relaxed-caps-plugin": {
@@ -23082,7 +23067,7 @@
"shell-quote": "1.8.1",
"source-map-support": "0.5.21",
"supports-color": "8.1.1",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"type-fest": "3.11.1",
"uuid": "9.0.0",
"which": "3.0.1",
@@ -26727,7 +26712,7 @@
"resolve-from": "5.0.0",
"semver": "7.5.3",
"source-map-support": "0.5.21",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"type-fest": "3.11.1",
"winston": "3.9.0",
"wrap-ansi": "7.0.0",
@@ -36529,25 +36514,14 @@
}
},
"teen_process": {
"version": "2.0.2",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.0.4.tgz",
"integrity": "sha512-34Jw6kbHF0alXf9Rqt7B4kL1mrO30siG4JgdFuzYOeahoF9fbzDxSovC4pEfQ8L614cy2BPnAQPBp+dWZGuZNw==",
"requires": {
"@babel/runtime": "7.19.0",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"shell-quote": "1.7.3",
"source-map-support": "0.5.21",
"which": "2.0.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.19.0",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"shell-quote": {
"version": "1.7.3"
}
"shell-quote": "1.8.1",
"source-map-support": "0.5.21"
}
},
"temp-dir": {

View File

@@ -91,7 +91,7 @@
"resolve-from": "5.0.0",
"semver": "7.5.3",
"source-map-support": "0.5.21",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"type-fest": "3.11.1",
"winston": "3.9.0",
"wrap-ansi": "7.0.0",

View File

@@ -53,7 +53,7 @@
"inquirer": "8.2.5",
"lodash": "4.17.21",
"source-map-support": "0.5.21",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"yargs": "17.7.2"
},
"engines": {

View File

@@ -67,7 +67,7 @@
"read-pkg": "5.2.0",
"semver": "7.5.3",
"source-map-support": "0.5.21",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"type-fest": "3.11.1",
"typedoc": "0.23.28",
"typedoc-plugin-markdown": "3.14.0",

View File

@@ -45,7 +45,7 @@
"get-port": "5.1.1",
"log-symbols": "4.1.0",
"source-map-support": "0.5.21",
"teen_process": "2.0.2"
"teen_process": "2.0.4"
},
"peerDependencies": {
"appium": "^2.0.0-beta.43",

View File

@@ -90,7 +90,7 @@
"shell-quote": "1.8.1",
"source-map-support": "0.5.21",
"supports-color": "8.1.1",
"teen_process": "2.0.2",
"teen_process": "2.0.4",
"type-fest": "3.11.1",
"uuid": "9.0.0",
"which": "3.0.1",