Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 18, 2021
1 parent 478f5a3 commit cc88504
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": {
"@nestjs/common": "8.2.1",
"@nestjs/core": "8.2.1",
"@nestjs/platform-express": "8.2.1",
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/platform-express": "8.2.2",
"@nuxtjs/opencollective": "0.3.2",
"chalk": "4.1.2",
"commander": "8.3.0",
Expand All @@ -106,7 +106,7 @@
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.1",
"@nestjs/testing": "8.2.2",
"@nrwl/eslint-plugin-nx": "12.10.0",
"@nrwl/jest": "12.10.0",
"@nrwl/nest": "12.10.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1051,20 +1051,20 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@nestjs/[email protected].1":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-8.2.1.tgz#2067d7dda6d1741f0dbffbef7a771851704fd2eb"
integrity sha512-xtcvRm46hyLVacMEfGJq4byFVkkP/xo255Em1T6BISyqJe2Cf2eCHSVOwxElDCIlonpGwrJhWosGgyOUgWk1iw==
"@nestjs/[email protected].2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-8.2.2.tgz#44bbdd85ce7918083b04b00e2e88204cb655587a"
integrity sha512-Qy8GUFwV34YCw34fbFkyBi9bhDPPBacVhZMUxVUmnoqBL8GEdSpPDzW6epbl+IF1Q6TACK5L8WvTkd5V3/Eifw==
dependencies:
axios "0.24.0"
iterare "1.2.1"
tslib "2.3.1"
uuid "8.3.2"

"@nestjs/[email protected].1":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-8.2.1.tgz#dd9540ade8cc13e274e0dbf4d54ece288fde5cae"
integrity sha512-5JyCBd+gDkl32Xa7ZRp2cvLR/elPSE/T4egtMFvSwQJDhek+djp9jaVq5PYvsBgaCr/HSHHrLIQ72nnDRLTisQ==
"@nestjs/[email protected].2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-8.2.2.tgz#4ad1608be81090a6e2b734f718c7e70de3826328"
integrity sha512-89ChFrPfePOlcEqpCYU+tExsGZTXxyieVIrRZXqxxbxhS6sf2VqF84zXK9NhVqISZdDwGmDTy+yKu0k2h/FHVA==
dependencies:
"@nuxtjs/opencollective" "0.3.2"
fast-safe-stringify "2.1.1"
Expand All @@ -1074,10 +1074,10 @@
tslib "2.3.1"
uuid "8.3.2"

"@nestjs/[email protected].1":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-8.2.1.tgz#e9d6bbc6a07487a45fecc9711019c56962bf4b1d"
integrity sha512-/pvmrQq71xkUAta9ThQPPSgNv3VEuWYgonVuNFMsdZpFp/tVrrwoTuXVk8Y/7Wf3DQnxeDL9Wy2L0d/3CqBSBQ==
"@nestjs/[email protected].2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-8.2.2.tgz#08d732c6fbcc38adbea0f0722321c460a73aab10"
integrity sha512-oguwjj5nZ0StC8ZakMy+lAPp8Fxnq/mmH6QXamYdMIo37UX4AsNUshaOYGTfEgO0Hp2rH0pPpkRo3/b5n59M7w==
dependencies:
body-parser "1.19.0"
cors "2.8.5"
Expand Down Expand Up @@ -1106,10 +1106,10 @@
fs-extra "9.0.1"
pluralize "8.0.0"

"@nestjs/[email protected].1":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-8.2.1.tgz#405a56ddcfd6eee13a03952f3ef0806867f834f6"
integrity sha512-nUxsFVwUdagSQSWhnyqZVOeq32Lzzy1bOcJ0Ot0E12pcg8hZenKTQAwLcjbpFIVKKxYgl9P340csSjPN80uI8A==
"@nestjs/[email protected].2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-8.2.2.tgz#329d91fa9236c218e7ca9d6bf80711490ecac39a"
integrity sha512-TeNdmjSMKKCw6Z4duu5h4FuGtBV0SXqM4qxLytFJ6ZobaODjqh85u9fWqJlthH+XuHslVYsmNBkCeNrgzyrL8A==
dependencies:
optional "0.1.4"
tslib "2.3.1"
Expand Down

0 comments on commit cc88504

Please sign in to comment.