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

This commit is contained in:
renovate[bot] 2023-02-08 14:37:15 +00:00
parent bfd3d5474b
commit 38780469e0
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.3.5",
"@nestjs/common": "^9.3.7",
"@types/express": "^4.17.17",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
@ -34,7 +34,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@nestjs/common": "^9.3.5",
"@nestjs/common": "^9.3.7",
"express": "^4.18.2",
"fastify": "^4.12.0",
"typeorm": "^0.3.12"
@ -1195,9 +1195,9 @@
}
},
"node_modules/@nestjs/common": {
"version": "9.3.5",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.5.tgz",
"integrity": "sha512-18pEYuE+4Lj6r5kYbgy+S2Udmhxqd80dyVZkEcWt8mIwykVeGAITrJ/NIr26aQXoXXy0J3WNhqT7So3qh32ZZA==",
"version": "9.3.7",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.7.tgz",
"integrity": "sha512-7hwY2lIkmB+K8wPSP9T8auzKPSlO15Gzujl3/ZxLX9SBt6B7N5Niv5E+5AzOcfL+h2X8JGysMG620hiGbUsT9A==",
"dev": true,
"dependencies": {
"iterare": "1.2.1",
@ -8340,9 +8340,9 @@
}
},
"@nestjs/common": {
"version": "9.3.5",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.5.tgz",
"integrity": "sha512-18pEYuE+4Lj6r5kYbgy+S2Udmhxqd80dyVZkEcWt8mIwykVeGAITrJ/NIr26aQXoXXy0J3WNhqT7So3qh32ZZA==",
"version": "9.3.7",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.7.tgz",
"integrity": "sha512-7hwY2lIkmB+K8wPSP9T8auzKPSlO15Gzujl3/ZxLX9SBt6B7N5Niv5E+5AzOcfL+h2X8JGysMG620hiGbUsT9A==",
"dev": true,
"requires": {
"iterare": "1.2.1",

View File

@ -31,7 +31,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"devDependencies": {
"@nestjs/common": "^9.3.5",
"@nestjs/common": "^9.3.7",
"@types/express": "^4.17.17",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
@ -56,7 +56,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@nestjs/common": "^9.3.5",
"@nestjs/common": "^9.3.7",
"express": "^4.18.2",
"fastify": "^4.12.0",
"typeorm": "^0.3.12"