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, 2024
1 parent 1d833e2 commit 5be0597
Show file tree
Hide file tree
Showing 2 changed files with 643 additions and 545 deletions.
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.8.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"description": "NestJS + MikroORM blog example with batteries included",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -56,9 +56,9 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/client-ses": "^3.679.0",
"@casl/ability": "^6.7.1",
"@aws-sdk/client-s3": "^3.685.0",
"@aws-sdk/client-ses": "^3.682.0",
"@casl/ability": "^6.7.2",
"@date-fns/utc": "^2.1.0",
"@golevelup/nestjs-rabbitmq": "^5.5.0",
"@golevelup/nestjs-stripe": "^0.8.2",
Expand All @@ -71,7 +71,7 @@
"@mikro-orm/reflection": "6.3.13",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nest-lab/throttler-storage-redis": "^1.0.0",
"@nestjs/axios": "^3.1.0",
"@nestjs/axios": "^3.1.1",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "10.4.6",
"@nestjs/config": "^3.3.0",
Expand All @@ -91,15 +91,15 @@
"@ntegral/nestjs-sentry": "^4.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.114.0",
"@sentry/node": "^8.35.0",
"@sentry/node": "^8.36.0",
"@socket.io/redis-adapter": "^8.3.0",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.41.1",
"cache-manager": "5.7.6",
"cache-manager-ioredis-yet": "^2.1.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
"compression": "^1.7.5",
"date-fns": "^4.1.0",
"eta": "^3.5.0",
"firebase-admin": "^12.7.0",
Expand All @@ -113,7 +113,7 @@
"nestjs-i18n": "^10.4.9",
"nestjs-minio": "^2.6.2",
"nestjs-pino": "^4.1.0",
"nodemailer": "^6.9.15",
"nodemailer": "^6.9.16",
"otplib": "^12.0.1",
"passport": "0.7.0",
"passport-facebook": "^3.0.0",
Expand Down Expand Up @@ -144,13 +144,13 @@
"@mikro-orm/cli": "6.3.13",
"@mikro-orm/seeder": "6.3.13",
"@nestjs/cli": "10.4.5",
"@nestjs/schematics": "10.2.2",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.6",
"@rubiin/tsconfig": "^1.2.1",
"@sentry/types": "^8.35.0",
"@sentry/types": "^8.36.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.7.40",
"@swc/jest": "^0.2.36",
"@swc/core": "^1.7.42",
"@swc/jest": "^0.2.37",
"@total-typescript/ts-reset": "^0.6.1",
"@types/cache-manager": "^4.0.6",
"@types/cache-manager-redis-store": "^2.0.4",
Expand All @@ -159,21 +159,21 @@
"@types/jest": "^29.5.14",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^22.8.1",
"@types/node": "^22.8.7",
"@types/nodemailer": "^6.4.16",
"@types/passport": "^1.0.16",
"@types/passport": "^1.0.17",
"@types/passport-facebook": "^3.0.3",
"@types/passport-google-oauth20": "^2.0.16",
"@types/passport-jwt": "^4.0.1",
"@types/preview-email": "^3.0.4",
"@types/preview-email": "^3.1.0",
"@types/qrcode": "^1.5.5",
"@types/qs": "6.9.16",
"@types/supertest": "6.0.2",
"@types/swagger-stats": "^0.95.11",
"@types/swagger-ui-express": "^4.1.6",
"@types/swagger-ui-express": "^4.1.7",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"husky": "^9.1.6",
"jest": "29.7.0",
"lint-staged": "^15.2.10",
Expand All @@ -185,7 +185,7 @@
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-node-externals": "^3.0.0"
},
"mikro-orm": {
Expand Down
Loading

0 comments on commit 5be0597

Please sign in to comment.