From 66b6178d1081b4b6cc2cf322808c657fc631e243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 03:40:51 +0000 Subject: [PATCH] Bump axios in /examples/ecommerce-support-simulator Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.16.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.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 28 +++++++++++-------- .../ecommerce-support-simulator/package.json | 2 +- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/examples/ecommerce-support-simulator/package-lock.json b/examples/ecommerce-support-simulator/package-lock.json index f15d399f..a65f4c91 100644 --- a/examples/ecommerce-support-simulator/package-lock.json +++ b/examples/ecommerce-support-simulator/package-lock.json @@ -19,7 +19,7 @@ "@aws-sdk/signature-v4": "^3.374.0", "agent-squad": "^0.0.14", "aws-cdk-lib": "2.195.0", - "axios": "^1.13.5", + "axios": "^1.16.0", "constructs": "^10.0.0", "esbuild": "^0.24.0", "source-map-support": "^0.5.21" @@ -7313,14 +7313,14 @@ } }, "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.16.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz", + "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/axobject-query": { @@ -9065,9 +9065,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.11", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", - "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz", + "integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==", "funding": [ { "type": "individual", @@ -13045,9 +13045,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/punycode": { "version": "2.3.1", diff --git a/examples/ecommerce-support-simulator/package.json b/examples/ecommerce-support-simulator/package.json index f224f7db..b8e13798 100644 --- a/examples/ecommerce-support-simulator/package.json +++ b/examples/ecommerce-support-simulator/package.json @@ -29,7 +29,7 @@ "@aws-sdk/credential-provider-node": "^3.662.0", "@aws-sdk/signature-v4": "^3.374.0", "aws-cdk-lib": "2.195.0", - "axios": "^1.13.5", + "axios": "^1.16.0", "constructs": "^10.0.0", "esbuild": "^0.24.0", "agent-squad": "^0.0.14",