chore(deps): update dependency @nestjs/common to ^9.1.6

This commit is contained in:
renovate[bot] 2022-10-24 14:58:41 +00:00
parent 67dd9c879f
commit 7bafb57109
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -12,7 +12,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@nestjs/common": "^9.1.5",
"@nestjs/common": "^9.1.6",
"@types/express": "^4.17.14",
"@types/jest": "^28.1.8",
"@types/lodash": "^4.14.186",
@ -34,7 +34,7 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"@nestjs/common": "^9.1.5",
"@nestjs/common": "^9.1.6",
"express": "^4.18.2",
"fastify": "^4.9.2",
"typeorm": "^0.3.10"
@ -1145,9 +1145,9 @@
}
},
"node_modules/@nestjs/common": {
"version": "9.1.5",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.1.5.tgz",
"integrity": "sha512-FVD6BCFVfwi4gGOE0/TXYiADGVNxq50auUzo12+LW38p+mx1AYLO+QGF/Kw985Ck9j/12arC/H4SITZqxK04Vg==",
"version": "9.1.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.1.6.tgz",
"integrity": "sha512-9Ttk9va/BwEab36RSXLZdRoPUX3DZHUpzseKEfqHVhnaUIsIMt7lVd79GQ1FroQ2FZqoCwcLyBowevXhrE1Wnw==",
"dev": true,
"dependencies": {
"iterare": "1.2.1",
@ -8219,9 +8219,9 @@
}
},
"@nestjs/common": {
"version": "9.1.5",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.1.5.tgz",
"integrity": "sha512-FVD6BCFVfwi4gGOE0/TXYiADGVNxq50auUzo12+LW38p+mx1AYLO+QGF/Kw985Ck9j/12arC/H4SITZqxK04Vg==",
"version": "9.1.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.1.6.tgz",
"integrity": "sha512-9Ttk9va/BwEab36RSXLZdRoPUX3DZHUpzseKEfqHVhnaUIsIMt7lVd79GQ1FroQ2FZqoCwcLyBowevXhrE1Wnw==",
"dev": true,
"requires": {
"iterare": "1.2.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": "^9.1.5",
"@nestjs/common": "^9.1.6",
"@types/express": "^4.17.14",
"@types/jest": "^28.1.8",
"@types/lodash": "^4.14.186",
@ -55,7 +55,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@nestjs/common": "^9.1.5",
"@nestjs/common": "^9.1.6",
"express": "^4.18.2",
"fastify": "^4.9.2",
"typeorm": "^0.3.10"