Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 22, 2021
1 parent 5843e3c commit 216fbbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/application/files/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/platform-express": "8.2.2",
"@nestjs/common": "8.2.3",
"@nestjs/core": "8.2.3",
"@nestjs/platform-express": "8.2.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.4.0"
},
"devDependencies": {
"@nestjs/cli": "8.1.5",
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.2",
"@nestjs/testing": "8.2.3",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@types/express": "4.17.13",
Expand Down

0 comments on commit 216fbbe

Please sign in to comment.