⬆ Bump @commitlint/core from 19.0.3 to 19.1.0

Bumps [@commitlint/core](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/core) from 19.0.3 to 19.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/core/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/core)

---
updated-dependencies:
- dependency-name: "@commitlint/core"
  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]
2024-03-12 10:57:19 +00:00
committed by github-actions[bot]
parent a41edbbca7
commit 69a5443a6e

30
package-lock.json generated
View File

@@ -615,14 +615,14 @@
}
},
"node_modules/@commitlint/core": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/core/-/core-19.0.3.tgz",
"integrity": "sha512-83fkuoKKpbqlaIAX6ncpANfyupMgsTKlZ7GVubOFHfHN0F0nQv7dRUobRxE5WdvS+SoV3SgZFreZB2i3DWUfUg==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/core/-/core-19.1.0.tgz",
"integrity": "sha512-UeQQ6cmFj9Dq2h8ddd2Hr1S0aSqrXnSb+R60ObfcXlQhswWkflHEjbZcc8rzg/k3amjHx1DecYdDS/Gb4RT1rA==",
"dev": true,
"dependencies": {
"@commitlint/format": "^19.0.3",
"@commitlint/lint": "^19.0.3",
"@commitlint/load": "^19.0.3",
"@commitlint/lint": "^19.1.0",
"@commitlint/load": "^19.1.0",
"@commitlint/read": "^19.0.3"
},
"engines": {
@@ -772,9 +772,9 @@
}
},
"node_modules/@commitlint/lint": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.0.3.tgz",
"integrity": "sha512-uHPyRqIn57iIplYa5xBr6oNu5aPXKGC4WLeuHfqQHclwIqbJ33g3yA5fIA+/NYnp5ZM2EFiujqHFaVUYj6HlKA==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.1.0.tgz",
"integrity": "sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==",
"dev": true,
"dependencies": {
"@commitlint/is-ignored": "^19.0.3",
@@ -812,14 +812,14 @@
}
},
"node_modules/@commitlint/load": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.0.3.tgz",
"integrity": "sha512-18Tk/ZcDFRKIoKfEcl7kC+bYkEQ055iyKmGsYDoYWpKf6FUvBrP9bIWapuy/MB+kYiltmP9ITiUx6UXtqC9IRw==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.1.0.tgz",
"integrity": "sha512-rWqnvNDpeshX8JfUC/qjpDkQB78qF+4uHcJmIRJMwvlj6zWce08SP/TPKN3GlNKgXhAawwcAPxXL9qOTTdiOBA==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^19.0.3",
"@commitlint/execute-rule": "^19.0.0",
"@commitlint/resolve-extends": "^19.0.3",
"@commitlint/resolve-extends": "^19.1.0",
"@commitlint/types": "^19.0.3",
"chalk": "^5.3.0",
"cosmiconfig": "^8.3.6",
@@ -946,9 +946,9 @@
}
},
"node_modules/@commitlint/resolve-extends": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.0.3.tgz",
"integrity": "sha512-18BKmta8OC8+Ub+Q3QGM9l27VjQaXobloVXOrMvu8CpEwJYv62vC/t7Ka5kJnsW0tU9q1eMqJFZ/nN9T/cOaIA==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz",
"integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^19.0.3",