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

This commit is contained in:
renovate[bot] 2023-08-21 09:58:50 +00:00
parent d39bd44700
commit ccc298989a
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": "^10.1.3",
"@nestjs/common": "^10.2.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.197",
@ -35,7 +35,7 @@
"typescript": "^5.1.6"
},
"peerDependencies": {
"@nestjs/common": "^10.1.3",
"@nestjs/common": "^10.2.0",
"express": "^4.18.2",
"fastify": "^4.21.0",
"typeorm": "^0.3.17"
@ -1256,9 +1256,9 @@
}
},
"node_modules/@nestjs/common": {
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.1.3.tgz",
"integrity": "sha512-xSyXBwgcmiFwQqek1Urw/AL3pRPq9bp/tpgfTxmnJg3gP6XNUbx1fDr0de50irXgZYzFKfVFo9ptC3b2du5YKA==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.2.0.tgz",
"integrity": "sha512-QhoIaekEfXJ48IHdp9pBsZho464XoW8LRNid61Qncxx90qWCbe7oT1tswlT8kxn1HxsqEqZ8sXGY3ozLxZeVJQ==",
"dev": true,
"dependencies": {
"iterare": "1.2.1",
@ -8850,9 +8850,9 @@
}
},
"@nestjs/common": {
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.1.3.tgz",
"integrity": "sha512-xSyXBwgcmiFwQqek1Urw/AL3pRPq9bp/tpgfTxmnJg3gP6XNUbx1fDr0de50irXgZYzFKfVFo9ptC3b2du5YKA==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.2.0.tgz",
"integrity": "sha512-QhoIaekEfXJ48IHdp9pBsZho464XoW8LRNid61Qncxx90qWCbe7oT1tswlT8kxn1HxsqEqZ8sXGY3ozLxZeVJQ==",
"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": "^10.1.3",
"@nestjs/common": "^10.2.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.197",
@ -58,7 +58,7 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@nestjs/common": "^10.1.3",
"@nestjs/common": "^10.2.0",
"express": "^4.18.2",
"fastify": "^4.21.0",
"typeorm": "^0.3.17"