⬆ Bump @commitlint/core from 19.2.1 to 19.2.2

Bumps [@commitlint/core](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/core) from 19.2.1 to 19.2.2.
- [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.2.2/@commitlint/core)

---
updated-dependencies:
- dependency-name: "@commitlint/core"
  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]
2024-04-15 10:08:43 +00:00
committed by github-actions[bot]
parent 223181f33b
commit 9b0aa38e92

22
package-lock.json generated
View File

@@ -615,13 +615,13 @@
}
},
"node_modules/@commitlint/core": {
"version": "19.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/core/-/core-19.2.1.tgz",
"integrity": "sha512-FrP4YQaLjyxgrrKlL6l2fR1zognxlgdq5gvZzjgwyWIfEAAjbG3zxmTBxAne4cJnj52wESNKxozNIOIrUr0GMQ==",
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@commitlint/core/-/core-19.2.2.tgz",
"integrity": "sha512-74nsV6MYfq2+rSUjj+zzB3f7tswIeRokQPh5toTf24IrgYegj87hxuVIsqCwAoR0mckE9alC01EOkyojTqyioA==",
"dev": true,
"dependencies": {
"@commitlint/format": "^19.0.3",
"@commitlint/lint": "^19.1.0",
"@commitlint/lint": "^19.2.2",
"@commitlint/load": "^19.2.0",
"@commitlint/read": "^19.2.1"
},
@@ -719,9 +719,9 @@
}
},
"node_modules/@commitlint/is-ignored": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.0.3.tgz",
"integrity": "sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==",
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz",
"integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==",
"dev": true,
"dependencies": {
"@commitlint/types": "^19.0.3",
@@ -772,12 +772,12 @@
}
},
"node_modules/@commitlint/lint": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.1.0.tgz",
"integrity": "sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==",
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz",
"integrity": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==",
"dev": true,
"dependencies": {
"@commitlint/is-ignored": "^19.0.3",
"@commitlint/is-ignored": "^19.2.2",
"@commitlint/parse": "^19.0.3",
"@commitlint/rules": "^19.0.3",
"@commitlint/types": "^19.0.3"