Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 29, 2020
1 parent 3ff498c commit 064c4e0
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 36 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@nervosnetwork/ckb-sdk-core": "0.18.0",
"@nestjs/common": "6.11.7",
"@nestjs/core": "6.11.7",
"@nestjs/platform-express": "6.11.7",
"@nestjs/common": "7.0.7",
"@nestjs/core": "7.0.7",
"@nestjs/platform-express": "7.0.7",
"@nestjs/typeorm": "6.1.3",
"class-transformer": "0.2.3",
"class-validator": "0.11.0",
Expand All @@ -34,7 +34,7 @@
"typeorm": "0.2.24"
},
"devDependencies": {
"@nestjs/testing": "6.11.7",
"@nestjs/testing": "7.0.7",
"@types/express": "4.17.2",
"@types/jest": "24.0.17",
"@types/node": "10.14.15",
Expand Down
70 changes: 38 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,47 +345,48 @@
resolved "https://registry.yarnpkg.com/@nervosnetwork/ckb-types/-/ckb-types-0.18.0.tgz#186db6328b79233f328827f1f7b760ccb6f0bcc8"
integrity sha512-bA7Qq4DfkXKlvty7lO9IaPyXE/oJ/XyQ/cpaqI8T4K7wjSM0MB+pyH0xkb4iPYkxIfrdT6/ePqRqKW6P/6wK5w==

"@nestjs/common@6.11.7":
version "6.11.7"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-6.11.7.tgz#59b6e4a580b61f5d4964e4fca3a0cc8d52d73c5a"
integrity sha512-Rh3SYFAOLMlwZlWBsVNFo13Bt1NSoplOebs273w7ZRH8y3hTTsVcvJDKBAZ5a3RokEqYFZWjEXJpwRJ/7wzSNg==
"@nestjs/common@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.0.7.tgz#c79b742d9181dc5c8fda51b60bbf69c553cec3cf"
integrity sha512-qAYtNtEv5GvHOeHEJVYOHYeqT+vVMW4YM63D8xWAAkQRcFUFDO9oRzi+Y27gRA1nY7DfgMk2OO5bD4+OzIm//g==
dependencies:
axios "0.19.2"
cli-color "2.0.0"
tslib "1.10.0"
uuid "3.4.0"
iterare "1.2.0"
tslib "1.11.1"
uuid "7.0.2"

"@nestjs/core@6.11.7":
version "6.11.7"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-6.11.7.tgz#b4e6d23674e95013eda3811f1965821c1117975a"
integrity sha512-91C6GPpMj/Zbnntxb9ANyBeFeZ3zIbYrUQgoYK6dHX38Fn/a0ptCuy7Rv9X8GGsTEt984+nhL18+IlglKHMNnw==
"@nestjs/core@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.0.7.tgz#3fd3e49c9ff76662271fe2e78b35e0195c76fa2d"
integrity sha512-0ncPhn8foK3HqUHNlHcvOLv999djD888/nmVuEyFlnjcte34/kqNQNEEq2tMnPy9lfaKtl/P4Ibr02CCN+oLcg==
dependencies:
"@nuxtjs/opencollective" "0.2.2"
fast-safe-stringify "2.0.7"
iterare "1.2.0"
object-hash "2.0.2"
object-hash "2.0.3"
path-to-regexp "3.2.0"
tslib "1.10.0"
uuid "3.4.0"
tslib "1.11.1"
uuid "7.0.2"

"@nestjs/platform-express@6.11.7":
version "6.11.7"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-6.11.7.tgz#9b9990ee47f5bcefaa75e0e6a4db50298f968507"
integrity sha512-V9+y2jw6TmoI/VPiBjMQNOUpT4ebfZwEwkSm+rtZpPiz5pU+g4vCmJdmEXjTrUGJuxsFHK7YYryM6umBkoQdlA==
"@nestjs/platform-express@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-7.0.7.tgz#98067007365b015319d9d8421a1fc9d066f7b4df"
integrity sha512-jaQiJjz56Xv9BRBanTlEU+l8eo1fbugNoc4hNKeTFUPSPHQP3NULb5aeL8tbMnfHIxAdWhVueCmK+/TYLyQH8A==
dependencies:
body-parser "1.19.0"
cors "2.8.5"
express "4.17.1"
multer "1.4.2"
tslib "1.10.0"
tslib "1.11.1"

"@nestjs/testing@6.11.7":
version "6.11.7"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-6.11.7.tgz#bece1beddfb41c30baba80ba015ddfa8d401b6b6"
integrity sha512-VuciM/LfkX3PQkG5ILDCjf/FQD6mykMuU9wqmreeeO+Tigkcirst9Di7l55aWWIYiwlOBP2VBscFi68Njwrc0w==
"@nestjs/testing@7.0.7":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.0.7.tgz#c734ec7927efeccf24a6c58582ee0ee910d3045a"
integrity sha512-Qh6hXmRihHTNR5kzqvVmdFeRhhgpIeZxWibQoS+fvLqy8uLf2yoEAJge49eRgI4OSzAwEa/DkeovhMW/idxfFw==
dependencies:
optional "0.1.4"
tslib "1.10.0"
tslib "1.11.1"

"@nestjs/[email protected]":
version "6.1.3"
Expand Down Expand Up @@ -3664,10 +3665,10 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"

[email protected].2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.0.2.tgz#f7b2212dbe07d07e340ccd6004c59504fc4015cf"
integrity sha512-b+2AKjAf6uQlxxv8ChHdM+VT4eeX+ZSwv+pk2xIXZWbo+yxn4/En1iC+GHe/OFYa9on0AhFF2PvuAcFHoiiHaA==
[email protected].3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.0.3.tgz#d12db044e03cd2ca3d77c0570d87225b02e1e6ea"
integrity sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==

object-keys@^1.0.12:
version "1.1.1"
Expand Down Expand Up @@ -4935,7 +4936,12 @@ [email protected]:
minimist "^1.2.0"
strip-bom "^3.0.0"

[email protected], tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
[email protected]:
version "1.11.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==

tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
Expand Down Expand Up @@ -5152,10 +5158,10 @@ [email protected], uuid@^3.3.2:
resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==

uuid@3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
uuid@7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6"
integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==

validate-npm-package-license@^3.0.1:
version "3.0.4"
Expand Down

0 comments on commit 064c4e0

Please sign in to comment.