From 2f063467fd42615ce98bd11f608c7b886e065f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:55:41 +0000 Subject: [PATCH] Bump shell-quote Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.7.2 to 1.8.3. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.7.2...v1.8.3) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../tests/default/package-lock.json | 23 +++++++++++++------ 1 file changed, 16 insertions(+), 7 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 eb463a6465d4..6c39b271115d 100644 --- a/samples/client/petstore/typescript-axios/tests/default/package-lock.json +++ b/samples/client/petstore/typescript-axios/tests/default/package-lock.json @@ -32,8 +32,8 @@ "axios": "^1.6.1" }, "devDependencies": { - "@types/node": "^12.11.5", - "typescript": "^4.0" + "@types/node": "12.11.5 - 12.20.42", + "typescript": "^4.0 || ^5.0" } }, "../../builds/with-npm-version/node_modules/@types/node": { @@ -2300,9 +2300,16 @@ } }, "node_modules/shell-quote": { - "version": "1.7.2", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", + "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", "dev": true, - "license": "MIT" + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/simple-concat": { "version": "1.0.1", @@ -2859,9 +2866,9 @@ "@openapitools/typescript-axios-petstore": { "version": "file:../../builds/with-npm-version", "requires": { - "@types/node": "^12.11.5", + "@types/node": "12.11.5 - 12.20.42", "axios": "^1.6.1", - "typescript": "^4.0" + "typescript": "^4.0 || ^5.0" }, "dependencies": { "@types/node": { @@ -4411,7 +4418,9 @@ } }, "shell-quote": { - "version": "1.7.2", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", + "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", "dev": true }, "simple-concat": {