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