chore(deps-dev): bump @nestjs/common from 7.4.3 to 7.4.4 (#113)

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.4.3...v7.4.4)

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] 2020-09-01 10:16:53 +03:00 committed by GitHub
parent f849c4739a
commit 3c81e9f121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -34,9 +34,9 @@
}
},
"@nestjs/common": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.4.3.tgz",
"integrity": "sha512-OeNnzPbUOk2dUuvf8/X0yBzDMhaR5IZP4Qzq8KpXVHk6xJewrscYlEpyMxymlSlnEYW3NWzj5woacvLbeps4Vg==",
"version": "7.4.4",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.4.4.tgz",
"integrity": "sha512-Cj94FJrnLcAU4URJrRmnsHRODZPJpX+EKKJ/Or9qvL9ULQwRWYmFcGQYaJ0nVV0hSBjn/jaAV1Cgqw74uk21KA==",
"dev": true,
"requires": {
"axios": "0.20.0",

View File

@ -36,7 +36,7 @@
"telegraf": "3.38.0"
},
"devDependencies": {
"@nestjs/common": "7.4.3",
"@nestjs/common": "7.4.4",
"@nestjs/core": "7.4.4",
"@typescript-eslint/eslint-plugin": "4.0.0",
"@typescript-eslint/parser": "3.10.1",