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

This commit is contained in:
Renovate Bot
2019-12-13 08:45:49 +00:00
parent 2c5cfe543a
commit 3f317856d1
73 changed files with 592 additions and 592 deletions

View File

@@ -25,9 +25,9 @@
}
},
"@nestjs/common": {
"version": "6.10.9",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-6.10.9.tgz",
"integrity": "sha512-grCipqJDnSvwBG21ALoCwh0S7ACJG0NVIEqKCOwyzQ0jBwZPwT1kZHvRfFIdp+Pksm4Ysk71bl6PlUN0N26u1Q==",
"version": "6.10.11",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-6.10.11.tgz",
"integrity": "sha512-XVdf7sChWY1Gt+q253W7P+wqiuyKU4MayoMKZOFCgZwDXNrpNdi85OaYG3Vte6RiWpJ94Q78rGNU91OGNBlplw==",
"requires": {
"axios": "0.19.0",
"cli-color": "2.0.0",
@@ -35,9 +35,9 @@
}
},
"@nestjs/core": {
"version": "6.10.9",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-6.10.9.tgz",
"integrity": "sha512-pw+sQIFFvaxr3yhoZvie6zyBGagoLXMQlqgGiAGcuJxmcQMLzGD+YTLre8/V+u5dGzi+elhEQc8NQrVRJzjGhQ==",
"version": "6.10.11",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-6.10.11.tgz",
"integrity": "sha512-OQ4y050ieaF2bSFWAnYnN5uib8YnIqzvCNeOodCXQwRa0SDkWxP7+AYxMuRdMry+5yHiCTEhb0F6nEsvvmIqig==",
"requires": {
"@nuxtjs/opencollective": "0.2.2",
"fast-safe-stringify": "2.0.7",

View File

@@ -9,8 +9,8 @@
"start:prod": "node dist/main.js"
},
"dependencies": {
"@nestjs/common": "6.10.9",
"@nestjs/core": "6.10.9",
"@nestjs/common": "6.10.11",
"@nestjs/core": "6.10.11",
"@nestjs/typeorm": "6.2.0",
"mysql": "2.17.1",
"reflect-metadata": "0.1.13",