diff --git a/.changeset/dependencies-736.md b/.changeset/dependencies-736.md new file mode 100644 index 00000000..5dc18807 --- /dev/null +++ b/.changeset/dependencies-736.md @@ -0,0 +1,5 @@ +--- +"@autifyhq/autify-cli": patch +--- + +fix(deps): update dependency shell-quote to ^1.10.0 [security] diff --git a/autify-cli/package.json b/autify-cli/package.json index f0e6fcc3..4d71bc3e 100644 --- a/autify-cli/package.json +++ b/autify-cli/package.json @@ -34,7 +34,7 @@ "node-stream-zip": "^1.15.0", "os-proxy-config": "^1.1.2", "per-env": "^1.0.2", - "shell-quote": "^1.8.3", + "shell-quote": "^1.10.0", "tar": "^7.5.11", "undici": "^6.24.0", "unzip-stream": "^0.3.4", diff --git a/package-lock.json b/package-lock.json index c6c680fe..31836139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "autify-cli": { "name": "@autifyhq/autify-cli", - "version": "0.73.2", + "version": "0.73.4", "license": "MIT", "dependencies": { "@autifyhq/autify-sdk": "^0.28.3", @@ -43,7 +43,7 @@ "node-stream-zip": "^1.15.0", "os-proxy-config": "^1.1.2", "per-env": "^1.0.2", - "shell-quote": "^1.8.3", + "shell-quote": "^1.10.0", "tar": "^7.5.11", "undici": "^6.24.0", "unzip-stream": "^0.3.4", @@ -91,7 +91,7 @@ }, "integration-test": { "name": "@autifyhq/autify-cli-integration-test", - "version": "0.73.2", + "version": "0.73.4", "license": "MIT", "dependencies": { "@pollyjs/adapter-node-http": "^6.0.6", @@ -15407,9 +15407,10 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.10.0.tgz", + "integrity": "sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==", + "license": "MIT", "engines": { "node": ">= 0.4" },