Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 2, 2024
1 parent 3c9e3b7 commit 918c42f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:
# This service runs the RabbitMQ message broker
rabbitmq:
container_name: rabbitmq
image: rabbitmq:3.13.0-management-alpine
image: rabbitmq:3.13.1-management-alpine
env_file: env/.env.${ENV}
restart: unless-stopped
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"passport-magic-login": "^1.2.2",
"pino-http": "^9.0.0",
"pino-pretty": "^11.0.0",
"poolifier": "^3.1.27",
"poolifier": "^3.1.29",
"preview-email": "^3.0.19",
"prom-client": "^15.1.1",
"qrcode": "^1.5.3",
Expand All @@ -132,7 +132,7 @@
"socket.io": "^4.7.5",
"stripe": "^14.23.0",
"swagger-stats": "^0.99.7",
"twilio": "5.0.1",
"twilio": "5.0.2",
"unprofane": "^1.0.6",
"url-minify": "^2.8.4"
},
Expand Down Expand Up @@ -180,7 +180,7 @@
"run-script-webpack-plugin": "^0.2.0",
"sample-env": "^2.0.6",
"supertest": "6.3.4",
"testcontainers": "^10.8.0",
"testcontainers": "^10.8.1",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
Expand Down
24 changes: 12 additions & 12 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 918c42f

Please sign in to comment.