mirror of
https://github.com/appium/appium.git
synced 2026-02-20 18:30:11 -06:00
fix(support): update dependency shell-quote to v1.8.2 (#20787)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
15
package-lock.json
generated
15
package-lock.json
generated
@@ -16008,8 +16008,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/shell-quote": {
|
||||
"version": "1.8.1",
|
||||
"version": "1.8.2",
|
||||
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
|
||||
"integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
@@ -19948,7 +19953,7 @@
|
||||
"resolve-from": "5.0.0",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"semver": "7.6.3",
|
||||
"shell-quote": "1.8.1",
|
||||
"shell-quote": "1.8.2",
|
||||
"source-map-support": "0.5.21",
|
||||
"supports-color": "8.1.1",
|
||||
"teen_process": "2.2.0",
|
||||
@@ -20866,7 +20871,7 @@
|
||||
"sanitize-filename": "1.6.3",
|
||||
"semver": "7.6.3",
|
||||
"sharp": "0.33.5",
|
||||
"shell-quote": "1.8.1",
|
||||
"shell-quote": "1.8.2",
|
||||
"source-map-support": "0.5.21",
|
||||
"supports-color": "8.1.1",
|
||||
"teen_process": "2.2.0",
|
||||
@@ -31797,7 +31802,9 @@
|
||||
"version": "3.0.0"
|
||||
},
|
||||
"shell-quote": {
|
||||
"version": "1.8.1"
|
||||
"version": "1.8.2",
|
||||
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
|
||||
"integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA=="
|
||||
},
|
||||
"side-channel": {
|
||||
"version": "1.0.6",
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
"resolve-from": "5.0.0",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"semver": "7.6.3",
|
||||
"shell-quote": "1.8.1",
|
||||
"shell-quote": "1.8.2",
|
||||
"source-map-support": "0.5.21",
|
||||
"supports-color": "8.1.1",
|
||||
"teen_process": "2.2.0",
|
||||
|
||||
Reference in New Issue
Block a user