Skip to content

Commit eb9f51a

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update dependency axios to ^1.10.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c38e9eb commit eb9f51a

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/debug": "^4.1.12",
4747
"@types/request-promise-native": "^1.0.21",
4848
"autocannon": "^8.0.0",
49-
"axios": "^1.9.0",
49+
"axios": "^1.10.0",
5050
"benchmark": "^2.1.4",
5151
"byline": "^5.0.0",
5252
"debug": "^4.4.1",

examples/passport-login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/express": "^4.17.23",
9595
"@types/lodash": "^4.17.17",
9696
"@types/node": "^16.18.126",
97-
"axios": "^1.9.0",
97+
"axios": "^1.10.0",
9898
"eslint": "^8.57.1",
9999
"lodash": "^4.17.21",
100100
"typescript": "~5.2.2"

extensions/authentication-passport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/passport-http": "^0.3.11",
6767
"@types/passport-oauth2": "^1.4.17",
6868
"@types/qs": "^6.14.0",
69-
"axios": "^1.9.0",
69+
"axios": "^1.10.0",
7070
"body-parser": "^2.2.0",
7171
"express": "^4.21.2",
7272
"form-data": "^4.0.3",

fixtures/mock-oauth2-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/jsonwebtoken": "^9.0.9",
4141
"@types/lodash": "^4.17.17",
4242
"@types/node": "^16.18.126",
43-
"axios": "^1.9.0",
43+
"axios": "^1.10.0",
4444
"body-parser": "^2.2.0",
4545
"express": "^4.21.2",
4646
"form-data": "^4.0.3",

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/http-caching-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"!*/__tests__"
4040
],
4141
"dependencies": {
42-
"axios": "^1.9.0",
42+
"axios": "^1.10.0",
4343
"cacache": "^19.0.1",
4444
"debug": "^4.4.1",
4545
"rimraf": "^5.0.10",

0 commit comments

Comments
 (0)