Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2020
1 parent 1c8bc49 commit 3e8c04f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"homepage": "https://github.com/nest-modules/mailer#readme",
"dependencies": {
"@nestjs/common": "7.0.5",
"@nestjs/core": "7.0.5",
"@nestjs/common": "7.0.6",
"@nestjs/core": "7.0.6",
"css-inliner": "1.1.4",
"glob": "7.1.6",
"handlebars": "4.7.3",
Expand All @@ -44,7 +44,7 @@
"rxjs": "6.5.4"
},
"devDependencies": {
"@nestjs/testing": "7.0.5",
"@nestjs/testing": "7.0.6",
"@types/glob": "7.1.1",
"@types/jest": "25.1.4",
"@types/lodash": "4.14.149",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,20 +351,20 @@
"@types/yargs" "^15.0.0"
chalk "^3.0.0"

"@nestjs/[email protected].5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.5.tgz#244069292d4bbdc338a6700e86e7775f2168260d"
integrity sha512-9h7FDyg3rSjztTe9mLhvdIeGpqoNf2uwpJIeyizRcQFAdQfJWiPsV2mRkt/VYdit+nrv6C1ADtvQD47qqUuj6A==
"@nestjs/[email protected].6":
version "7.0.6"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.6.tgz#881d5922547f98bc041c52039abb7119e85373d6"
integrity sha512-El7uZjfGf8EOmIoRMxh8ZXTiWt80EKHC+sa2TBgFPNQXs/qRbVSznXH0htN2s17kawJuhaTCFhRSrDHNoI790A==
dependencies:
axios "0.19.2"
cli-color "2.0.0"
tslib "1.11.1"
uuid "7.0.2"

"@nestjs/[email protected].5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.5.tgz#6fc07527f7b1434cac088322c231539c8a41a416"
integrity sha512-imIkdGOeraURKLGAGB5UT/9Lz5Hvujn6wJ0ONEXb7MvbmkbmIe1K4Mj8hngQc9/PXMssslVE7tbFLNsiG2Rubg==
"@nestjs/[email protected].6":
version "7.0.6"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.6.tgz#803592cfb6decd33f5e3140d1513cbd7dd3c4aff"
integrity sha512-Gpwno6vJa89c3E5kaJ7ijI7MLS2nC4ichEeBptpUB8loHRFdB7KBi/g6UYRfbinrW07A9joncnHyO/+WqFjdbQ==
dependencies:
"@nuxtjs/opencollective" "0.2.2"
fast-safe-stringify "2.0.7"
Expand All @@ -374,10 +374,10 @@
tslib "1.11.1"
uuid "7.0.2"

"@nestjs/[email protected].5":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.5.tgz#b6d6ee4de31669e87e231d18b73f2f76e358719c"
integrity sha512-pk30gGvgcymftm6PJELTSpOd9txYl11YgTwU1WOXjTtHxzYQscIMU2+eUi5JOZlKcC9/tVMZ5K/G6IxS9UWDPQ==
"@nestjs/[email protected].6":
version "7.0.6"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.6.tgz#fe57fa854ab8da27b619f2a6d0bb89a9b46b51af"
integrity sha512-PCRkIcpF2xIGJcM5uwDWSstlXG3o+WMNNfdYN6zZz9UWZOhWpRyGtIjkBctdJ5nFIAW3WSFMgrmwi68iklZONw==
dependencies:
optional "0.1.4"
tslib "1.11.1"
Expand Down

0 comments on commit 3e8c04f

Please sign in to comment.