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" }