chore(deps-dev): bump @nestjs/common from 7.5.1 to 7.5.2 (#143)

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.5.1 to 7.5.2.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v7.5.2)

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-11-16 18:01:47 +03:00 committed by GitHub
parent 098f09c6e8
commit a309d8640d
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

@ -43,9 +43,9 @@
}
},
"@nestjs/common": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.5.1.tgz",
"integrity": "sha512-UKTWa/MFTryRm4L9b+lsKFg+m/B4zDCsx/pQAMZVCYMW4FRg6QH4BIaq5fMz5G2hL5IFlFVoOC/eXJwhGDOrYA==",
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.5.2.tgz",
"integrity": "sha512-b1rKSOCO20qFgS9qr4Blu24XyVs+PAa4GIFDZxw+4HiPPKrU9PMLC3YdJ2K+wB1xEO9D7bmS0mlEz3fimD/z0A==",
"dev": true,
"requires": {
"axios": "0.21.0",

View File

@ -35,7 +35,7 @@
"telegraf": "3.38.0"
},
"devDependencies": {
"@nestjs/common": "7.5.1",
"@nestjs/common": "7.5.2",
"@nestjs/core": "7.5.2",
"@typescript-eslint/eslint-plugin": "4.0.0",
"@typescript-eslint/parser": "3.10.1",