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

Bumps [@nestjs/core](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:11:11 +03:00 committed by GitHub
parent c998deb372
commit 2614a167db
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

@ -55,9 +55,9 @@
} }
}, },
"@nestjs/core": { "@nestjs/core": {
"version": "7.4.3", "version": "7.4.4",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.4.3.tgz", "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.4.4.tgz",
"integrity": "sha512-YWC4x5G5cHhlBB/6oyw9ug781lSm9s6QqMRNKYjiR47A1HoxOcAJQ8NMrm9axgK9ZET547k0rl473vyjhPwwlg==", "integrity": "sha512-e3iID6s0JIaWDlZMIO+gkk5KDwHW+VUexvZOKXbTjtsBidtusbiT4JLr4ODkj8y3QSfQN9vouY9hWfwwQrxa/Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@nuxtjs/opencollective": "0.2.2", "@nuxtjs/opencollective": "0.2.2",

View File

@ -37,7 +37,7 @@
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "7.4.3", "@nestjs/common": "7.4.3",
"@nestjs/core": "7.4.3", "@nestjs/core": "7.4.4",
"@typescript-eslint/eslint-plugin": "3.10.1", "@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1", "@typescript-eslint/parser": "3.10.1",
"eslint": "7.7.0", "eslint": "7.7.0",