build(deps-dev): bump @commitlint/cli from 19.6.1 to 19.7.1

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.6.1 to 19.7.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.7.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-08 10:34:15 +00:00 committed by GitHub
commit e1263867f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 13 deletions

25
package-lock.json generated
View file

@ -25,7 +25,7 @@
"uuid": "^11.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"eslint-config-next": "^15.1.6",
"husky": "^9.1.7",
@ -175,13 +175,14 @@
}
},
"node_modules/@commitlint/cli": {
"version": "19.6.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.6.1.tgz",
"integrity": "sha512-8hcyA6ZoHwWXC76BoC8qVOSr8xHy00LZhZpauiD0iO0VYbVhMnED0da85lTfIULxl7Lj4c6vZgF0Wu/ed1+jlQ==",
"version": "19.7.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.7.1.tgz",
"integrity": "sha512-iObGjR1tE/PfDtDTEfd+tnRkB3/HJzpQqRTyofS2MPPkDn1mp3DBC8SoPDayokfAy+xKhF8+bwRCJO25Nea0YQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/format": "^19.5.0",
"@commitlint/lint": "^19.6.0",
"@commitlint/lint": "^19.7.1",
"@commitlint/load": "^19.6.1",
"@commitlint/read": "^19.5.0",
"@commitlint/types": "^19.5.0",
@ -264,9 +265,9 @@
}
},
"node_modules/@commitlint/is-ignored": {
"version": "19.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.6.0.tgz",
"integrity": "sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==",
"version": "19.7.1",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.7.1.tgz",
"integrity": "sha512-3IaOc6HVg2hAoGleRK3r9vL9zZ3XY0rf1RsUf6jdQLuaD46ZHnXBiOPTyQ004C4IvYjSWqJwlh0/u2P73aIE3g==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -278,13 +279,13 @@
}
},
"node_modules/@commitlint/lint": {
"version": "19.6.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.6.0.tgz",
"integrity": "sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==",
"version": "19.7.1",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.7.1.tgz",
"integrity": "sha512-LhcPfVjcOcOZA7LEuBBeO00o3MeZa+tWrX9Xyl1r9PMd5FWsEoZI9IgnGqTKZ0lZt5pO3ZlstgnRyY1CJJc9Xg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/is-ignored": "^19.6.0",
"@commitlint/is-ignored": "^19.7.1",
"@commitlint/parse": "^19.5.0",
"@commitlint/rules": "^19.6.0",
"@commitlint/types": "^19.5.0"

View file

@ -29,7 +29,7 @@
"uuid": "^11.0.5"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"eslint-config-next": "^15.1.6",
"husky": "^9.1.7",