diff --git a/detox/package-lock.json b/detox/package-lock.json index 00b054b91..ddc844d8a 100644 --- a/detox/package-lock.json +++ b/detox/package-lock.json @@ -17,7 +17,7 @@ "@types/tough-cookie": "4.0.5", "@types/uuid": "10.0.0", "async": "3.2.6", - "axios": "1.7.9", + "axios": "1.8.2", "axios-cookiejar-support": "5.0.4", "babel-jest": "29.7.0", "babel-plugin-module-resolver": "5.0.2", @@ -4422,9 +4422,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", - "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/detox/package.json b/detox/package.json index fd0d1153c..56cec5982 100644 --- a/detox/package.json +++ b/detox/package.json @@ -15,7 +15,7 @@ "@types/tough-cookie": "4.0.5", "@types/uuid": "10.0.0", "async": "3.2.6", - "axios": "1.7.9", + "axios": "1.8.2", "axios-cookiejar-support": "5.0.4", "babel-jest": "29.7.0", "babel-plugin-module-resolver": "5.0.2",