Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v5.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 9, 2019
1 parent 1996218 commit be42ee2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"homepage": "https://github.com/zlq4863947/dripjs#readme",
"devDependencies": {
"@nestjs/testing": "5.7.3",
"@nestjs/testing": "5.7.4",
"@types/jest": "24.0.11",
"@types/lodash": "4.14.122",
"@types/qs": "6.5.2",
Expand Down
2 changes: 1 addition & 1 deletion projects/intelligence/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "5.6.2",
"@nestjs/common": "5.7.4",
"@nestjs/core": "^5.3.0",
"@nestjs/microservices": "^5.3.0",
"@nestjs/testing": "^5.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,10 @@
path-to-regexp "2.2.1"
uuid "3.3.2"

"@nestjs/[email protected].3":
version "5.7.3"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-5.7.3.tgz#e7f0a070d73a009347963dbc993ee92bd083bef5"
integrity sha512-rBc/pmvYhdESbKiBDWa+jL4fzcwzkgS61ls5f2eoOxQLyFmNGCQnFPG9J4xjZwYUwcYTH8SMEwjqAa5s65gehQ==
"@nestjs/[email protected].4":
version "5.7.4"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-5.7.4.tgz#418e993416bd0c1b27b3adf14cc7d59f4ff2a622"
integrity sha512-3lIsTmkdkFJODxiMFtVmAIxCmXMnVcUU9fhHmzO20S3ERZ+hAFZDXuB3vTwFEiBzxva0fKZw6OnnqTlDyGNXaw==
dependencies:
deprecate "1.0.0"
optional "0.1.4"
Expand Down

0 comments on commit be42ee2

Please sign in to comment.