Skip to content

Commit

Permalink
Merge pull request #542 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 Dec 16, 2024
2 parents 607d488 + 92d5fd0 commit 653c5fc
Show file tree
Hide file tree
Showing 2 changed files with 1,486 additions and 1,684 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.705.0",
"@aws-sdk/client-ses": "^3.699.0",
"@aws-sdk/client-s3": "^3.712.0",
"@aws-sdk/client-ses": "^3.712.0",
"@casl/ability": "^6.7.2",
"@date-fns/utc": "^2.1.0",
"@golevelup/nestjs-rabbitmq": "^5.6.1",
Expand All @@ -73,25 +73,25 @@
"@nest-lab/throttler-storage-redis": "^1.0.0",
"@nestjs/axios": "^3.1.3",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "10.4.13",
"@nestjs/common": "10.4.15",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "10.4.13",
"@nestjs/core": "10.4.15",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.13",
"@nestjs/platform-socket.io": "^10.4.13",
"@nestjs/schedule": "^4.1.1",
"@nestjs/platform-express": "^10.4.15",
"@nestjs/platform-socket.io": "^10.4.15",
"@nestjs/schedule": "^4.1.2",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/swagger": "^8.1.0",
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^6.2.1",
"@nestjs/websockets": "^10.4.13",
"@nestjs/throttler": "^6.3.0",
"@nestjs/websockets": "^10.4.15",
"@ngneat/falso": "^7.2.0",
"@ntegral/nestjs-sentry": "^4.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.114.0",
"@sentry/node": "^8.42.0",
"@sentry/node": "^8.45.0",
"@socket.io/redis-adapter": "^8.3.0",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.41.1",
Expand All @@ -106,7 +106,7 @@
"helmet": "^8.0.0",
"helper-fns": "^2.9.2",
"ioredis": "^5.4.1",
"isomorphic-dompurify": "^2.18.0",
"isomorphic-dompurify": "^2.19.0",
"joi": "^17.13.3",
"mime": "^4.0.4",
"nestjs-cloudinary": "^2.1.1",
Expand All @@ -132,24 +132,24 @@
"socket.io": "^4.8.1",
"stripe": "14.25.0",
"swagger-stats": "^0.99.7",
"twilio": "5.3.7",
"twilio": "5.4.0",
"unprofane": "^1.0.6",
"url-minify": "^2.8.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@firebase/app-compat": "^0.2.46",
"@antfu/eslint-config": "^3.12.0",
"@firebase/app-compat": "^0.2.47",
"@firebase/app-types": "^0.9.3",
"@golevelup/ts-jest": "^0.6.1",
"@mikro-orm/cli": "6.4.1",
"@mikro-orm/seeder": "6.4.1",
"@nestjs/cli": "10.4.8",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.13",
"@nestjs/testing": "10.4.15",
"@rubiin/tsconfig": "^1.2.1",
"@sentry/types": "^8.42.0",
"@sentry/types": "^8.45.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.10.0",
"@swc/core": "^1.10.1",
"@swc/jest": "^0.2.37",
"@total-typescript/ts-reset": "^0.6.1",
"@types/cache-manager": "^4.0.6",
Expand All @@ -159,7 +159,7 @@
"@types/jest": "^29.5.14",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.17",
"@types/passport": "^1.0.17",
"@types/passport-facebook": "^3.0.3",
Expand All @@ -173,10 +173,10 @@
"@types/swagger-ui-express": "^4.1.7",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"husky": "^9.1.7",
"jest": "29.7.0",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"run-script-webpack-plugin": "^0.2.0",
"sample-env": "^2.0.8",
"supertest": "7.0.0",
Expand Down
Loading

0 comments on commit 653c5fc

Please sign in to comment.