chore(deps): update nest monorepo to v6.11.4 (#19)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-01-29 11:19:43 +03:00 committed by GitHub
parent d7ea9a34db
commit ddf81f4abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -34,9 +34,9 @@
}
},
"@nestjs/common": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-6.11.1.tgz",
"integrity": "sha512-ozraRypa0uA0I15lFkCuEC4BaJmruGetDW2VXuJ0hifSl98sHoj+XeZmW5QfNTl8ouPEJ46jc+HtBtyZ1IeR+A==",
"version": "6.11.4",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-6.11.4.tgz",
"integrity": "sha512-NOtDTUcCSoJAYN+4gvROkMkcDTdRQ+z39ngQQKYNMeXx2SOmTKXG6TaRVbiNN8Q1drri3ooqwG70PWiz/EQbPQ==",
"dev": true,
"requires": {
"axios": "0.19.2",
@ -46,9 +46,9 @@
}
},
"@nestjs/core": {
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-6.11.1.tgz",
"integrity": "sha512-pznpX6CzMkMeIilVDntEqmOJLwRA+GACBwD3GW1AJVaIe3xx2QlsClByiGz04vxKADUJvSC+EqJpUbx7ROTAHg==",
"version": "6.11.4",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-6.11.4.tgz",
"integrity": "sha512-l/2dlVLV9MTjtcza7Lk6iqfp5MR+BGt0yGc1wLWKbjibEckgtngQmbGSSbtXMjK/3lTvIX3VYle2k/2DV1vkfg==",
"dev": true,
"requires": {
"@nuxtjs/opencollective": "0.2.2",

View File

@ -37,8 +37,8 @@
"lodash": "4.17.15"
},
"devDependencies": {
"@nestjs/common": "6.11.1",
"@nestjs/core": "6.11.1",
"@nestjs/common": "6.11.4",
"@nestjs/core": "6.11.4",
"@types/lodash": "4.14.149",
"husky": "4.2.1",
"lint-staged": "10.0.3",