Skip to content

Commit

Permalink
fix(deps): update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent e3d48e3 commit a6460db
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 275 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "MIT",
"name": "crystal-nest",
"description": "A Nest rewrite of crystal, the SOS Discord bot",
"version": "0.5.1-192",
"version": "0.5.1-193",
"author": "Jonas Schultheiss <[email protected]> (https://jonasschultheiss.dev)",
"keywords": [
"discord",
Expand Down Expand Up @@ -42,10 +42,10 @@
"dependencies": {
"@discord-nestjs/common": "4.0.8",
"@discord-nestjs/core": "4.3.1",
"@nestjs/common": "10.4.5",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.4.5",
"@nestjs/platform-express": "10.4.5",
"@nestjs/common": "10.4.15",
"@nestjs/config": "3.3.0",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"bufferutil": "4.0.8",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -59,9 +59,9 @@
"zlib-sync": "0.1.9"
},
"devDependencies": {
"@nestjs/cli": "10.4.5",
"@nestjs/schematics": "10.2.2",
"@nestjs/testing": "10.4.5",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.15",
"@types/express": "5.0.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.6",
Expand Down
Loading

0 comments on commit a6460db

Please sign in to comment.