From dfb92620caac69d4d20a1c3154085e9852cdd0e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 16:01:20 +0000 Subject: [PATCH 1/2] Bump axios from 1.15.2 to 1.16.0 Bumps [axios](https://github.com/axios/axios) from 1.15.2 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.15.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- autify-cli/package.json | 2 +- package-lock.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/autify-cli/package.json b/autify-cli/package.json index ab5a6b12..443aaa25 100644 --- a/autify-cli/package.json +++ b/autify-cli/package.json @@ -25,7 +25,7 @@ "@oclif/plugin-warn-if-update-available": "^2.1.1", "abort-controller": "^3.0.0", "archiver": "^7.0.1", - "axios": "^1.15.2", + "axios": "^1.16.0", "envfile": "^7.1.0", "get-port": "^7.1.0", "inquirer": "^12.11.1", diff --git a/package-lock.json b/package-lock.json index 638b78e9..588d4374 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "autify-cli": { "name": "@autifyhq/autify-cli", - "version": "0.73.0-beta.0", + "version": "0.73.1", "license": "MIT", "dependencies": { "@autifyhq/autify-sdk": "^0.28.3", @@ -34,7 +34,7 @@ "@oclif/plugin-warn-if-update-available": "^2.1.1", "abort-controller": "^3.0.0", "archiver": "^7.0.1", - "axios": "^1.15.2", + "axios": "^1.16.0", "envfile": "^7.1.0", "get-port": "^7.1.0", "inquirer": "^12.11.1", @@ -91,7 +91,7 @@ }, "integration-test": { "name": "@autifyhq/autify-cli-integration-test", - "version": "0.73.0-beta.0", + "version": "0.73.1", "license": "MIT", "dependencies": { "@pollyjs/adapter-node-http": "^6.0.6", @@ -7055,12 +7055,12 @@ } }, "node_modules/axios": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", - "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", + "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": "^2.1.0" } From ef03373ce3ed779eb66a9220af9ac8c5cb8487fe Mon Sep 17 00:00:00 2001 From: "autify-cli-bot[bot]" <106507794+autify-cli-bot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 16:01:40 +0000 Subject: [PATCH 2/2] chore: add changeset for dependencies bump --- .changeset/dependencies-706.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependencies-706.md diff --git a/.changeset/dependencies-706.md b/.changeset/dependencies-706.md new file mode 100644 index 00000000..2609bee6 --- /dev/null +++ b/.changeset/dependencies-706.md @@ -0,0 +1,5 @@ +--- +"@autifyhq/autify-cli": patch +--- + +Bump axios from 1.15.2 to 1.16.0