From b3b3ec9a653766bdc12e6cd93dfd0263a2d32ea5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Mar 2020 11:09:44 +0000 Subject: [PATCH] fix(deps): update nest monorepo to v7.0.5 --- package.json | 6 +++--- yarn.lock | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 4b15e859..9173a6f2 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ }, "homepage": "https://github.com/nest-modules/mailer#readme", "dependencies": { - "@nestjs/common": "7.0.3", - "@nestjs/core": "7.0.3", + "@nestjs/common": "7.0.5", + "@nestjs/core": "7.0.5", "css-inliner": "1.1.4", "glob": "7.1.6", "handlebars": "4.7.3", @@ -44,7 +44,7 @@ "rxjs": "6.5.4" }, "devDependencies": { - "@nestjs/testing": "7.0.3", + "@nestjs/testing": "7.0.5", "@types/glob": "7.1.1", "@types/jest": "25.1.4", "@types/lodash": "4.14.149", diff --git a/yarn.lock b/yarn.lock index edf67d0c..d9a649fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -343,20 +343,20 @@ "@types/yargs" "^15.0.0" chalk "^3.0.0" -"@nestjs/common@7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.3.tgz#89258b411b2f1a1704ba0289473f2ed8e32423db" - integrity sha512-ENfgocjBC8aWAvvjjCq/JFN94CIVX4FrXr12r66UEcw/GtCW/qAc/BVWGX//7MRtk95me82hBEQQx2kovL91bA== +"@nestjs/common@7.0.5": + version "7.0.5" + resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.5.tgz#244069292d4bbdc338a6700e86e7775f2168260d" + integrity sha512-9h7FDyg3rSjztTe9mLhvdIeGpqoNf2uwpJIeyizRcQFAdQfJWiPsV2mRkt/VYdit+nrv6C1ADtvQD47qqUuj6A== dependencies: axios "0.19.2" cli-color "2.0.0" tslib "1.11.1" uuid "7.0.2" -"@nestjs/core@7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.3.tgz#4e2e653d640b9dff4d0574cb7147f12c1322bbd8" - integrity sha512-uIIcM+a2IoV2aqHHMtnDGOy81CMNNNm3xpJIFLjS74OqCGpE4skqiFIZRsB1cIeip1EtVh7IzU0xXo0JrIZEQA== +"@nestjs/core@7.0.5": + version "7.0.5" + resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.5.tgz#6fc07527f7b1434cac088322c231539c8a41a416" + integrity sha512-imIkdGOeraURKLGAGB5UT/9Lz5Hvujn6wJ0ONEXb7MvbmkbmIe1K4Mj8hngQc9/PXMssslVE7tbFLNsiG2Rubg== dependencies: "@nuxtjs/opencollective" "0.2.2" fast-safe-stringify "2.0.7" @@ -366,10 +366,10 @@ tslib "1.11.1" uuid "7.0.2" -"@nestjs/testing@7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.3.tgz#a53a8e56e59d6d5036ab427cd35db305abb0b9a4" - integrity sha512-2LTSigaiCO1AiZcJtdRlElCOhO3+AX4hWfgly46sDhJftx57E0AX3HHnrESwuMZAONYzp1QEXjEi5bpY24j2rw== +"@nestjs/testing@7.0.5": + version "7.0.5" + resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.5.tgz#b6d6ee4de31669e87e231d18b73f2f76e358719c" + integrity sha512-pk30gGvgcymftm6PJELTSpOd9txYl11YgTwU1WOXjTtHxzYQscIMU2+eUi5JOZlKcC9/tVMZ5K/G6IxS9UWDPQ== dependencies: optional "0.1.4" tslib "1.11.1"