Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 22, 2020
1 parent 363b944 commit b3b3ec9
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.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",
Expand All @@ -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",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,20 +343,20 @@
"@types/yargs" "^15.0.0"
chalk "^3.0.0"

"@nestjs/[email protected].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/[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==
dependencies:
axios "0.19.2"
cli-color "2.0.0"
tslib "1.11.1"
uuid "7.0.2"

"@nestjs/[email protected].3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.3.tgz#4e2e653d640b9dff4d0574cb7147f12c1322bbd8"
integrity sha512-uIIcM+a2IoV2aqHHMtnDGOy81CMNNNm3xpJIFLjS74OqCGpE4skqiFIZRsB1cIeip1EtVh7IzU0xXo0JrIZEQA==
"@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==
dependencies:
"@nuxtjs/opencollective" "0.2.2"
fast-safe-stringify "2.0.7"
Expand All @@ -366,10 +366,10 @@
tslib "1.11.1"
uuid "7.0.2"

"@nestjs/[email protected].3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.3.tgz#a53a8e56e59d6d5036ab427cd35db305abb0b9a4"
integrity sha512-2LTSigaiCO1AiZcJtdRlElCOhO3+AX4hWfgly46sDhJftx57E0AX3HHnrESwuMZAONYzp1QEXjEi5bpY24j2rw==
"@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==
dependencies:
optional "0.1.4"
tslib "1.11.1"
Expand Down

0 comments on commit b3b3ec9

Please sign in to comment.