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

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

---
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-29 00:24:07 +03:00 committed by GitHub
parent eb1269f2a6
commit 1a7a08cbf5
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": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-angular": "17.0.0",
"@nestjs/common": "8.4.6",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.6",
"@types/lodash": "4.14.182",
"@typescript-eslint/eslint-plugin": "5.30.0",
@ -528,9 +528,9 @@
}
},
"node_modules/@nestjs/common": {
"version": "8.4.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.6.tgz",
"integrity": "sha512-INp1ERDrLiQ4GwRc3zotTwBLZm2sIwcJwnBE2yXqsth17KijmoVmY8UB5Tares0IlwjsqlRFWkCX8uWE5rzbSA==",
"version": "8.4.7",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.7.tgz",
"integrity": "sha512-m/YsbcBal+gA5CFrDpqXqsSfylo+DIQrkFY3qhVIltsYRfu8ct8J9pqsTO6OPf3mvqdOpFGrV5sBjoyAzOBvsw==",
"dev": true,
"dependencies": {
"axios": "0.27.2",
@ -4809,9 +4809,9 @@
}
},
"@nestjs/common": {
"version": "8.4.6",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.6.tgz",
"integrity": "sha512-INp1ERDrLiQ4GwRc3zotTwBLZm2sIwcJwnBE2yXqsth17KijmoVmY8UB5Tares0IlwjsqlRFWkCX8uWE5rzbSA==",
"version": "8.4.7",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.7.tgz",
"integrity": "sha512-m/YsbcBal+gA5CFrDpqXqsSfylo+DIQrkFY3qhVIltsYRfu8ct8J9pqsTO6OPf3mvqdOpFGrV5sBjoyAzOBvsw==",
"dev": true,
"requires": {
"axios": "0.27.2",

View File

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