chore(deps): update dependency @nestjs/common to ^8.0.6 (#61)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-12 10:13:08 +02:00 committed by GitHub
parent 3987288c9c
commit 0572ae1f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -955,9 +955,9 @@
}
},
"@nestjs/common": {
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.0.5.tgz",
"integrity": "sha512-RThK+LS10jN14Ly7L7v8IXZyoa9e+dGTEcqxZnYHWH5atufundo2K7wgtRJVlzUmYeHAh7Ra2HCo4tGI2g8o3g==",
"version": "8.0.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.0.6.tgz",
"integrity": "sha512-mSD000iYJDN2wjL2hbygCVNVvzvi3VW5EDc25gK1Bj3wUU2HR8m1qOAUBqcCaGIuvBb2cD/pnVkKklnsY0rKhw==",
"dev": true,
"requires": {
"axios": "0.21.1",

View File

@ -29,7 +29,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"devDependencies": {
"@nestjs/common": "^8.0.5",
"@nestjs/common": "^8.0.6",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.3",
@ -49,7 +49,7 @@
"typescript": "^4.3.5"
},
"peerDependencies": {
"@nestjs/common": "^8.0.5",
"@nestjs/common": "^8.0.6",
"express": "^4.17.1",
"typeorm": "^0.2.36"
},