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

This commit is contained in:
renovate[bot] 2023-05-23 10:16:30 +00:00
parent c01069d1c7
commit a1f2f02c89
2 changed files with 18 additions and 18 deletions

32
package-lock.json generated
View File

@ -12,7 +12,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/common": "^9.4.2",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
@ -35,7 +35,7 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/common": "^9.4.2",
"express": "^4.18.2",
"fastify": "^4.17.0",
"typeorm": "^0.3.16"
@ -1247,13 +1247,13 @@
}
},
"node_modules/@nestjs/common": {
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.1.tgz",
"integrity": "sha512-VA5XXLAvXG3vY4GqvvuevL7Ooi5RRsov+ydMlgc1rPswgxkSVWaPTqNibsP4C6y5XJtKfc4Ol+zoe2w/LeYJTQ==",
"version": "9.4.2",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.2.tgz",
"integrity": "sha512-sea+qZnbD5x3YWZDVQT/wbVJ2NiABaM1tyZTLuW9hpkcM2KFA96xKtK3VaCxyz49zoXIgSOefsyK7HuUMCe27Q==",
"dev": true,
"dependencies": {
"iterare": "1.2.1",
"tslib": "2.5.0",
"tslib": "2.5.2",
"uid": "2.0.2"
},
"funding": {
@ -7035,9 +7035,9 @@
}
},
"node_modules/tslib": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==",
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz",
"integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==",
"dev": true
},
"node_modules/tsutils": {
@ -8545,13 +8545,13 @@
}
},
"@nestjs/common": {
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.1.tgz",
"integrity": "sha512-VA5XXLAvXG3vY4GqvvuevL7Ooi5RRsov+ydMlgc1rPswgxkSVWaPTqNibsP4C6y5XJtKfc4Ol+zoe2w/LeYJTQ==",
"version": "9.4.2",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.2.tgz",
"integrity": "sha512-sea+qZnbD5x3YWZDVQT/wbVJ2NiABaM1tyZTLuW9hpkcM2KFA96xKtK3VaCxyz49zoXIgSOefsyK7HuUMCe27Q==",
"dev": true,
"requires": {
"iterare": "1.2.1",
"tslib": "2.5.0",
"tslib": "2.5.2",
"uid": "2.0.2"
}
},
@ -12921,9 +12921,9 @@
}
},
"tslib": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
"integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==",
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz",
"integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==",
"dev": true
},
"tsutils": {

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.4.1",
"@nestjs/common": "^9.4.2",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.194",
@ -58,7 +58,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@nestjs/common": "^9.4.1",
"@nestjs/common": "^9.4.2",
"express": "^4.18.2",
"fastify": "^4.17.0",
"typeorm": "^0.3.16"