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

Bumps [@nestjs/common](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/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-04-11 14:00:15 +03:00 committed by GitHub
parent d51c431ea1
commit 58dac0a306
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": { "devDependencies": {
"@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.4",
"@nestjs/core": "8.4.3", "@nestjs/core": "8.4.3",
"@types/lodash": "4.14.181", "@types/lodash": "4.14.181",
"@typescript-eslint/eslint-plugin": "5.17.0", "@typescript-eslint/eslint-plugin": "5.17.0",
@ -476,9 +476,9 @@
"dev": true "dev": true
}, },
"node_modules/@nestjs/common": { "node_modules/@nestjs/common": {
"version": "8.4.3", "version": "8.4.4",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.3.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.4.tgz",
"integrity": "sha512-QIhWykB7IPOwHQB/K9wMwmQKibQ5dhg9dt8ySOoD36uFFwN3RJQelzMFF9Rtu7hrMPk6pSyismEUKQ8BZMUD9w==", "integrity": "sha512-QHi7QcgH/5Jinz+SCfIZJkFHc6Cch1YsAEGFEhi6wSp6MILb0sJMQ1CX06e9tCOAjSlBwaJj4PH0eFCVau5v9Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"axios": "0.26.1", "axios": "0.26.1",
@ -4633,9 +4633,9 @@
"dev": true "dev": true
}, },
"@nestjs/common": { "@nestjs/common": {
"version": "8.4.3", "version": "8.4.4",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.3.tgz", "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.4.tgz",
"integrity": "sha512-QIhWykB7IPOwHQB/K9wMwmQKibQ5dhg9dt8ySOoD36uFFwN3RJQelzMFF9Rtu7hrMPk6pSyismEUKQ8BZMUD9w==", "integrity": "sha512-QHi7QcgH/5Jinz+SCfIZJkFHc6Cch1YsAEGFEhi6wSp6MILb0sJMQ1CX06e9tCOAjSlBwaJj4PH0eFCVau5v9Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"axios": "0.26.1", "axios": "0.26.1",

View File

@ -60,7 +60,7 @@
"devDependencies": { "devDependencies": {
"@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.4",
"@nestjs/core": "8.4.3", "@nestjs/core": "8.4.3",
"@types/lodash": "4.14.181", "@types/lodash": "4.14.181",
"@typescript-eslint/eslint-plugin": "5.17.0", "@typescript-eslint/eslint-plugin": "5.17.0",