chore(deps): update dependency @nestjs/common to ^9.3.12 (#557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9b6aaad032
commit
37cfdaa052
16
package-lock.json
generated
16
package-lock.json
generated
@ -12,7 +12,7 @@
|
|||||||
"lodash": "^4.17.21"
|
"lodash": "^4.17.21"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nestjs/common": "^9.3.11",
|
"@nestjs/common": "^9.3.12",
|
||||||
"@types/express": "^4.17.17",
|
"@types/express": "^4.17.17",
|
||||||
"@types/jest": "^29.5.0",
|
"@types/jest": "^29.5.0",
|
||||||
"@types/lodash": "^4.14.191",
|
"@types/lodash": "^4.14.191",
|
||||||
@ -35,7 +35,7 @@
|
|||||||
"typescript": "^4.9.5"
|
"typescript": "^4.9.5"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@nestjs/common": "^9.3.11",
|
"@nestjs/common": "^9.3.12",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"fastify": "^4.15.0",
|
"fastify": "^4.15.0",
|
||||||
"typeorm": "^0.3.12"
|
"typeorm": "^0.3.12"
|
||||||
@ -1229,9 +1229,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@nestjs/common": {
|
"node_modules/@nestjs/common": {
|
||||||
"version": "9.3.11",
|
"version": "9.3.12",
|
||||||
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.11.tgz",
|
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.12.tgz",
|
||||||
"integrity": "sha512-IFZ2G/5UKWC2Uo7tJ4SxGed2+aiA+sJyWeWsGTogKVDhq90oxVBToh+uCDeI31HNUpqYGoWmkletfty42zUd8A==",
|
"integrity": "sha512-NtrUG2VgCbhmZEO1yRt/Utq16uFRV+xeHAOtdYIsfHGG0ssAV2lVLlvFFAQYh0SQ+KuYY1Gsxd3GK2JFoJCNqQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"iterare": "1.2.1",
|
"iterare": "1.2.1",
|
||||||
@ -8516,9 +8516,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@nestjs/common": {
|
"@nestjs/common": {
|
||||||
"version": "9.3.11",
|
"version": "9.3.12",
|
||||||
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.11.tgz",
|
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.12.tgz",
|
||||||
"integrity": "sha512-IFZ2G/5UKWC2Uo7tJ4SxGed2+aiA+sJyWeWsGTogKVDhq90oxVBToh+uCDeI31HNUpqYGoWmkletfty42zUd8A==",
|
"integrity": "sha512-NtrUG2VgCbhmZEO1yRt/Utq16uFRV+xeHAOtdYIsfHGG0ssAV2lVLlvFFAQYh0SQ+KuYY1Gsxd3GK2JFoJCNqQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"iterare": "1.2.1",
|
"iterare": "1.2.1",
|
||||||
|
@ -32,7 +32,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": "^9.3.11",
|
"@nestjs/common": "^9.3.12",
|
||||||
"@types/express": "^4.17.17",
|
"@types/express": "^4.17.17",
|
||||||
"@types/jest": "^29.5.0",
|
"@types/jest": "^29.5.0",
|
||||||
"@types/lodash": "^4.14.191",
|
"@types/lodash": "^4.14.191",
|
||||||
@ -58,7 +58,7 @@
|
|||||||
"lodash": "^4.17.21"
|
"lodash": "^4.17.21"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@nestjs/common": "^9.3.11",
|
"@nestjs/common": "^9.3.12",
|
||||||
"express": "^4.18.2",
|
"express": "^4.18.2",
|
||||||
"fastify": "^4.15.0",
|
"fastify": "^4.15.0",
|
||||||
"typeorm": "^0.3.12"
|
"typeorm": "^0.3.12"
|
||||||
|
Loading…
Reference in New Issue
Block a user