Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 3c5dd58 commit 63a51b2
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion localenv/mock-account-servicing-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@remix-run/serve": "^1.19.3",
"@types/node": "^18.7.12",
"@types/uuid": "^9.0.7",
"axios": "^1.6.2",
"axios": "^1.6.5",
"graphql": "^16.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"ajv": "^8.12.0",
"axios": "^1.6.2",
"axios": "^1.6.5",
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"knex": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@interledger/stream-receiver": "^0.3.3-alpha.3",
"@koa/router": "^12.0.0",
"ajv": "^8.12.0",
"axios": "1.6.2",
"axios": "1.6.5",
"base64url": "^3.0.1",
"dotenv": "^16.3.1",
"extensible-error": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@interledger/openapi": "1.2.1",
"axios": "^1.6.2",
"axios": "^1.6.5",
"pino": "^8.17.2"
}
}
36 changes: 23 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 63a51b2

Please sign in to comment.