chore(deps-dev): bump @nestjs/common from 8.4.1 to 8.4.2 (#757)

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

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  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-22 18:14:34 +03:00 committed by GitHub
parent 8d573cd2cc
commit 8b44d3e2dc
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

@ -20,7 +20,7 @@
"devDependencies": {
"@commitlint/cli": "16.2.3",
"@commitlint/config-angular": "16.2.3",
"@nestjs/common": "8.4.1",
"@nestjs/common": "8.4.2",
"@nestjs/core": "8.4.1",
"@types/lodash": "4.14.178",
"@typescript-eslint/eslint-plugin": "5.11.0",
@ -476,9 +476,9 @@
"dev": true
},
"node_modules/@nestjs/common": {
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.1.tgz",
"integrity": "sha512-g6beLHvJ2cCIdlW8Uui8rQh3+oxLOBLzDIk3yWH4ocp2HEgOJwF0iUv/pk33tFuwbXESIGMK8K165cpZUjNoxA==",
"version": "8.4.2",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.2.tgz",
"integrity": "sha512-l5CTBvW7PaqZPHRwtLU7G0NK2XBLQZL8jnvH0ArGGduljb5MpgsXwgDt8OYlc5m50IGBL/2j70Cad3CEpKcLUA==",
"dev": true,
"dependencies": {
"axios": "0.26.1",
@ -4633,9 +4633,9 @@
"dev": true
},
"@nestjs/common": {
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.1.tgz",
"integrity": "sha512-g6beLHvJ2cCIdlW8Uui8rQh3+oxLOBLzDIk3yWH4ocp2HEgOJwF0iUv/pk33tFuwbXESIGMK8K165cpZUjNoxA==",
"version": "8.4.2",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.2.tgz",
"integrity": "sha512-l5CTBvW7PaqZPHRwtLU7G0NK2XBLQZL8jnvH0ArGGduljb5MpgsXwgDt8OYlc5m50IGBL/2j70Cad3CEpKcLUA==",
"dev": true,
"requires": {
"axios": "0.26.1",

View File

@ -60,7 +60,7 @@
"devDependencies": {
"@commitlint/cli": "16.2.3",
"@commitlint/config-angular": "16.2.3",
"@nestjs/common": "8.4.1",
"@nestjs/common": "8.4.2",
"@nestjs/core": "8.4.1",
"@types/lodash": "4.14.178",
"@typescript-eslint/eslint-plugin": "5.11.0",