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 Nov 1, 2023
1 parent 18961d7 commit fc20c23
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ services:
# This service runs the RabbitMQ message broker
rabbitmq:
container_name: rabbitmq
image: rabbitmq:3.12.7-management-alpine
image: rabbitmq:3.12.8-management-alpine
env_file: env/.env.${ENV}
restart: unless-stopped
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.0.0-slim
FROM node:21.1.0-slim
WORKDIR /usr/src/app
RUN npm i -g pnpm
# pnpm fetch does require only lockfile
Expand Down
2 changes: 1 addition & 1 deletion docker/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## ===========================================================> The common stage
FROM node:21.0.0-slim AS base
FROM node:21.1.0-slim AS base

RUN npm i -g pnpm
## https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.440.0",
"@aws-sdk/client-ses": "^3.438.0",
"@aws-sdk/client-s3": "^3.441.0",
"@aws-sdk/client-ses": "^3.441.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand Down
66 changes: 33 additions & 33 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 fc20c23

Please sign in to comment.