diff --git a/package-lock.json b/package-lock.json index 1e0351f75b4..6f698b21f45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4886,9 +4886,9 @@ } }, "node_modules/axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "dev": true, "license": "MIT", "dependencies": { @@ -19402,7 +19402,7 @@ "argparse": "2.0.1", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.11.0", + "axios": "1.12.0", "bluebird": "3.7.2", "lilconfig": "3.1.3", "lodash": "4.17.21", @@ -19493,7 +19493,7 @@ "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.11.0", + "axios": "1.12.0", "bluebird": "3.7.2", "body-parser": "2.2.0", "express": "5.1.0", @@ -19939,7 +19939,7 @@ "license": "Apache-2.0", "dependencies": { "@appium/types": "^0.26.0", - "axios": "1.11.0", + "axios": "1.12.0", "bluebird": "3.7.2", "chai": "5.2.1", "chai-as-promised": "8.0.1", @@ -20717,7 +20717,7 @@ "@appium/types": "^0.26.0", "@colors/colors": "1.6.0", "archiver": "7.0.1", - "axios": "1.11.0", + "axios": "1.12.0", "base64-stream": "1.0.0", "bluebird": "3.7.2", "bplist-creator": "0.1.1", @@ -21079,7 +21079,7 @@ "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.11.0", + "axios": "1.12.0", "bluebird": "3.7.2", "body-parser": "2.2.0", "express": "5.1.0", @@ -21354,7 +21354,7 @@ "version": "file:packages/driver-test-support", "requires": { "@appium/types": "^0.26.0", - "axios": "1.11.0", + "axios": "1.12.0", "bluebird": "3.7.2", "chai": "5.2.1", "chai-as-promised": "8.0.1", @@ -21845,7 +21845,7 @@ "@appium/types": "^0.26.0", "@colors/colors": "1.6.0", "archiver": "7.0.1", - "axios": "1.11.0", + "axios": "1.12.0", "base64-stream": "1.0.0", "bluebird": "3.7.2", "bplist-creator": "0.1.1", @@ -24789,7 +24789,7 @@ "argparse": "2.0.1", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.11.0", + "axios": "1.12.0", "bluebird": "3.7.2", "lilconfig": "3.1.3", "lodash": "4.17.21", @@ -25161,9 +25161,9 @@ } }, "axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "dev": true, "requires": { "follow-redirects": "^1.15.6", diff --git a/packages/appium/package.json b/packages/appium/package.json index e56cb84e9e4..a32fd411ada 100644 --- a/packages/appium/package.json +++ b/packages/appium/package.json @@ -73,7 +73,7 @@ "argparse": "2.0.1", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.11.0", + "axios": "1.12.0", "bluebird": "3.7.2", "lilconfig": "3.1.3", "lodash": "4.17.21", diff --git a/packages/base-driver/package.json b/packages/base-driver/package.json index fc906ddc160..3606f3e9a2a 100644 --- a/packages/base-driver/package.json +++ b/packages/base-driver/package.json @@ -49,7 +49,7 @@ "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.11.0", + "axios": "1.12.0", "bluebird": "3.7.2", "body-parser": "2.2.0", "express": "5.1.0", diff --git a/packages/driver-test-support/package.json b/packages/driver-test-support/package.json index c29db782fd4..cd8fc3ffce1 100644 --- a/packages/driver-test-support/package.json +++ b/packages/driver-test-support/package.json @@ -42,7 +42,7 @@ "types": "./build/lib/index.d.ts", "dependencies": { "@appium/types": "^0.26.0", - "axios": "1.11.0", + "axios": "1.12.0", "bluebird": "3.7.2", "chai": "5.2.1", "chai-as-promised": "8.0.1", diff --git a/packages/support/package.json b/packages/support/package.json index 4292cbdc2e8..eb7bda5fff3 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -46,7 +46,7 @@ "@appium/types": "^0.26.0", "@colors/colors": "1.6.0", "archiver": "7.0.1", - "axios": "1.11.0", + "axios": "1.12.0", "base64-stream": "1.0.0", "bluebird": "3.7.2", "bplist-creator": "0.1.1",