build(deps-dev): bump @commitlint/cli from 19.4.0 to 19.4.1 (#940)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.4.0 to 19.4.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/v19.4.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] 2024-08-31 19:50:42 -04:00 committed by GitHub
parent eaceb03c9f
commit ac629786ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "Citizen",
"version": "2.27.0",
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@wikimedia/types-wikimedia": "0.4.4",
"devmoji": "^2.3.0",
@ -139,13 +139,13 @@
}
},
"node_modules/@commitlint/cli": {
"version": "19.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.4.0.tgz",
"integrity": "sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==",
"version": "19.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.4.1.tgz",
"integrity": "sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==",
"dev": true,
"dependencies": {
"@commitlint/format": "^19.3.0",
"@commitlint/lint": "^19.2.2",
"@commitlint/lint": "^19.4.1",
"@commitlint/load": "^19.4.0",
"@commitlint/read": "^19.4.0",
"@commitlint/types": "^19.0.3",
@ -238,14 +238,14 @@
}
},
"node_modules/@commitlint/lint": {
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz",
"integrity": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==",
"version": "19.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.4.1.tgz",
"integrity": "sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==",
"dev": true,
"dependencies": {
"@commitlint/is-ignored": "^19.2.2",
"@commitlint/parse": "^19.0.3",
"@commitlint/rules": "^19.0.3",
"@commitlint/rules": "^19.4.1",
"@commitlint/types": "^19.0.3"
},
"engines": {
@ -330,9 +330,9 @@
}
},
"node_modules/@commitlint/rules": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.0.3.tgz",
"integrity": "sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==",
"version": "19.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.4.1.tgz",
"integrity": "sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==",
"dev": true,
"dependencies": {
"@commitlint/ensure": "^19.0.3",

View file

@ -12,7 +12,7 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@wikimedia/types-wikimedia": "0.4.4",
"devmoji": "^2.3.0",