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 4, 2023
1 parent 18961d7 commit 2238531
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 358 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
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,35 +54,35 @@
"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",
"@golevelup/nestjs-webhooks": "^0.2.16",
"@ladjs/consolidate": "^1.0.3",
"@mikro-orm/core": "^5.9.1",
"@mikro-orm/migrations": "^5.9.1",
"@mikro-orm/core": "^5.9.2",
"@mikro-orm/migrations": "^5.9.2",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.9.1",
"@mikro-orm/reflection": "^5.9.1",
"@mikro-orm/postgresql": "^5.9.2",
"@mikro-orm/reflection": "^5.9.2",
"@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 @@ -128,7 +128,7 @@
"rxjs": "^7.8.1",
"sharp": "^0.32.6",
"socket.io": "^4.7.2",
"stripe": "^14.2.0",
"stripe": "^14.3.0",
"swagger-stats": "^0.99.7",
"twilio": "4.19.0",
"unprofane": "^1.0.6",
Expand All @@ -138,12 +138,12 @@
"@firebase/app-compat": "^0.2.22",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.9.1",
"@mikro-orm/seeder": "^5.9.1",
"@mikro-orm/cli": "^5.9.2",
"@mikro-orm/seeder": "^5.9.2",
"@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 Expand Up @@ -171,7 +171,7 @@
"@types/swagger-ui-express": "^4.1.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"husky": "^8.0.3",
"jest": "29.7.0",
"lint-staged": "^15.0.2",
Expand Down
Loading

0 comments on commit 2238531

Please sign in to comment.