chore(deps-dev): bump @commitlint/cli from 17.0.0 to 17.0.1 (#826)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.0.0 to 17.0.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  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-05-25 21:57:35 +03:00 committed by GitHub
parent c255852bb4
commit 1c6a4a84b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View File

@ -18,7 +18,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@commitlint/cli": "17.0.0",
"@commitlint/cli": "17.0.1",
"@commitlint/config-angular": "17.0.0",
"@nestjs/common": "8.4.5",
"@nestjs/core": "8.4.5",
@ -142,9 +142,9 @@
}
},
"node_modules/@commitlint/cli": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz",
"integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==",
"dev": true,
"dependencies": {
"@commitlint/format": "^17.0.0",
@ -152,6 +152,7 @@
"@commitlint/load": "^17.0.0",
"@commitlint/read": "^17.0.0",
"@commitlint/types": "^17.0.0",
"execa": "^5.0.0",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",
@ -4389,9 +4390,9 @@
}
},
"@commitlint/cli": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz",
"integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==",
"dev": true,
"requires": {
"@commitlint/format": "^17.0.0",
@ -4399,6 +4400,7 @@
"@commitlint/load": "^17.0.0",
"@commitlint/read": "^17.0.0",
"@commitlint/types": "^17.0.0",
"execa": "^5.0.0",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",

View File

@ -58,7 +58,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@commitlint/cli": "17.0.0",
"@commitlint/cli": "17.0.1",
"@commitlint/config-angular": "17.0.0",
"@nestjs/common": "8.4.5",
"@nestjs/core": "8.4.5",