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 Mar 3, 2025
1 parent e66628c commit d272068
Show file tree
Hide file tree
Showing 2 changed files with 710 additions and 659 deletions.
30 changes: 15 additions & 15 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": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.2",
"description": "NestJS + MikroORM blog example with batteries included",
"author": {
"email": "roobin.bhandari@gmail.com",
Expand Down Expand Up @@ -56,8 +56,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.750.0",
"@aws-sdk/client-ses": "^3.750.0",
"@aws-sdk/client-s3": "^3.758.0",
"@aws-sdk/client-ses": "^3.758.0",
"@casl/ability": "^6.7.3",
"@date-fns/utc": "^2.1.0",
"@golevelup/nestjs-rabbitmq": "^5.7.0",
Expand All @@ -73,20 +73,20 @@
"@nest-lab/throttler-storage-redis": "^1.1.0",
"@nestjs/axios": "^4.0.0",
"@nestjs/cache-manager": "^3.0.0",
"@nestjs/common": "11.0.10",
"@nestjs/common": "11.0.11",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "11.0.10",
"@nestjs/core": "11.0.11",
"@nestjs/jwt": "^11.0.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^11.0.10",
"@nestjs/platform-socket.io": "^11.0.10",
"@nestjs/platform-express": "^11.0.11",
"@nestjs/platform-socket.io": "^11.0.11",
"@nestjs/schedule": "^5.0.1",
"@nestjs/serve-static": "^5.0.3",
"@nestjs/swagger": "^11.0.4",
"@nestjs/swagger": "^11.0.6",
"@nestjs/terminus": "^11.0.0",
"@nestjs/throttler": "^6.4.0",
"@nestjs/websockets": "^11.0.10",
"@nestjs/websockets": "^11.0.11",
"@ngneat/falso": "^7.3.0",
"@ntegral/nestjs-sentry": "^4.0.1",
"@paralleldrive/cuid2": "^2.2.2",
Expand Down Expand Up @@ -138,18 +138,18 @@
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@firebase/app-compat": "^0.2.50",
"@firebase/app-compat": "^0.2.51",
"@firebase/app-types": "^0.9.3",
"@golevelup/ts-jest": "^0.6.2",
"@mikro-orm/cli": "6.4.7",
"@mikro-orm/seeder": "6.4.7",
"@nestjs/cli": "11.0.4",
"@nestjs/cli": "11.0.5",
"@nestjs/schematics": "11.0.1",
"@nestjs/testing": "11.0.10",
"@nestjs/testing": "11.0.11",
"@rubiin/tsconfig": "^1.2.1",
"@sentry/types": "^8.55.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.10.18",
"@swc/core": "^1.11.5",
"@swc/jest": "^0.2.37",
"@total-typescript/ts-reset": "^0.6.1",
"@types/cache-manager": "^5.0.0",
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.13.5",
"@types/node": "^22.13.8",
"@types/nodemailer": "^6.4.17",
"@types/passport": "^1.0.17",
"@types/passport-facebook": "^3.0.3",
Expand All @@ -184,7 +184,7 @@
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"webpack": "^5.98.0",
"webpack-node-externals": "^3.0.0"
},
Expand Down
Loading

0 comments on commit d272068

Please sign in to comment.