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": {