chore(deps-dev): bump @nestjs/core from 8.4.6 to 8.4.7 (#861)

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 8.4.6 to 8.4.7.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v8.4.6...v8.4.7)

---
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-06-29 07:57:02 +03:00 committed by GitHub
parent 1a7a08cbf5
commit 1833744d82
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": "17.0.3",
"@commitlint/config-angular": "17.0.0",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.6",
"@nestjs/core": "8.4.7",
"@types/lodash": "4.14.182",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
@ -568,9 +568,9 @@
"dev": true
},
"node_modules/@nestjs/core": {
"version": "8.4.6",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.6.tgz",
"integrity": "sha512-5zHpxTYV7HT3lfF7l/x0EWBfmuyuDOnGRcALf88tzDGs/7Q/VC6l65d6eFwDwI37NLtScqnmEkT9of8E3fT3mA==",
"version": "8.4.7",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.7.tgz",
"integrity": "sha512-XB9uexHqzr2xkPo6QSiQWJJttyYYLmvQ5My64cFvWFi7Wk2NIus0/xUNInwX3kmFWB6pF1ab5Y2ZBvWdPwGBhw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -4829,9 +4829,9 @@
}
},
"@nestjs/core": {
"version": "8.4.6",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.6.tgz",
"integrity": "sha512-5zHpxTYV7HT3lfF7l/x0EWBfmuyuDOnGRcALf88tzDGs/7Q/VC6l65d6eFwDwI37NLtScqnmEkT9of8E3fT3mA==",
"version": "8.4.7",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.7.tgz",
"integrity": "sha512-XB9uexHqzr2xkPo6QSiQWJJttyYYLmvQ5My64cFvWFi7Wk2NIus0/xUNInwX3kmFWB6pF1ab5Y2ZBvWdPwGBhw==",
"dev": true,
"requires": {
"@nuxtjs/opencollective": "0.3.2",

View File

@ -61,7 +61,7 @@
"@commitlint/cli": "17.0.3",
"@commitlint/config-angular": "17.0.0",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.6",
"@nestjs/core": "8.4.7",
"@types/lodash": "4.14.182",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",