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

This commit is contained in:
renovate[bot] 2023-02-06 14:44:27 +00:00
parent b1af50df13
commit dbc9fc8c7a
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.2",
"@nestjs/common": "^9.3.3",
"@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.2",
"@nestjs/common": "^9.3.3",
"express": "^4.18.2",
"fastify": "^4.12.0",
"typeorm": "^0.3.11"
@ -1195,9 +1195,9 @@
}
},
"node_modules/@nestjs/common": {
"version": "9.3.2",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.2.tgz",
"integrity": "sha512-YUqY9qPMxiMqO/pRNXJehR18LFL6Y9BN5Qn0FylVbdpKd7/QKZHVWRKNaAYNu0mGfyJhRJI6oEr/1Tn5GEo6GQ==",
"version": "9.3.3",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.3.tgz",
"integrity": "sha512-NZI9RC5oI/WLtwjl/JWZJ1ltBDniG6dp+tLSaf9S9U6SmwaOq5eVtMxSlwHpaJ2pzpZVA6VqaEq9dHONUwdW3A==",
"dev": true,
"dependencies": {
"iterare": "1.2.1",
@ -8271,9 +8271,9 @@
}
},
"@nestjs/common": {
"version": "9.3.2",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.2.tgz",
"integrity": "sha512-YUqY9qPMxiMqO/pRNXJehR18LFL6Y9BN5Qn0FylVbdpKd7/QKZHVWRKNaAYNu0mGfyJhRJI6oEr/1Tn5GEo6GQ==",
"version": "9.3.3",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.3.tgz",
"integrity": "sha512-NZI9RC5oI/WLtwjl/JWZJ1ltBDniG6dp+tLSaf9S9U6SmwaOq5eVtMxSlwHpaJ2pzpZVA6VqaEq9dHONUwdW3A==",
"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.2",
"@nestjs/common": "^9.3.3",
"@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.2",
"@nestjs/common": "^9.3.3",
"express": "^4.18.2",
"fastify": "^4.12.0",
"typeorm": "^0.3.11"