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:
renovate[bot]
2024-11-28 13:20:38 +00:00
committed by GitHub
parent c82cbfeb58
commit 59a84424f2
2 changed files with 12 additions and 5 deletions

15
package-lock.json generated
View File

@@ -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",

View File

@@ -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",