chore(deps): update dependency @nestjs/common to ^8.4.5 (#207)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-14 20:05:52 +02:00 committed by GitHub
parent 0b19662e30
commit 36b1ed7aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -12,7 +12,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@nestjs/common": "^8.4.3",
"@nestjs/common": "^8.4.5",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
@ -34,7 +34,7 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"@nestjs/common": "^8.4.3",
"@nestjs/common": "^8.4.5",
"express": "^4.17.3",
"fastify": "^3.29.0",
"typeorm": "^0.2.45"

View File

@ -30,7 +30,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"devDependencies": {
"@nestjs/common": "^8.4.3",
"@nestjs/common": "^8.4.5",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
@ -55,7 +55,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@nestjs/common": "^8.4.3",
"@nestjs/common": "^8.4.5",
"express": "^4.17.3",
"fastify": "^3.29.0",
"typeorm": "^0.2.45"