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

This commit is contained in:
renovate[bot] 2023-06-14 12:25:47 +00:00
parent 0cd3b38188
commit 9d31312423
2 changed files with 18 additions and 18 deletions

32
package-lock.json generated
View File

@ -12,7 +12,7 @@
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "^9.4.2", "@nestjs/common": "^9.4.3",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/jest": "^29.5.2", "@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195", "@types/lodash": "^4.14.195",
@ -35,7 +35,7 @@
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.4.2", "@nestjs/common": "^9.4.3",
"express": "^4.18.2", "express": "^4.18.2",
"fastify": "^4.18.0", "fastify": "^4.18.0",
"typeorm": "^0.3.16" "typeorm": "^0.3.16"
@ -1247,13 +1247,13 @@
} }
}, },
"node_modules/@nestjs/common": { "node_modules/@nestjs/common": {
"version": "9.4.2", "version": "9.4.3",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.2.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.3.tgz",
"integrity": "sha512-sea+qZnbD5x3YWZDVQT/wbVJ2NiABaM1tyZTLuW9hpkcM2KFA96xKtK3VaCxyz49zoXIgSOefsyK7HuUMCe27Q==", "integrity": "sha512-Gd6D4IaYj01o14Bwv81ukidn4w3bPHCblMUq+SmUmWLyosK+XQmInCS09SbDDZyL8jy86PngtBLTdhJ2bXSUig==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"iterare": "1.2.1", "iterare": "1.2.1",
"tslib": "2.5.2", "tslib": "2.5.3",
"uid": "2.0.2" "uid": "2.0.2"
}, },
"funding": { "funding": {
@ -7035,9 +7035,9 @@
} }
}, },
"node_modules/tslib": { "node_modules/tslib": {
"version": "2.5.2", "version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==", "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==",
"dev": true "dev": true
}, },
"node_modules/tsutils": { "node_modules/tsutils": {
@ -8545,13 +8545,13 @@
} }
}, },
"@nestjs/common": { "@nestjs/common": {
"version": "9.4.2", "version": "9.4.3",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.2.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.4.3.tgz",
"integrity": "sha512-sea+qZnbD5x3YWZDVQT/wbVJ2NiABaM1tyZTLuW9hpkcM2KFA96xKtK3VaCxyz49zoXIgSOefsyK7HuUMCe27Q==", "integrity": "sha512-Gd6D4IaYj01o14Bwv81ukidn4w3bPHCblMUq+SmUmWLyosK+XQmInCS09SbDDZyL8jy86PngtBLTdhJ2bXSUig==",
"dev": true, "dev": true,
"requires": { "requires": {
"iterare": "1.2.1", "iterare": "1.2.1",
"tslib": "2.5.2", "tslib": "2.5.3",
"uid": "2.0.2" "uid": "2.0.2"
} }
}, },
@ -12921,9 +12921,9 @@
} }
}, },
"tslib": { "tslib": {
"version": "2.5.2", "version": "2.5.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
"integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==", "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==",
"dev": true "dev": true
}, },
"tsutils": { "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" "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "^9.4.2", "@nestjs/common": "^9.4.3",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/jest": "^29.5.2", "@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195", "@types/lodash": "^4.14.195",
@ -58,7 +58,7 @@
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.4.2", "@nestjs/common": "^9.4.3",
"express": "^4.18.2", "express": "^4.18.2",
"fastify": "^4.18.0", "fastify": "^4.18.0",
"typeorm": "^0.3.16" "typeorm": "^0.3.16"