Skip to content

Commit

Permalink
Merge pull request #506 from rubiin/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
mergify[bot] authored Sep 23, 2024
2 parents cbed225 + 0ea16d7 commit cbebdbf
Show file tree
Hide file tree
Showing 3 changed files with 729 additions and 660 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
# Traefik service
# This service runs the Traefik reverse proxy which is used to expose the other services
traefik:
image: traefik:v3.1.2
image: traefik:v3.1.4
container_name: traefik
restart: unless-stopped
labels:
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ultimate-nest",
"version": "2.7.1",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"description": "NestJS + MikroORM blog example with batteries included",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -56,8 +56,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.651.1",
"@aws-sdk/client-ses": "^3.651.1",
"@aws-sdk/client-s3": "^3.654.0",
"@aws-sdk/client-ses": "^3.654.0",
"@casl/ability": "^6.7.1",
"@golevelup/nestjs-rabbitmq": "^5.4.1",
"@golevelup/nestjs-stripe": "^0.8.2",
Expand All @@ -72,20 +72,20 @@
"@nest-lab/throttler-storage-redis": "^1.0.0",
"@nestjs/axios": "^3.0.3",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "10.4.1",
"@nestjs/common": "10.4.3",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "10.4.1",
"@nestjs/core": "10.4.3",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/platform-socket.io": "^10.4.1",
"@nestjs/schedule": "^4.1.0",
"@nestjs/platform-express": "^10.4.3",
"@nestjs/platform-socket.io": "^10.4.3",
"@nestjs/schedule": "^4.1.1",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/swagger": "^7.4.0",
"@nestjs/swagger": "^7.4.2",
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^6.2.1",
"@nestjs/websockets": "^10.4.1",
"@nestjs/websockets": "^10.4.3",
"@ngneat/falso": "^7.2.0",
"@ntegral/nestjs-sentry": "^4.0.1",
"@paralleldrive/cuid2": "^2.2.2",
Expand Down Expand Up @@ -129,23 +129,23 @@
"reflect-metadata": "0.2.2",
"rxjs": "^7.8.1",
"sharp": "^0.33.5",
"socket.io": "^4.7.5",
"stripe": "^16.11.0",
"socket.io": "^4.8.0",
"stripe": "^16.12.0",
"swagger-stats": "^0.99.7",
"twilio": "5.3.0",
"twilio": "5.3.1",
"unprofane": "^1.0.6",
"url-minify": "^2.8.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@firebase/app-compat": "^0.2.40",
"@antfu/eslint-config": "^3.7.1",
"@firebase/app-compat": "^0.2.41",
"@firebase/app-types": "^0.9.2",
"@golevelup/ts-jest": "^0.5.5",
"@mikro-orm/cli": "6.3.10",
"@mikro-orm/seeder": "6.3.10",
"@nestjs/cli": "10.4.5",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.4.1",
"@nestjs/testing": "10.4.3",
"@rubiin/tsconfig": "^1.2.1",
"@sentry/types": "^8.30.0",
"@side/jest-runtime": "^1.1.0",
Expand All @@ -160,7 +160,7 @@
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^20.16.5",
"@types/nodemailer": "^6.4.15",
"@types/nodemailer": "^6.4.16",
"@types/passport": "^1.0.16",
"@types/passport-facebook": "^3.0.3",
"@types/passport-google-oauth20": "^2.0.16",
Expand All @@ -173,7 +173,7 @@
"@types/swagger-ui-express": "^4.1.6",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"husky": "^9.1.6",
"jest": "29.7.0",
"lint-staged": "^15.2.10",
Expand Down
Loading

0 comments on commit cbebdbf

Please sign in to comment.