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 2, 2023
1 parent 18961d7 commit 36a1cec
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 180 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
20 changes: 10 additions & 10 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 All @@ -68,21 +68,21 @@
"@mikro-orm/reflection": "^5.9.1",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.1",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "10.2.7",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/common": "10.2.8",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "10.2.7",
"@nestjs/core": "10.2.8",
"@nestjs/jwt": "^10.1.1",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/platform-socket.io": "^10.2.7",
"@nestjs/platform-express": "^10.2.8",
"@nestjs/platform-socket.io": "^10.2.8",
"@nestjs/schedule": "^4.0.0",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.14",
"@nestjs/terminus": "^10.1.1",
"@nestjs/throttler": "^5.0.1",
"@nestjs/websockets": "^10.2.7",
"@nestjs/websockets": "^10.2.8",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.77.0",
"@sentry/node": "^7.77.0",
Expand Down Expand Up @@ -142,8 +142,8 @@
"@mikro-orm/seeder": "^5.9.1",
"@nestjs/cli": "10.2.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.2.7",
"@rubiin/eslint-config": "^1.9.2",
"@nestjs/testing": "10.2.8",
"@rubiin/eslint-config": "^1.9.4",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.77.0",
"@side/jest-runtime": "^1.1.0",
Expand Down
Loading

0 comments on commit 36a1cec

Please sign in to comment.