Skip to content

Commit

Permalink
Merge pull request #323 from rubiin/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
mergify[bot] authored Oct 23, 2023
2 parents 6071f5d + 042047c commit e9d343e
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 371 deletions.
4 changes: 2 additions & 2 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.1-alpine
image: redis:7.2.2-alpine
container_name: redis
restart: unless-stopped
env_file: env/.env.${ENV}
Expand Down Expand Up @@ -196,7 +196,7 @@ services:
# This service runs the RabbitMQ message broker
rabbitmq:
container_name: rabbitmq
image: rabbitmq:3.12.6-management-alpine
image: rabbitmq:3.12.7-management-alpine
env_file: env/.env.${ENV}
restart: unless-stopped
depends_on:
Expand Down
12 changes: 6 additions & 6 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.431.0",
"@aws-sdk/client-ses": "^3.431.0",
"@aws-sdk/client-s3": "^3.433.0",
"@aws-sdk/client-ses": "^3.433.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand Down Expand Up @@ -110,7 +110,7 @@
"nestjs-minio": "^2.5.1",
"nestjs-pino": "^3.5.0",
"nestjs-throttler-storage-redis": "^0.4.1",
"nodemailer": "^6.9.6",
"nodemailer": "^6.9.7",
"otplib": "^12.0.1",
"passport": "0.6.0",
"passport-facebook": "^3.0.0",
Expand All @@ -119,7 +119,7 @@
"passport-magic-login": "^1.2.2",
"pino-http": "^8.5.0",
"pino-pretty": "^10.2.3",
"poolifier": "^3.0.3",
"poolifier": "^3.0.4",
"preview-email": "^3.0.19",
"prom-client": "^15.0.0",
"pug": "^3.0.2",
Expand Down Expand Up @@ -148,7 +148,7 @@
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.74.1",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.93",
"@swc/core": "^1.3.94",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.4",
Expand All @@ -172,7 +172,7 @@
"@types/swagger-ui-express": "^4.1.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"husky": "^8.0.3",
"jest": "29.7.0",
"lint-staged": "^15.0.2",
Expand Down
Loading

0 comments on commit e9d343e

Please sign in to comment.