Skip to content

Commit

Permalink
fix(deps): update nestjs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent 442fe5c commit d9753d4
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 90 deletions.
12 changes: 6 additions & 6 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@nestjs-modules/mailer": "^1.8.1",
"@nestjs/axios": "^3.0.1",
"@nestjs/cli": "~10.0.0",
"@nestjs/common": "^9.4.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^9.4.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/schedule": "^4.0.0",
"@nestjs/swagger": "^7.0.0",
"@nestjs/typeorm": "^10.0.0",
"@types/geojson": "^7946.0.10",
Expand All @@ -55,8 +55,8 @@
"typeorm": "^0.3.15"
},
"devDependencies": {
"@nestjs/schematics": "^9.1.0",
"@nestjs/testing": "^9.4.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@openapitools/openapi-generator-cli": "^2.6.0",
"@types/jest": "^29.5.1",
"@types/jsonwebtoken": "^9.0.1",
Expand Down
122 changes: 41 additions & 81 deletions libs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"dependencies": {
"@angular/common": "^15.2.9",
"@angular/core": "^15.2.9",
"@nestjs/common": "^9.4.0",
"@nestjs/core": "^9.4.0",
"@nestjs/testing": "^9.4.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"leaflet": "~1.9.0",
"leaflet.markercluster": "~1.5.3",
"rxjs": "~7.8.0",
Expand Down

0 comments on commit d9753d4

Please sign in to comment.