From 5fa52fceb0c6937390029e3a6bda0960ce657a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:50:46 +0000 Subject: [PATCH] build(deps): bump axios Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../with-complex-headers/package-lock.json | 20 +++++++++++-------- .../builds/with-complex-headers/package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/samples/client/petstore/typescript-axios/builds/with-complex-headers/package-lock.json b/samples/client/petstore/typescript-axios/builds/with-complex-headers/package-lock.json index 7ecd192ebea4..1eb30511217e 100644 --- a/samples/client/petstore/typescript-axios/builds/with-complex-headers/package-lock.json +++ b/samples/client/petstore/typescript-axios/builds/with-complex-headers/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "license": "Unlicense", "dependencies": { - "axios": "^1.13.5" + "axios": "^1.15.0" }, "devDependencies": { "@types/node": "12.11.5 - 12.20.42", @@ -28,14 +28,14 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", - "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", + "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/call-bind-apply-helpers": { @@ -295,9 +295,13 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/typescript": { "version": "5.6.3", diff --git a/samples/client/petstore/typescript-axios/builds/with-complex-headers/package.json b/samples/client/petstore/typescript-axios/builds/with-complex-headers/package.json index 9a7603f0affc..4a12418e8e25 100644 --- a/samples/client/petstore/typescript-axios/builds/with-complex-headers/package.json +++ b/samples/client/petstore/typescript-axios/builds/with-complex-headers/package.json @@ -22,7 +22,7 @@ "prepare": "npm run build" }, "dependencies": { - "axios": "^1.13.5" + "axios": "^1.15.0" }, "devDependencies": { "@types/node": "12.11.5 - 12.20.42",