chore(deps): update dependency @nestjs/common to ^8.4.1 (#187)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-14 20:15:16 +01:00 committed by GitHub
parent 6c2bd1b889
commit b188de181f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -979,12 +979,12 @@
}
},
"@nestjs/common": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.0.tgz",
"integrity": "sha512-uvm1Ccw0qRka/Gd5Mo5A2MQo9ItwewPes1fE2SBboennPojoiJ4A3iKirtlPuxsL+HQ4oD5eO02OsDyLYL2z6w==",
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.1.tgz",
"integrity": "sha512-g6beLHvJ2cCIdlW8Uui8rQh3+oxLOBLzDIk3yWH4ocp2HEgOJwF0iUv/pk33tFuwbXESIGMK8K165cpZUjNoxA==",
"dev": true,
"requires": {
"axios": "0.26.0",
"axios": "0.26.1",
"iterare": "1.2.1",
"tslib": "2.3.1",
"uuid": "8.3.2"
@ -1590,9 +1590,9 @@
"optional": true
},
"axios": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.0.tgz",
"integrity": "sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==",
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz",
"integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==",
"dev": true,
"requires": {
"follow-redirects": "^1.14.8"

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.0",
"@nestjs/common": "^8.4.1",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.179",
@ -55,7 +55,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@nestjs/common": "^8.4.0",
"@nestjs/common": "^8.4.1",
"express": "^4.17.3",
"fastify": "^3.27.4",
"typeorm": "^0.2.45"