diff --git a/package-lock.json b/package-lock.json index 2d99eeefc..f3dad40e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4908,9 +4908,9 @@ } }, "node_modules/axios": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.1.tgz", - "integrity": "sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", + "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", "dev": true, "license": "MIT", "dependencies": { @@ -19291,7 +19291,7 @@ "argparse": "2.0.1", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.12.1", + "axios": "1.12.2", "bluebird": "3.7.2", "lilconfig": "3.1.3", "lodash": "4.17.21", @@ -19370,7 +19370,7 @@ "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.12.1", + "axios": "1.12.2", "bluebird": "3.7.2", "body-parser": "2.2.0", "express": "5.1.0", @@ -19792,7 +19792,7 @@ "license": "Apache-2.0", "dependencies": { "@appium/types": "^1.0.1", - "axios": "1.12.1", + "axios": "1.12.2", "bluebird": "3.7.2", "chai": "6.0.1", "chai-as-promised": "8.0.2", @@ -20570,7 +20570,7 @@ "@appium/types": "^1.0.1", "@colors/colors": "1.6.0", "archiver": "7.0.1", - "axios": "1.12.1", + "axios": "1.12.2", "base64-stream": "1.0.0", "bluebird": "3.7.2", "bplist-creator": "0.1.1", @@ -20932,7 +20932,7 @@ "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.12.1", + "axios": "1.12.2", "bluebird": "3.7.2", "body-parser": "2.2.0", "express": "5.1.0", @@ -21194,7 +21194,7 @@ "version": "file:packages/driver-test-support", "requires": { "@appium/types": "^1.0.1", - "axios": "1.12.1", + "axios": "1.12.2", "bluebird": "3.7.2", "chai": "6.0.1", "chai-as-promised": "8.0.2", @@ -21685,7 +21685,7 @@ "@appium/types": "^1.0.1", "@colors/colors": "1.6.0", "archiver": "7.0.1", - "axios": "1.12.1", + "axios": "1.12.2", "base64-stream": "1.0.0", "bluebird": "3.7.2", "bplist-creator": "0.1.1", @@ -24645,7 +24645,7 @@ "argparse": "2.0.1", "async-lock": "1.4.1", "asyncbox": "3.0.0", - "axios": "1.12.1", + "axios": "1.12.2", "bluebird": "3.7.2", "lilconfig": "3.1.3", "lodash": "4.17.21", @@ -25007,9 +25007,9 @@ } }, "axios": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.1.tgz", - "integrity": "sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", + "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", "dev": true, "requires": { "follow-redirects": "^1.15.6", diff --git a/packages/appium/package.json b/packages/appium/package.json index 4d043b071..d2ddc4b2f 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.12.1", + "axios": "1.12.2", "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 f32e68659..a6d30e953 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.12.1", + "axios": "1.12.2", "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 3beca9880..5ba09025c 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": "^1.0.1", - "axios": "1.12.1", + "axios": "1.12.2", "bluebird": "3.7.2", "chai": "6.0.1", "chai-as-promised": "8.0.2", diff --git a/packages/support/package.json b/packages/support/package.json index aba9b38c5..27fd87a14 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -46,7 +46,7 @@ "@appium/types": "^1.0.1", "@colors/colors": "1.6.0", "archiver": "7.0.1", - "axios": "1.12.1", + "axios": "1.12.2", "base64-stream": "1.0.0", "bluebird": "3.7.2", "bplist-creator": "0.1.1",