chore(deps-dev): bump @nestjs/common from 8.4.5 to 8.4.6 (#835)

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 8.4.5 to 8.4.6.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v8.4.5...v8.4.6)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-03 13:02:21 +03:00 committed by GitHub
parent 97fa8fc4a2
commit ad7097cd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -20,7 +20,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "17.0.2", "@commitlint/cli": "17.0.2",
"@commitlint/config-angular": "17.0.0", "@commitlint/config-angular": "17.0.0",
"@nestjs/common": "8.4.5", "@nestjs/common": "8.4.6",
"@nestjs/core": "8.4.6", "@nestjs/core": "8.4.6",
"@types/lodash": "4.14.182", "@types/lodash": "4.14.182",
"@typescript-eslint/eslint-plugin": "5.27.0", "@typescript-eslint/eslint-plugin": "5.27.0",
@ -506,9 +506,9 @@
} }
}, },
"node_modules/@nestjs/common": { "node_modules/@nestjs/common": {
"version": "8.4.5", "version": "8.4.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.5.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.6.tgz",
"integrity": "sha512-DL30hLtcmosOWGRFrU1YYB59k+7FGX82sbq2QiXLsEXuSig8ZzFm8LR+tD8CX+aKabU9t1GGc18HLjFud/3sww==", "integrity": "sha512-INp1ERDrLiQ4GwRc3zotTwBLZm2sIwcJwnBE2yXqsth17KijmoVmY8UB5Tares0IlwjsqlRFWkCX8uWE5rzbSA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"axios": "0.27.2", "axios": "0.27.2",
@ -4775,9 +4775,9 @@
} }
}, },
"@nestjs/common": { "@nestjs/common": {
"version": "8.4.5", "version": "8.4.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.5.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.6.tgz",
"integrity": "sha512-DL30hLtcmosOWGRFrU1YYB59k+7FGX82sbq2QiXLsEXuSig8ZzFm8LR+tD8CX+aKabU9t1GGc18HLjFud/3sww==", "integrity": "sha512-INp1ERDrLiQ4GwRc3zotTwBLZm2sIwcJwnBE2yXqsth17KijmoVmY8UB5Tares0IlwjsqlRFWkCX8uWE5rzbSA==",
"dev": true, "dev": true,
"requires": { "requires": {
"axios": "0.27.2", "axios": "0.27.2",

View File

@ -60,7 +60,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "17.0.2", "@commitlint/cli": "17.0.2",
"@commitlint/config-angular": "17.0.0", "@commitlint/config-angular": "17.0.0",
"@nestjs/common": "8.4.5", "@nestjs/common": "8.4.6",
"@nestjs/core": "8.4.6", "@nestjs/core": "8.4.6",
"@types/lodash": "4.14.182", "@types/lodash": "4.14.182",
"@typescript-eslint/eslint-plugin": "5.27.0", "@typescript-eslint/eslint-plugin": "5.27.0",