chore(deps): update dependency @nestjs/common to ^9.3.11 (#552)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-21 12:23:18 +01:00 committed by GitHub
parent 34501462d1
commit a6b336806e
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"
},
"devDependencies": {
"@nestjs/common": "^9.3.10",
"@nestjs/common": "^9.3.11",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.191",
@ -35,7 +35,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@nestjs/common": "^9.3.10",
"@nestjs/common": "^9.3.11",
"express": "^4.18.2",
"fastify": "^4.15.0",
"typeorm": "^0.3.12"
@ -1229,9 +1229,9 @@
}
},
"node_modules/@nestjs/common": {
"version": "9.3.10",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.10.tgz",
"integrity": "sha512-wj2bM9TXBlAvzgznkID0s7bN/niVn90sZIDtRFDnvaB1qagEpkWA0Bt39qilIuqdReluIaCjeEW106U0oyz+mQ==",
"version": "9.3.11",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.11.tgz",
"integrity": "sha512-IFZ2G/5UKWC2Uo7tJ4SxGed2+aiA+sJyWeWsGTogKVDhq90oxVBToh+uCDeI31HNUpqYGoWmkletfty42zUd8A==",
"dev": true,
"dependencies": {
"iterare": "1.2.1",
@ -8516,9 +8516,9 @@
}
},
"@nestjs/common": {
"version": "9.3.10",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.10.tgz",
"integrity": "sha512-wj2bM9TXBlAvzgznkID0s7bN/niVn90sZIDtRFDnvaB1qagEpkWA0Bt39qilIuqdReluIaCjeEW106U0oyz+mQ==",
"version": "9.3.11",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.11.tgz",
"integrity": "sha512-IFZ2G/5UKWC2Uo7tJ4SxGed2+aiA+sJyWeWsGTogKVDhq90oxVBToh+uCDeI31HNUpqYGoWmkletfty42zUd8A==",
"dev": true,
"requires": {
"iterare": "1.2.1",

View File

@ -32,7 +32,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"devDependencies": {
"@nestjs/common": "^9.3.10",
"@nestjs/common": "^9.3.11",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.191",
@ -58,7 +58,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@nestjs/common": "^9.3.10",
"@nestjs/common": "^9.3.11",
"express": "^4.18.2",
"fastify": "^4.15.0",
"typeorm": "^0.3.12"