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 14, 2023
1 parent 4bd8833 commit 6d02845
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 72 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
# Redis service
# This service runs the Redis database
redis:
image: redis:7.2.2-alpine
image: redis:7.2.3-alpine
container_name: redis
restart: unless-stopped
env_file: env/.env.${ENV}
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
# This service runs the PostgreSQL database
database:
container_name: database
image: postgres:16.0-alpine
image: postgres:16.1-alpine
restart: unless-stopped
env_file: env/.env.${ENV}
environment:
Expand Down 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
10 changes: 5 additions & 5 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.449.0",
"@aws-sdk/client-ses": "^3.449.0",
"@aws-sdk/client-s3": "^3.450.0",
"@aws-sdk/client-ses": "^3.450.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand Down Expand Up @@ -84,8 +84,8 @@
"@nestjs/throttler": "^5.0.1",
"@nestjs/websockets": "^10.2.8",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.80.0",
"@sentry/node": "^7.80.0",
"@sentry/hub": "^7.80.1",
"@sentry/node": "^7.80.1",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"@travelerdev/nestjs-sentry": "^4.2.1",
Expand Down Expand Up @@ -145,7 +145,7 @@
"@nestjs/testing": "10.2.8",
"@rubiin/eslint-config": "^1.9.6",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.80.0",
"@sentry/types": "^7.80.1",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
Expand Down
126 changes: 64 additions & 62 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 6d02845

Please sign in to comment.