chore(deps): update dependency @nestjs/common to ^8.4.3 (#192)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-30 12:09:03 +02:00 committed by GitHub
parent c99846eb16
commit 2646cb8c16
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

@ -988,9 +988,9 @@
}
},
"@nestjs/common": {
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.1.tgz",
"integrity": "sha512-g6beLHvJ2cCIdlW8Uui8rQh3+oxLOBLzDIk3yWH4ocp2HEgOJwF0iUv/pk33tFuwbXESIGMK8K165cpZUjNoxA==",
"version": "8.4.3",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.3.tgz",
"integrity": "sha512-QIhWykB7IPOwHQB/K9wMwmQKibQ5dhg9dt8ySOoD36uFFwN3RJQelzMFF9Rtu7hrMPk6pSyismEUKQ8BZMUD9w==",
"dev": true,
"requires": {
"axios": "0.26.1",

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.1",
"@nestjs/common": "^8.4.3",
"@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.1",
"@nestjs/common": "^8.4.3",
"express": "^4.17.3",
"fastify": "^3.27.4",
"typeorm": "^0.2.45"