Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 23, 2020
1 parent 43416c5 commit 657c4b1
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": "7.5.4",
"@nestjs/core": "7.5.4",
"@nestjs/platform-express": "7.5.4",
"@nestjs/common": "7.5.5",
"@nestjs/core": "7.5.5",
"@nestjs/platform-express": "7.5.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.6.3"
},
"devDependencies": {
"@nestjs/cli": "7.5.3",
"@nestjs/schematics": "7.2.2",
"@nestjs/testing": "7.5.4",
"@nestjs/testing": "7.5.5",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@types/express": "4.17.9",
Expand Down

0 comments on commit 657c4b1

Please sign in to comment.