chore(deps): update dependency @nestjs/common to ^8.2.6 (#146)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-01-20 15:49:05 +01:00 committed by GitHub
parent 33d4ea7e12
commit 977ec1f71b
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

@ -784,9 +784,9 @@
} }
}, },
"@nestjs/common": { "@nestjs/common": {
"version": "8.2.5", "version": "8.2.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.2.5.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.2.6.tgz",
"integrity": "sha512-8VOZmHcCyhBtfvxehDfudsCrNghUoqDpZA5W8d/PUhMgz4Y1eT0M2ENBIuxr3C3j1vLypFOo30La2ymfQlOC8Q==", "integrity": "sha512-flLYSXunxcKyjbYddrhwbc49uE705MxBt85rS3mHyhDbAIPSGGeZEqME44YyAzCg1NTfJSNe7ztmOce5kNkb9A==",
"dev": true, "dev": true,
"requires": { "requires": {
"axios": "0.24.0", "axios": "0.24.0",

View File

@ -30,7 +30,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand" "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "^8.2.5", "@nestjs/common": "^8.2.6",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
"@types/lodash": "^4.14.178", "@types/lodash": "^4.14.178",
@ -55,7 +55,7 @@
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^8.2.5", "@nestjs/common": "^8.2.6",
"express": "^4.17.1", "express": "^4.17.1",
"fastify": "^3.25.3", "fastify": "^3.25.3",
"typeorm": "^0.2.41" "typeorm": "^0.2.41"