chore(deps): update nest monorepo to v7.0.9 (#60)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-04-24 13:44:08 +03:00 committed by GitHub
parent d2c83e4921
commit 297bb8f147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

22
package-lock.json generated
View File

@ -34,22 +34,22 @@
}
},
"@nestjs/common": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.0.7.tgz",
"integrity": "sha512-qAYtNtEv5GvHOeHEJVYOHYeqT+vVMW4YM63D8xWAAkQRcFUFDO9oRzi+Y27gRA1nY7DfgMk2OO5bD4+OzIm//g==",
"version": "7.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.0.9.tgz",
"integrity": "sha512-rmx955Oa5qXDuupYpOeT6wVcI5fS3A89Xzf7+yqIB9NFdWht1vdAhAviuBWtWskyGet3PyDiCOUY7LKSXaql5w==",
"dev": true,
"requires": {
"axios": "0.19.2",
"cli-color": "2.0.0",
"iterare": "1.2.0",
"tslib": "1.11.1",
"uuid": "7.0.2"
"uuid": "7.0.3"
}
},
"@nestjs/core": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.0.7.tgz",
"integrity": "sha512-0ncPhn8foK3HqUHNlHcvOLv999djD888/nmVuEyFlnjcte34/kqNQNEEq2tMnPy9lfaKtl/P4Ibr02CCN+oLcg==",
"version": "7.0.9",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.0.9.tgz",
"integrity": "sha512-+aK0ihzxWOLxUGssx61ogOOe6Jl/Oac+45q/7tAKNNcVvNwh+IJyCx5stA3S4m7yXPCIbI8kjhWd5ugGT4tyoA==",
"dev": true,
"requires": {
"@nuxtjs/opencollective": "0.2.2",
@ -58,7 +58,7 @@
"object-hash": "2.0.3",
"path-to-regexp": "3.2.0",
"tslib": "1.11.1",
"uuid": "7.0.2"
"uuid": "7.0.3"
}
},
"@nuxtjs/opencollective": {
@ -2917,9 +2917,9 @@
}
},
"uuid": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.2.tgz",
"integrity": "sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz",
"integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==",
"dev": true
},
"v8-compile-cache": {

View File

@ -37,8 +37,8 @@
"telegraf": "3.37.0"
},
"devDependencies": {
"@nestjs/common": "7.0.7",
"@nestjs/core": "7.0.7",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@typescript-eslint/eslint-plugin": "2.27.0",
"@typescript-eslint/parser": "2.27.0",
"eslint": "6.8.0",