diff --git a/benchmark/package.json b/benchmark/package.json index 45af767eea7c..123f3c61ab16 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -46,7 +46,7 @@ "@types/debug": "^4.1.13", "@types/request-promise-native": "^1.0.21", "autocannon": "^8.0.0", - "axios": "^1.16.0", + "axios": "^1.17.0", "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.4.3", diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index a2e47dd35ce5..033697432b32 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -94,7 +94,7 @@ "@types/express": "^4.17.25", "@types/lodash": "^4.17.24", "@types/node": "^20.19.41", - "axios": "^1.16.0", + "axios": "^1.17.0", "eslint": "^8.57.1", "lodash": "^4.18.1", "typescript": "~5.2.2" diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index 4ccd798e5f58..75b464268486 100644 --- a/extensions/authentication-passport/package.json +++ b/extensions/authentication-passport/package.json @@ -66,7 +66,7 @@ "@types/passport-http": "^0.3.11", "@types/passport-oauth2": "^1.8.0", "@types/qs": "^6.15.1", - "axios": "^1.16.0", + "axios": "^1.17.0", "body-parser": "^2.2.2", "express": "^4.22.2", "form-data": "^4.0.5", diff --git a/fixtures/mock-oauth2-provider/package.json b/fixtures/mock-oauth2-provider/package.json index 5b0de97f9201..a1214b2769a2 100644 --- a/fixtures/mock-oauth2-provider/package.json +++ b/fixtures/mock-oauth2-provider/package.json @@ -40,7 +40,7 @@ "@types/jsonwebtoken": "^9.0.10", "@types/lodash": "^4.17.24", "@types/node": "^20.19.41", - "axios": "^1.16.0", + "axios": "^1.17.0", "body-parser": "^2.2.2", "express": "^4.22.2", "form-data": "^4.0.5", diff --git a/package-lock.json b/package-lock.json index 11b40c2c2556..379ed0ea4adb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -243,7 +243,7 @@ "@types/debug": "^4.1.13", "@types/request-promise-native": "^1.0.21", "autocannon": "^8.0.0", - "axios": "^1.16.0", + "axios": "^1.17.0", "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.4.3", @@ -958,7 +958,7 @@ "@types/express": "^4.17.25", "@types/lodash": "^4.17.24", "@types/node": "^20.19.41", - "axios": "^1.16.0", + "axios": "^1.17.0", "eslint": "^8.57.1", "lodash": "^4.18.1", "typescript": "~5.2.2" @@ -1559,7 +1559,7 @@ "@types/passport-http": "^0.3.11", "@types/passport-oauth2": "^1.8.0", "@types/qs": "^6.15.1", - "axios": "^1.16.0", + "axios": "^1.17.0", "body-parser": "^2.2.2", "express": "^4.22.2", "form-data": "^4.0.5", @@ -2044,7 +2044,7 @@ "@types/jsonwebtoken": "^9.0.10", "@types/lodash": "^4.17.24", "@types/node": "^20.19.41", - "axios": "^1.16.0", + "axios": "^1.17.0", "body-parser": "^2.2.2", "express": "^4.22.2", "form-data": "^4.0.5", @@ -10836,13 +10836,14 @@ "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" }, "node_modules/axios": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz", - "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.17.0.tgz", + "integrity": "sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", "form-data": "^4.0.5", + "https-proxy-agent": "^5.0.1", "proxy-from-env": "^2.1.0" } }, @@ -40704,7 +40705,7 @@ "version": "7.0.12", "license": "MIT", "dependencies": { - "axios": "^1.16.0", + "axios": "^1.17.0", "cacache": "^20.0.4", "debug": "^4.4.3", "rimraf": "^5.0.10", diff --git a/packages/http-caching-proxy/package.json b/packages/http-caching-proxy/package.json index 97c2daa8ef71..21dc4b4d6b6f 100644 --- a/packages/http-caching-proxy/package.json +++ b/packages/http-caching-proxy/package.json @@ -39,7 +39,7 @@ "!*/__tests__" ], "dependencies": { - "axios": "^1.16.0", + "axios": "^1.17.0", "cacache": "^20.0.4", "debug": "^4.4.3", "rimraf": "^5.0.10",