chore(deps-dev): bump @nestjs/core from 8.4.4 to 8.4.5 (#817)

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 8.4.4 to 8.4.5.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v8.4.4...v8.4.5)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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] 2022-05-24 12:51:30 +03:00 committed by GitHub
parent ed64fd5a30
commit dbc988aab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -21,7 +21,7 @@
"@commitlint/cli": "16.2.4",
"@commitlint/config-angular": "16.2.4",
"@nestjs/common": "8.4.4",
"@nestjs/core": "8.4.4",
"@nestjs/core": "8.4.5",
"@types/lodash": "4.14.182",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.21.0",
@ -516,9 +516,9 @@
"dev": true
},
"node_modules/@nestjs/core": {
"version": "8.4.4",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.4.tgz",
"integrity": "sha512-Ef3yJPuzAttpNfehnGqIV5kHIL9SHptB5F4ERxoU7pT61H3xiYpZw6hSjx68cJO7cc6rm7/N+b4zeuJvFHtvBg==",
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.5.tgz",
"integrity": "sha512-mT4MV2pEILu+Xy/deIvhb4JkIWaUU+yxssQqMScj8pWvAQ4+6sN52Sxl5NwLb6FTyZ8t5m8Qgr4yZPTmS+Y1Ig==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -527,7 +527,7 @@
"iterare": "1.2.1",
"object-hash": "3.0.0",
"path-to-regexp": "3.2.0",
"tslib": "2.3.1",
"tslib": "2.4.0",
"uuid": "8.3.2"
},
"funding": {
@ -555,9 +555,9 @@
}
},
"node_modules/@nestjs/core/node_modules/tslib": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
"dev": true
},
"node_modules/@nodelib/fs.scandir": {
@ -4700,9 +4700,9 @@
}
},
"@nestjs/core": {
"version": "8.4.4",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.4.tgz",
"integrity": "sha512-Ef3yJPuzAttpNfehnGqIV5kHIL9SHptB5F4ERxoU7pT61H3xiYpZw6hSjx68cJO7cc6rm7/N+b4zeuJvFHtvBg==",
"version": "8.4.5",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.5.tgz",
"integrity": "sha512-mT4MV2pEILu+Xy/deIvhb4JkIWaUU+yxssQqMScj8pWvAQ4+6sN52Sxl5NwLb6FTyZ8t5m8Qgr4yZPTmS+Y1Ig==",
"dev": true,
"requires": {
"@nuxtjs/opencollective": "0.3.2",
@ -4710,14 +4710,14 @@
"iterare": "1.2.1",
"object-hash": "3.0.0",
"path-to-regexp": "3.2.0",
"tslib": "2.3.1",
"tslib": "2.4.0",
"uuid": "8.3.2"
},
"dependencies": {
"tslib": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
"dev": true
}
}

View File

@ -61,7 +61,7 @@
"@commitlint/cli": "16.2.4",
"@commitlint/config-angular": "16.2.4",
"@nestjs/common": "8.4.4",
"@nestjs/core": "8.4.4",
"@nestjs/core": "8.4.5",
"@types/lodash": "4.14.182",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.21.0",