chore(deps): update nest monorepo to v7.0.7

This commit is contained in:
Renovate Bot 2020-03-29 17:42:37 +00:00
parent 458d223d0c
commit b513f6aea5
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 9 additions and 8 deletions

13
package-lock.json generated
View File

@ -34,21 +34,22 @@
}
},
"@nestjs/common": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.0.6.tgz",
"integrity": "sha512-El7uZjfGf8EOmIoRMxh8ZXTiWt80EKHC+sa2TBgFPNQXs/qRbVSznXH0htN2s17kawJuhaTCFhRSrDHNoI790A==",
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.0.7.tgz",
"integrity": "sha512-qAYtNtEv5GvHOeHEJVYOHYeqT+vVMW4YM63D8xWAAkQRcFUFDO9oRzi+Y27gRA1nY7DfgMk2OO5bD4+OzIm//g==",
"dev": true,
"requires": {
"axios": "0.19.2",
"cli-color": "2.0.0",
"iterare": "1.2.0",
"tslib": "1.11.1",
"uuid": "7.0.2"
}
},
"@nestjs/core": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.0.6.tgz",
"integrity": "sha512-Gpwno6vJa89c3E5kaJ7ijI7MLS2nC4ichEeBptpUB8loHRFdB7KBi/g6UYRfbinrW07A9joncnHyO/+WqFjdbQ==",
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.0.7.tgz",
"integrity": "sha512-0ncPhn8foK3HqUHNlHcvOLv999djD888/nmVuEyFlnjcte34/kqNQNEEq2tMnPy9lfaKtl/P4Ibr02CCN+oLcg==",
"dev": true,
"requires": {
"@nuxtjs/opencollective": "0.2.2",

View File

@ -38,8 +38,8 @@
"telegraf": "3.36.0"
},
"devDependencies": {
"@nestjs/common": "7.0.6",
"@nestjs/core": "7.0.6",
"@nestjs/common": "7.0.7",
"@nestjs/core": "7.0.7",
"husky": "4.2.3",
"lint-staged": "10.0.9",
"prettier": "2.0.2",