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

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.5.2 to 7.5.4.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.5.2...v7.5.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-11-23 12:40:42 +03:00 committed by GitHub
parent a309d8640d
commit 7b12189f55
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": { "@nestjs/common": {
"version": "7.5.2", "version": "7.5.4",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.5.2.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.5.4.tgz",
"integrity": "sha512-b1rKSOCO20qFgS9qr4Blu24XyVs+PAa4GIFDZxw+4HiPPKrU9PMLC3YdJ2K+wB1xEO9D7bmS0mlEz3fimD/z0A==", "integrity": "sha512-5Bz27EJz+g6fQ10P99Lovkyx++4w9a9TNUcnPXGloEeRFhAn0YeEM4c8Toj7uFq880xPoteBeZ9V2khOFWl4WQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"axios": "0.21.0", "axios": "0.21.0",

View File

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