Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 17, 2020
1 parent b959b68 commit 62a1fd5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
},
"dependencies": {
"@nuxtjs/opencollective": "0.3.2",
"@nestjs/common": "7.6.2",
"@nestjs/core": "7.6.2",
"@nestjs/platform-express": "7.6.2",
"@nestjs/common": "7.6.3",
"@nestjs/core": "7.6.3",
"@nestjs/platform-express": "7.6.3",
"chalk": "4.1.0",
"commander": "6.2.1",
"compare-versions": "3.6.0",
Expand All @@ -105,7 +105,7 @@
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@nestjs/schematics": "7.2.5",
"@nestjs/testing": "7.6.2",
"@nestjs/testing": "7.6.3",
"@nrwl/eslint-plugin-nx": "11.0.10",
"@nrwl/jest": "11.0.10",
"@nrwl/nest": "11.0.10",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -742,20 +742,20 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@nestjs/[email protected].2":
version "7.6.2"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.6.2.tgz#e3d4ba16be22f6068b61d5d640c30b7628507182"
integrity sha512-xsm/Arje/ePw8MrLFCmjyS8TXGPGG9vm0/E32CH87i27dmdlZ4OLwJ2NntLrhLWoa121bgIiRjVdxLIVWJk4EQ==
"@nestjs/[email protected].3":
version "7.6.3"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.6.3.tgz#95cd05af4f8f023b7ba34fd27e9fa5f3ce2b8da7"
integrity sha512-y6aOMZfWSBnAPi2g/UuhK0IIGNafIvgxAmOVjw9punui1mFpkBe0c0hkEnUOG3iDEVncqooqEgln48D160JA5g==
dependencies:
axios "0.21.0"
iterare "1.2.1"
tslib "2.0.3"
uuid "8.3.2"

"@nestjs/[email protected].2":
version "7.6.2"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.6.2.tgz#059243524e004e31e92a9524a5b410dd64f13b75"
integrity sha512-cIL/fpd2rwniQtxQSfsDb+lFwj6Rwahtqb8iA8VCTLqsQISNxjJwtsyG+UKBuSmJjDWfYqNjb8Y124ZrKJpDgg==
"@nestjs/[email protected].3":
version "7.6.3"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.6.3.tgz#0b3c3518b6ec5e2ca3d5751820d4142639e3c24f"
integrity sha512-sOtIcuEYoj0PXhF/aULIXAUS5SW9wYLGkIAtkk8DMjW2CJJkCuAPIQk7LIqAS6tRDnXTluexnQ6artolVd/iDg==
dependencies:
"@nuxtjs/opencollective" "0.3.2"
fast-safe-stringify "2.0.7"
Expand All @@ -765,10 +765,10 @@
tslib "2.0.3"
uuid "8.3.2"

"@nestjs/[email protected].2":
version "7.6.2"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.6.2.tgz#dbcc4b8b6592b0da6331a993a97b4912ce5d5749"
integrity sha512-PkaLelrAZIeIHqcXiIWXhbMLfqiQ0xjHUO4ErR4fyAZ/hKQR2yfejm/z2Ix1e0Z7d0mpG1jPtLzSmQs8x/Sovw==
"@nestjs/[email protected].3":
version "7.6.3"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.6.3.tgz#a5181d0b9834f13a6faaf84ddba09705876358dc"
integrity sha512-KkO2qRC0lRhNCBUx3lM/9d78N852UQ6eiJHlh6uGOeei1tlRHOM9V+9aehzC+4/+K6+KSZmqG6a3ZXdibu6WiA==
dependencies:
body-parser "1.19.0"
cors "2.8.5"
Expand Down Expand Up @@ -796,10 +796,10 @@
fs-extra "9.0.1"
pluralize "8.0.0"

"@nestjs/[email protected].2":
version "7.6.2"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.6.2.tgz#0b29add9a86302e3b59b0665df4c382c1420c32d"
integrity sha512-mGRp9W8v8TXoHKuCu6Am+1dzO3q7lCNO0CW3JmmphVlUSa5BV4Dj3dHi7q3i6e1zQ7IK/gjJBjG59VWLwR4lPQ==
"@nestjs/[email protected].3":
version "7.6.3"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.6.3.tgz#011f8061375eed9761788e0d773b80215f7ec159"
integrity sha512-rc8Xh/Kq5VXKws0tQYahAxM6gXt310qJBpxTlhVWdXOjGSTYU6jCoZNLYYc3DgOsrBgEDF2db38Fy4h3ck7oLQ==
dependencies:
optional "0.1.4"
tslib "2.0.3"
Expand Down

0 comments on commit 62a1fd5

Please sign in to comment.