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

This commit is contained in:
renovate[bot] 2023-05-16 08:02:14 +00:00
parent b771ac2756
commit 43415f4fc1
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.4.0",
"@nestjs/common": "^9.4.1",
"@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.0",
"@nestjs/common": "^9.4.1",
"express": "^4.18.2",
"fastify": "^4.17.0",
"typeorm": "^0.3.16"
@ -1247,9 +1247,9 @@
}
},
"node_modules/@nestjs/common": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.0.tgz",
"integrity": "sha512-RUcVAQsEF4WPrmzFXEOUfZnPwrLTe1UVlzXTlSyfqfqbdWDPKDGlIPVelBLfc5/+RRUQ0I5iE4+CQvpCmkqldw==",
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.1.tgz",
"integrity": "sha512-VA5XXLAvXG3vY4GqvvuevL7Ooi5RRsov+ydMlgc1rPswgxkSVWaPTqNibsP4C6y5XJtKfc4Ol+zoe2w/LeYJTQ==",
"dev": true,
"dependencies": {
"iterare": "1.2.1",
@ -8546,9 +8546,9 @@
}
},
"@nestjs/common": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.0.tgz",
"integrity": "sha512-RUcVAQsEF4WPrmzFXEOUfZnPwrLTe1UVlzXTlSyfqfqbdWDPKDGlIPVelBLfc5/+RRUQ0I5iE4+CQvpCmkqldw==",
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.1.tgz",
"integrity": "sha512-VA5XXLAvXG3vY4GqvvuevL7Ooi5RRsov+ydMlgc1rPswgxkSVWaPTqNibsP4C6y5XJtKfc4Ol+zoe2w/LeYJTQ==",
"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.4.0",
"@nestjs/common": "^9.4.1",
"@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.0",
"@nestjs/common": "^9.4.1",
"express": "^4.18.2",
"fastify": "^4.17.0",
"typeorm": "^0.3.16"