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

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.4.4 to 7.5.1.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits)

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-03 10:04:18 +03:00 committed by GitHub
parent 0cea8b39b7
commit 8f15ec03db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 9 deletions

22
package-lock.json generated
View File

@ -64,9 +64,9 @@
} }
}, },
"@nestjs/core": { "@nestjs/core": {
"version": "7.4.4", "version": "7.5.1",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.4.4.tgz", "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.5.1.tgz",
"integrity": "sha512-e3iID6s0JIaWDlZMIO+gkk5KDwHW+VUexvZOKXbTjtsBidtusbiT4JLr4ODkj8y3QSfQN9vouY9hWfwwQrxa/Q==", "integrity": "sha512-aJ1w5tQPkVEmH5QRe1echV5NFWAcHAVQJX/jvfCSK4M5VSkIBN9zreZg8UnYf8sbW5YEaizPts07veeTPsG3FQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@nuxtjs/opencollective": "0.2.2", "@nuxtjs/opencollective": "0.2.2",
@ -74,14 +74,20 @@
"iterare": "1.2.1", "iterare": "1.2.1",
"object-hash": "2.0.3", "object-hash": "2.0.3",
"path-to-regexp": "3.2.0", "path-to-regexp": "3.2.0",
"tslib": "2.0.1", "tslib": "2.0.3",
"uuid": "8.3.0" "uuid": "8.3.1"
}, },
"dependencies": { "dependencies": {
"tslib": { "tslib": {
"version": "2.0.1", "version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==", "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
"dev": true
},
"uuid": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz",
"integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==",
"dev": true "dev": true
} }
} }

View File

@ -36,7 +36,7 @@
}, },
"devDependencies": { "devDependencies": {
"@nestjs/common": "7.4.4", "@nestjs/common": "7.4.4",
"@nestjs/core": "7.4.4", "@nestjs/core": "7.5.1",
"@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",
"eslint": "7.12.1", "eslint": "7.12.1",