From 98985452f7e87e9af3ce1a7f275621fd81bc212b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 04:56:13 +0000 Subject: [PATCH] build(deps-dev): bump shell-quote Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.7.2 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.7.2...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../tests/default/package-lock.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/samples/client/petstore/typescript-axios/tests/default/package-lock.json b/samples/client/petstore/typescript-axios/tests/default/package-lock.json index 195a742e5eb3..9fcf25428bdd 100644 --- a/samples/client/petstore/typescript-axios/tests/default/package-lock.json +++ b/samples/client/petstore/typescript-axios/tests/default/package-lock.json @@ -29,7 +29,7 @@ "version": "1.0.0", "license": "Unlicense", "dependencies": { - "axios": "^1.13.5" + "axios": "^1.16.0" }, "devDependencies": { "@types/node": "12.11.5 - 12.20.42", @@ -2385,9 +2385,16 @@ } }, "node_modules/shell-quote": { - "version": "1.7.2", + "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" + } }, "node_modules/simple-concat": { "version": "1.0.1", @@ -2956,7 +2963,7 @@ "version": "file:../../builds/with-npm-version", "requires": { "@types/node": "12.11.5 - 12.20.42", - "axios": "^1.13.5", + "axios": "^1.16.0", "typescript": "^4.0 || ^5.0" }, "dependencies": { @@ -4589,7 +4596,9 @@ } }, "shell-quote": { - "version": "1.7.2", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", "dev": true }, "simple-concat": {