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

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

---
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-04-11 15:49:27 +03:00 committed by GitHub
parent 0bb8b930aa
commit fb7ab67e21
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

@ -21,7 +21,7 @@
"@commitlint/cli": "16.2.3",
"@commitlint/config-angular": "16.2.3",
"@nestjs/common": "8.4.4",
"@nestjs/core": "8.4.3",
"@nestjs/core": "8.4.4",
"@types/lodash": "4.14.181",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
@ -516,9 +516,9 @@
"dev": true
},
"node_modules/@nestjs/core": {
"version": "8.4.3",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.3.tgz",
"integrity": "sha512-1etUwTR5jTCTcNh6MW1tFYrHMCvcdIzJ3Z9O9ETR8EYIsphhzsxxRCa0dfb9peKJEQpl6SkoGOILIFkxfokOPw==",
"version": "8.4.4",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.4.tgz",
"integrity": "sha512-Ef3yJPuzAttpNfehnGqIV5kHIL9SHptB5F4ERxoU7pT61H3xiYpZw6hSjx68cJO7cc6rm7/N+b4zeuJvFHtvBg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -4579,9 +4579,9 @@
}
},
"@nestjs/core": {
"version": "8.4.3",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.3.tgz",
"integrity": "sha512-1etUwTR5jTCTcNh6MW1tFYrHMCvcdIzJ3Z9O9ETR8EYIsphhzsxxRCa0dfb9peKJEQpl6SkoGOILIFkxfokOPw==",
"version": "8.4.4",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.4.tgz",
"integrity": "sha512-Ef3yJPuzAttpNfehnGqIV5kHIL9SHptB5F4ERxoU7pT61H3xiYpZw6hSjx68cJO7cc6rm7/N+b4zeuJvFHtvBg==",
"dev": true,
"requires": {
"@nuxtjs/opencollective": "0.3.2",

View File

@ -61,7 +61,7 @@
"@commitlint/cli": "16.2.3",
"@commitlint/config-angular": "16.2.3",
"@nestjs/common": "8.4.4",
"@nestjs/core": "8.4.3",
"@nestjs/core": "8.4.4",
"@types/lodash": "4.14.181",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",