Skip to content

Commit

Permalink
chore: update dependency axios to ^1.7.9
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and dhmlau committed Dec 10, 2024
1 parent 35e386c commit e3cbff1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/debug": "^4.1.12",
"@types/request-promise-native": "^1.0.21",
"autocannon": "^7.15.0",
"axios": "^1.7.7",
"axios": "^1.7.9",
"benchmark": "^2.1.4",
"byline": "^5.0.0",
"debug": "^4.3.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/passport-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.13",
"@types/node": "^16.18.119",
"axios": "^1.7.7",
"axios": "^1.7.9",
"eslint": "^8.57.0",
"lodash": "^4.17.21",
"typescript": "~5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion extensions/authentication-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/passport-http": "^0.3.11",
"@types/passport-oauth2": "^1.4.17",
"@types/qs": "^6.9.17",
"axios": "^1.7.7",
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"express": "^4.21.1",
"form-data": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/mock-oauth2-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.13",
"@types/node": "^16.18.119",
"axios": "^1.7.7",
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"express": "^4.21.1",
"form-data": "^4.0.1",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/http-caching-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"!*/__tests__"
],
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.7.9",
"cacache": "^18.0.4",
"debug": "^4.3.7",
"rimraf": "^5.0.10",
Expand Down

0 comments on commit e3cbff1

Please sign in to comment.