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

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

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-08-31 11:53:44 +03:00 committed by GitHub
parent 89a8c63e82
commit e7687efb13
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

@ -55,9 +55,9 @@
}
},
"@nestjs/core": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.4.2.tgz",
"integrity": "sha512-zLWVY+qj5RRIuDaL2J6a7f/Tn8wPMYOUHDZhXdRZFqonuY96dH9yc6DU9cWyX7fnmCIAxqdu5B7qd/S7VPHxow==",
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.4.3.tgz",
"integrity": "sha512-YWC4x5G5cHhlBB/6oyw9ug781lSm9s6QqMRNKYjiR47A1HoxOcAJQ8NMrm9axgK9ZET547k0rl473vyjhPwwlg==",
"dev": true,
"requires": {
"@nuxtjs/opencollective": "0.2.2",
@ -65,14 +65,14 @@
"iterare": "1.2.1",
"object-hash": "2.0.3",
"path-to-regexp": "3.2.0",
"tslib": "2.0.0",
"tslib": "2.0.1",
"uuid": "8.3.0"
},
"dependencies": {
"tslib": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz",
"integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==",
"dev": true
}
}

View File

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