fix(deps): update nest monorepo to v6.10.14

This commit is contained in:
Renovate Bot
2020-01-05 12:39:26 +00:00
parent 2090604744
commit bc995d8ae8
77 changed files with 759 additions and 759 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@nestjs/common": {
"version": "6.10.12",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-6.10.12.tgz",
"integrity": "sha512-UWQ3HqMDVAf85HNZAgahT0Ig7/4WGI1jE+UvZlNMIrLcI8y98LHwbS8fwHUxdRYW9L7NEDTYn8oBL6lS+z4OWA==",
"version": "6.10.14",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-6.10.14.tgz",
"integrity": "sha512-3msjd03BAIVV0hIrAUrB1KZFHBXLQFEg1i7mAdFbXzMQDoKzI8s0gRvFwlHnEAcMLvk3fKdYenrVkYJKC2dMBg==",
"requires": {
"axios": "0.19.0",
"cli-color": "2.0.0",
@@ -15,9 +15,9 @@
}
},
"@nestjs/core": {
"version": "6.10.12",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-6.10.12.tgz",
"integrity": "sha512-pZ+KK7BQ9OH6ZSQoakbodFTuoUqa14WDJ/d1GQZbDpkGGOv26rmitjHmuBRMkttkHHsSvLtU1Y2e4vtMFevDcA==",
"version": "6.10.14",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-6.10.14.tgz",
"integrity": "sha512-zjL7o9xuYXCCgkelt2xlCUGkd3XGlYFgj8D64owKMk2Rbj5kYUazdmf5DphZrn5N4qTgNh8UHAalNhdGX6mEqg==",
"requires": {
"@nuxtjs/opencollective": "0.2.2",
"fast-safe-stringify": "2.0.7",
@@ -154,9 +154,9 @@
"dev": true
},
"consola": {
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.11.1.tgz",
"integrity": "sha512-zFH/xFAE/KHJiWqwyTEDmdFe34Swc0pqMKJeowTvR3irepx8kKPu8bjaKzRd+RLjLH+0TvFxFBnohbSUQ+hOsw=="
"version": "2.11.3",
"resolved": "https://registry.npmjs.org/consola/-/consola-2.11.3.tgz",
"integrity": "sha512-aoW0YIIAmeftGR8GSpw6CGQluNdkWMWh3yEFjH/hmynTYnMtibXszii3lxCXmk8YxJtI3FAK5aTiquA5VH68Gw=="
},
"cookiejar": {
"version": "2.1.2",

View File

@@ -7,8 +7,8 @@
"start": "ts-node src/main"
},
"dependencies": {
"@nestjs/common": "6.10.12",
"@nestjs/core": "6.10.12",
"@nestjs/common": "6.10.14",
"@nestjs/core": "6.10.14",
"class-transformer": "0.2.3",
"class-validator": "0.11.0",
"reflect-metadata": "0.1.13",