chore(deps): update dependency @nestjs/common to ^8.4.6 (#228)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-06-13 09:21:42 +02:00 committed by GitHub
parent 80dbbb504f
commit bdb799f329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -12,7 +12,7 @@
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "^8.4.5", "@nestjs/common": "^8.4.6",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "^27.5.1", "@types/jest": "^27.5.1",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
@ -34,7 +34,7 @@
"typescript": "^4.7.3" "typescript": "^4.7.3"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^8.4.5", "@nestjs/common": "^8.4.6",
"express": "^4.18.1", "express": "^4.18.1",
"fastify": "^3.29.0", "fastify": "^3.29.0",
"typeorm": "^0.2.45" "typeorm": "^0.2.45"
@ -1128,9 +1128,9 @@
} }
}, },
"node_modules/@nestjs/common": { "node_modules/@nestjs/common": {
"version": "8.4.5", "version": "8.4.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.5.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.6.tgz",
"integrity": "sha512-DL30hLtcmosOWGRFrU1YYB59k+7FGX82sbq2QiXLsEXuSig8ZzFm8LR+tD8CX+aKabU9t1GGc18HLjFud/3sww==", "integrity": "sha512-INp1ERDrLiQ4GwRc3zotTwBLZm2sIwcJwnBE2yXqsth17KijmoVmY8UB5Tares0IlwjsqlRFWkCX8uWE5rzbSA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"axios": "0.27.2", "axios": "0.27.2",
@ -8366,9 +8366,9 @@
} }
}, },
"@nestjs/common": { "@nestjs/common": {
"version": "8.4.5", "version": "8.4.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.5.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.6.tgz",
"integrity": "sha512-DL30hLtcmosOWGRFrU1YYB59k+7FGX82sbq2QiXLsEXuSig8ZzFm8LR+tD8CX+aKabU9t1GGc18HLjFud/3sww==", "integrity": "sha512-INp1ERDrLiQ4GwRc3zotTwBLZm2sIwcJwnBE2yXqsth17KijmoVmY8UB5Tares0IlwjsqlRFWkCX8uWE5rzbSA==",
"dev": true, "dev": true,
"requires": { "requires": {
"axios": "0.27.2", "axios": "0.27.2",

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.4.5", "@nestjs/common": "^8.4.6",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "^27.5.1", "@types/jest": "^27.5.1",
"@types/lodash": "^4.14.182", "@types/lodash": "^4.14.182",
@ -55,7 +55,7 @@
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^8.4.5", "@nestjs/common": "^8.4.6",
"express": "^4.18.1", "express": "^4.18.1",
"fastify": "^3.29.0", "fastify": "^3.29.0",
"typeorm": "^0.2.45" "typeorm": "^0.2.45"