Skip to content

Commit

Permalink
chore: update nestjs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
melishev authored Jan 15, 2025
1 parent 015a10a commit 56c392d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
}
},
"dependencies": {
"@nestjs/axios": "~3.1.1",
"@nestjs/common": "~10.4.6",
"@nestjs/core": "~10.4.6",
"@nestjs/platform-express": "10.4.6",
"@nestjs/axios": "^3.1.2",
"@nestjs/common": "^10.4.15",
"@nestjs/core": "^10.4.15",
"@nestjs/platform-express": "^10.4.15",
"@nuxtjs/opencollective": "0.3.2",
"axios": "^1.6.5",
"chalk": "4.1.2",
Expand All @@ -103,8 +103,8 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.6",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.15",
"@nx/eslint": "20.0.7",
"@nx/eslint-plugin": "20.0.7",
"@nx/jest": "20.0.7",
Expand Down

0 comments on commit 56c392d

Please sign in to comment.