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

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

---
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-03-28 19:03:37 +03:00 committed by GitHub
parent 18aa42639d
commit 7fa2e2b83b
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/cli": "16.2.3",
"@commitlint/config-angular": "16.2.3", "@commitlint/config-angular": "16.2.3",
"@nestjs/common": "8.4.3", "@nestjs/common": "8.4.3",
"@nestjs/core": "8.4.2", "@nestjs/core": "8.4.3",
"@types/lodash": "4.14.180", "@types/lodash": "4.14.180",
"@typescript-eslint/eslint-plugin": "5.16.0", "@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0", "@typescript-eslint/parser": "5.16.0",
@ -516,9 +516,9 @@
"dev": true "dev": true
}, },
"node_modules/@nestjs/core": { "node_modules/@nestjs/core": {
"version": "8.4.2", "version": "8.4.3",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.2.tgz", "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.3.tgz",
"integrity": "sha512-TfDl9InVsMS1COT9839t2kvBGTIaD5X+SHrdH0PzcNqsnbXnk4oL06Mz+3Jl7PQwKG76zl98iiKcMNFg6ojnOw==", "integrity": "sha512-1etUwTR5jTCTcNh6MW1tFYrHMCvcdIzJ3Z9O9ETR8EYIsphhzsxxRCa0dfb9peKJEQpl6SkoGOILIFkxfokOPw==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@ -4579,9 +4579,9 @@
} }
}, },
"@nestjs/core": { "@nestjs/core": {
"version": "8.4.2", "version": "8.4.3",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.2.tgz", "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.3.tgz",
"integrity": "sha512-TfDl9InVsMS1COT9839t2kvBGTIaD5X+SHrdH0PzcNqsnbXnk4oL06Mz+3Jl7PQwKG76zl98iiKcMNFg6ojnOw==", "integrity": "sha512-1etUwTR5jTCTcNh6MW1tFYrHMCvcdIzJ3Z9O9ETR8EYIsphhzsxxRCa0dfb9peKJEQpl6SkoGOILIFkxfokOPw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@nuxtjs/opencollective": "0.3.2", "@nuxtjs/opencollective": "0.3.2",

View File

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