Skip to content

Commit

Permalink
fix(deps): bump @ebec/http from 1.1.1 to 2.2.1 (#1147)
Browse files Browse the repository at this point in the history
Bumps [@ebec/http](https://github.com/Tada5hi/ebec) from 1.1.1 to 2.2.1.
- [Commits](https://github.com/Tada5hi/ebec/compare/@ebec/[email protected]...@ebec/[email protected])

---
updated-dependencies:
- dependency-name: "@ebec/http"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 3ac60e7 commit 463e52b
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 12 deletions.
37 changes: 29 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/server-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@authup/core": "^0.41.0",
"@authup/server-adapter": "^0.41.0",
"@ebec/http": "^1.1.0",
"@ebec/http": "^2.2.1",
"@hapic/harbor": "^2.3.0",
"@hapic/vault": "^2.3.0",
"@personalhealthtrain/core": "2.4.0-alpha.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@authup/core": "^0.41.0",
"@ebec/http": "^1.1.0",
"@ebec/http": "^2.2.1",
"@personalhealthtrain/core": "2.4.0-alpha.24",
"@socket.io/redis-emitter": "^5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@authup/core": "^0.41.0",
"@authup/server-adapter": "^0.41.0",
"@ebec/http": "^1.1.0",
"@ebec/http": "^2.2.1",
"@personalhealthtrain/core": "2.4.0-alpha.24",
"@personalhealthtrain/server-core": "2.4.0-alpha.24",
"@socket.io/redis-adapter": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-train-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@authup/core": "^0.41.0",
"@authup/server-adapter": "^0.41.0",
"@ebec/http": "^1.1.0",
"@ebec/http": "^2.2.1",
"@hapic/harbor": "^2.3.0",
"@personalhealthtrain/core": "2.4.0-alpha.24",
"@personalhealthtrain/server-core": "2.4.0-alpha.24",
Expand Down

0 comments on commit 463e52b

Please sign in to comment.