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

This commit is contained in:
renovate[bot] 2023-08-22 07:50:08 +00:00
parent bc98aec628
commit 1d2bf28ae8
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.2.0",
"@nestjs/common": "^10.2.1",
"@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.2.0",
"@nestjs/common": "^10.2.1",
"express": "^4.18.2",
"fastify": "^4.21.0",
"typeorm": "^0.3.17"
@ -1272,9 +1272,9 @@
}
},
"node_modules/@nestjs/common": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.2.0.tgz",
"integrity": "sha512-QhoIaekEfXJ48IHdp9pBsZho464XoW8LRNid61Qncxx90qWCbe7oT1tswlT8kxn1HxsqEqZ8sXGY3ozLxZeVJQ==",
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.2.1.tgz",
"integrity": "sha512-zo5OQbNmchV58SHw4vBCLIbsCrpZmNuW9W4m5BE1lB+9FW9ZiLQeZjIxzlL3bEKiI9cezRvDhct/53LPS8R4aA==",
"dev": true,
"dependencies": {
"iterare": "1.2.1",
@ -8881,9 +8881,9 @@
}
},
"@nestjs/common": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.2.0.tgz",
"integrity": "sha512-QhoIaekEfXJ48IHdp9pBsZho464XoW8LRNid61Qncxx90qWCbe7oT1tswlT8kxn1HxsqEqZ8sXGY3ozLxZeVJQ==",
"version": "10.2.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.2.1.tgz",
"integrity": "sha512-zo5OQbNmchV58SHw4vBCLIbsCrpZmNuW9W4m5BE1lB+9FW9ZiLQeZjIxzlL3bEKiI9cezRvDhct/53LPS8R4aA==",
"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.2.0",
"@nestjs/common": "^10.2.1",
"@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.2.0",
"@nestjs/common": "^10.2.1",
"express": "^4.18.2",
"fastify": "^4.21.0",
"typeorm": "^0.3.17"