Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: darraghoriordan/nest-backend-libs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 896a421e0352eeb3ef5174a1b36cb80aa8ca43b2
Choose a base ref
..
head repository: darraghoriordan/nest-backend-libs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 081d93a518496811a3612aacf5accbc55987e014
Choose a head ref
Showing with 89 additions and 89 deletions.
  1. +7 −7 package.json
  2. +82 −82 pnpm-lock.yaml
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -72,21 +72,21 @@
"@nestjs/axios": "4.0.0",
"@nestjs/bull": "11.0.1",
"@nestjs/cache-manager": "3.0.0",
"@nestjs/common": "11.0.4",
"@nestjs/common": "11.0.5",
"@nestjs/config": "4.0.0",
"@nestjs/core": "11.0.4",
"@nestjs/microservices": "11.0.4",
"@nestjs/passport": "11.0.4",
"@nestjs/platform-express": "11.0.4",
"@nestjs/swagger": "11.0.2",
"@nestjs/core": "11.0.5",
"@nestjs/microservices": "11.0.5",
"@nestjs/passport": "11.0.5",
"@nestjs/platform-express": "11.0.5",
"@nestjs/swagger": "11.0.3",
"@nestjs/terminus": "10.2.3",
"@nestjs/typeorm": "11.0.0",
"add": "2.0.6",
"auth0": "4.15.0",
"axios": "1.7.9",
"bull": "4.16.5",

"cache-manager": "6.3.2",
"cache-manager": "6.4.0",
"cache-manager-redis-yet": "5.1.5",
"chalk": "5.4.1",
"class-transformer": "0.5.1",
Loading