From e46859d4776023b81ac8885af876b6a80556619c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:43:30 +0000 Subject: [PATCH] build(deps-dev): bump shell-quote Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.1 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.1...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../tests/with-complex-headers/package-lock.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/samples/client/petstore/typescript-axios/tests/with-complex-headers/package-lock.json b/samples/client/petstore/typescript-axios/tests/with-complex-headers/package-lock.json index c4cc00d67aa4..fed05df8d7db 100644 --- a/samples/client/petstore/typescript-axios/tests/with-complex-headers/package-lock.json +++ b/samples/client/petstore/typescript-axios/tests/with-complex-headers/package-lock.json @@ -29,7 +29,7 @@ "version": "1.0.0", "license": "Unlicense", "dependencies": { - "axios": "^1.15.2" + "axios": "^1.16.0" }, "devDependencies": { "@types/node": "12.11.5 - 12.20.42", @@ -2324,9 +2324,14 @@ } }, "node_modules/shell-quote": { - "version": "1.8.1", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", "dev": true, "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" }