Skip to content

Commit

Permalink
Bump redis and bee-queue (#25)
Browse files Browse the repository at this point in the history
* Bump redis and bee-queue

Bumps [redis](https://github.com/redis/node-redis) to 3.1.2 and updates ancestor dependency [bee-queue](https://github.com/bee-queue/bee-queue). These dependencies need to be updated together.

Updates `redis` from 2.8.0 to 3.1.2
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](redis/node-redis@v.2.8.0...v3.1.2)

Updates `bee-queue` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/bee-queue/bee-queue/releases)
- [Changelog](https://github.com/bee-queue/bee-queue/blob/master/HISTORY.md)
- [Commits](bee-queue/bee-queue@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: indirect
- dependency-name: bee-queue
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Rebase fix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elsa <[email protected]>
  • Loading branch information
dependabot[bot] and elsaperelli authored Mar 19, 2024
1 parent 1572bf0 commit e9691a6
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 30 deletions.
98 changes: 69 additions & 29 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@asymmetrik/fhir-qb-mongo": "^0.12.3",
"@projecttacoma/node-fhir-server-core": "^2.2.8",
"axios": "^1.3.4",
"bee-queue": "^1.4.0",
"bee-queue": "^1.5.0",
"dotenv": "^10.0.0",
"fastify": "^3.29.4",
"fastify-plugin": "^3.0.0",
Expand Down

1 comment on commit e9691a6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 80.55% 468/581
🟡 Branches 67.61% 167/247
🟡 Functions 77.89% 74/95
🟢 Lines 80.88% 461/570

Test suite run success

76 tests passing in 7 suites.

Report generated by 🧪jest coverage report action from e9691a6

Please sign in to comment.