chore(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2 (#9823)

This commit is contained in:
dependabot[bot]
2024-04-15 11:21:47 +00:00
committed by GitHub
parent 91819beb9e
commit 663f237c80
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -56,7 +56,7 @@
"@babel/preset-react": "=7.24.1",
"@babel/register": "=7.23.7",
"@cfaester/enzyme-adapter-react-18": "=0.7.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.1.0",
"@jest/globals": "=29.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
@@ -2150,13 +2150,13 @@
}
},
"node_modules/@commitlint/cli": {
"version": "19.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.1.tgz",
"integrity": "sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==",
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.2.tgz",
"integrity": "sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==",
"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",
"@commitlint/types": "^19.0.3",
@@ -2382,9 +2382,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",
@@ -2428,12 +2428,12 @@
"dev": true
},
"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"