chore(deps-dev): bump @commitlint/cli from 19.8.0 to 19.8.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-09 19:13:47 +00:00 committed by GitHub
commit 964f011a8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 92 additions and 78 deletions

168
package-lock.json generated
View file

@ -28,7 +28,7 @@
"uuid": "^11.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.0",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.15.3",
@ -187,18 +187,18 @@
}
},
"node_modules/@commitlint/cli": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.0.tgz",
"integrity": "sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.1.tgz",
"integrity": "sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/format": "^19.8.0",
"@commitlint/lint": "^19.8.0",
"@commitlint/load": "^19.8.0",
"@commitlint/read": "^19.8.0",
"@commitlint/types": "^19.8.0",
"tinyexec": "^0.3.0",
"@commitlint/format": "^19.8.1",
"@commitlint/lint": "^19.8.1",
"@commitlint/load": "^19.8.1",
"@commitlint/read": "^19.8.1",
"@commitlint/types": "^19.8.1",
"tinyexec": "^1.0.0",
"yargs": "^17.0.0"
},
"bin": {
@ -208,6 +208,13 @@
"node": ">=v18"
}
},
"node_modules/@commitlint/cli/node_modules/tinyexec": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
"integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
"dev": true,
"license": "MIT"
},
"node_modules/@commitlint/config-conventional": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz",
@ -223,13 +230,13 @@
}
},
"node_modules/@commitlint/config-validator": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.0.tgz",
"integrity": "sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.1.tgz",
"integrity": "sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.0",
"@commitlint/types": "^19.8.1",
"ajv": "^8.11.0"
},
"engines": {
@ -237,13 +244,13 @@
}
},
"node_modules/@commitlint/ensure": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.0.tgz",
"integrity": "sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.1.tgz",
"integrity": "sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.0",
"@commitlint/types": "^19.8.1",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
@ -255,9 +262,9 @@
}
},
"node_modules/@commitlint/execute-rule": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.8.0.tgz",
"integrity": "sha512-fuLeI+EZ9x2v/+TXKAjplBJWI9CNrHnyi5nvUQGQt4WRkww/d95oVRsc9ajpt4xFrFmqMZkd/xBQHZDvALIY7A==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.8.1.tgz",
"integrity": "sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==",
"dev": true,
"license": "MIT",
"engines": {
@ -265,13 +272,13 @@
}
},
"node_modules/@commitlint/format": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.8.0.tgz",
"integrity": "sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.8.1.tgz",
"integrity": "sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.0",
"@commitlint/types": "^19.8.1",
"chalk": "^5.3.0"
},
"engines": {
@ -279,13 +286,13 @@
}
},
"node_modules/@commitlint/is-ignored": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.0.tgz",
"integrity": "sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz",
"integrity": "sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.0",
"@commitlint/types": "^19.8.1",
"semver": "^7.6.0"
},
"engines": {
@ -293,32 +300,32 @@
}
},
"node_modules/@commitlint/lint": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.8.0.tgz",
"integrity": "sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.8.1.tgz",
"integrity": "sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/is-ignored": "^19.8.0",
"@commitlint/parse": "^19.8.0",
"@commitlint/rules": "^19.8.0",
"@commitlint/types": "^19.8.0"
"@commitlint/is-ignored": "^19.8.1",
"@commitlint/parse": "^19.8.1",
"@commitlint/rules": "^19.8.1",
"@commitlint/types": "^19.8.1"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/load": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.8.0.tgz",
"integrity": "sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.8.1.tgz",
"integrity": "sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/config-validator": "^19.8.0",
"@commitlint/execute-rule": "^19.8.0",
"@commitlint/resolve-extends": "^19.8.0",
"@commitlint/types": "^19.8.0",
"@commitlint/config-validator": "^19.8.1",
"@commitlint/execute-rule": "^19.8.1",
"@commitlint/resolve-extends": "^19.8.1",
"@commitlint/types": "^19.8.1",
"chalk": "^5.3.0",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^6.1.0",
@ -331,9 +338,9 @@
}
},
"node_modules/@commitlint/message": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.0.tgz",
"integrity": "sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.1.tgz",
"integrity": "sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==",
"dev": true,
"license": "MIT",
"engines": {
@ -341,13 +348,13 @@
}
},
"node_modules/@commitlint/parse": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.8.0.tgz",
"integrity": "sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.8.1.tgz",
"integrity": "sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.0",
"@commitlint/types": "^19.8.1",
"conventional-changelog-angular": "^7.0.0",
"conventional-commits-parser": "^5.0.0"
},
@ -356,31 +363,38 @@
}
},
"node_modules/@commitlint/read": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.8.0.tgz",
"integrity": "sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.8.1.tgz",
"integrity": "sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/top-level": "^19.8.0",
"@commitlint/types": "^19.8.0",
"@commitlint/top-level": "^19.8.1",
"@commitlint/types": "^19.8.1",
"git-raw-commits": "^4.0.0",
"minimist": "^1.2.8",
"tinyexec": "^0.3.0"
"tinyexec": "^1.0.0"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/read/node_modules/tinyexec": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
"integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
"dev": true,
"license": "MIT"
},
"node_modules/@commitlint/resolve-extends": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.0.tgz",
"integrity": "sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz",
"integrity": "sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/config-validator": "^19.8.0",
"@commitlint/types": "^19.8.0",
"@commitlint/config-validator": "^19.8.1",
"@commitlint/types": "^19.8.1",
"global-directory": "^4.0.1",
"import-meta-resolve": "^4.0.0",
"lodash.mergewith": "^4.6.2",
@ -391,25 +405,25 @@
}
},
"node_modules/@commitlint/rules": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.0.tgz",
"integrity": "sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.1.tgz",
"integrity": "sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/ensure": "^19.8.0",
"@commitlint/message": "^19.8.0",
"@commitlint/to-lines": "^19.8.0",
"@commitlint/types": "^19.8.0"
"@commitlint/ensure": "^19.8.1",
"@commitlint/message": "^19.8.1",
"@commitlint/to-lines": "^19.8.1",
"@commitlint/types": "^19.8.1"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/to-lines": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.0.tgz",
"integrity": "sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.1.tgz",
"integrity": "sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==",
"dev": true,
"license": "MIT",
"engines": {
@ -417,9 +431,9 @@
}
},
"node_modules/@commitlint/top-level": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.8.0.tgz",
"integrity": "sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.8.1.tgz",
"integrity": "sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -430,9 +444,9 @@
}
},
"node_modules/@commitlint/types": {
"version": "19.8.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.0.tgz",
"integrity": "sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==",
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -33,7 +33,7 @@
"uuid": "^11.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.0",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.15.3",