Skip to content

Commit

Permalink
fix(deps): update dependency nats
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 24, 2024
1 parent 8faca97 commit dbfe275
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.4"
services:
queue:
image: nats:2.10.16-scratch
image: nats:2.10.18-scratch
hostname: paperboy_queue
ports:
- "4222:4222"
Expand Down
9 changes: 5 additions & 4 deletions paperboy-push-service/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 paperboy-push-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/terminus": "10.2.3",
"dotenv": "16.4.5",
"joi": "17.13.1",
"nats": "2.26.0",
"nats": "2.28.1",
"passport": "0.7.0",
"passport-http-bearer": "1.0.1",
"reflect-metadata": "0.2.2",
Expand Down

0 comments on commit dbfe275

Please sign in to comment.