Skip to content

Commit

Permalink
fix(deps): update dependency axios to v1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent a84ad3d commit 8a00b37
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 37 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 @@ -17,7 +17,7 @@
"@remix-run/serve": "^2.6.0",
"@types/node": "^18.7.12",
"@types/uuid": "^9.0.8",
"axios": "^1.6.8",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"graphql": "^16.8.1",
"json-canonicalize": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"ajv": "^8.12.0",
"axios": "^1.7.4",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"graphql": "^16.8.1",
"ioredis": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@opentelemetry/sdk-node": "^0.52.1",
"@opentelemetry/sdk-trace-node": "^1.25.1",
"ajv": "^8.12.0",
"axios": "1.7.4",
"axios": "1.7.7",
"base64url": "^3.0.1",
"dotenv": "^16.4.5",
"extensible-error": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"axios": "^1.7.4",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"graphql": "^16.8.1",
"ilp-packet": "3.1.4-alpha.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 @@ -27,7 +27,7 @@
"dependencies": {
"@interledger/open-payments": "6.13.2",
"@interledger/openapi": "2.0.1",
"axios": "^1.7.4",
"axios": "^1.7.7",
"pino": "^8.19.0"
}
}
45 changes: 13 additions & 32 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 8a00b37

Please sign in to comment.