chore(deps-dev): bump @commitlint/cli from 19.0.3 to 19.1.0 (#9684)

This commit is contained in:
dependabot[bot]
2024-03-12 12:00:55 +00:00
committed by GitHub
parent ab4b7ea553
commit 386d570271
2 changed files with 17 additions and 17 deletions

32
package-lock.json generated
View File

@@ -56,7 +56,7 @@
"@babel/preset-react": "=7.23.3",
"@babel/register": "=7.23.7",
"@cfaester/enzyme-adapter-react-18": "=0.7.1",
"@commitlint/cli": "^19.0.3",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.0.3",
"@jest/globals": "=29.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
@@ -2133,14 +2133,14 @@
}
},
"node_modules/@commitlint/cli": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.0.3.tgz",
"integrity": "sha512-mGhh/aYPib4Vy4h+AGRloMY+CqkmtdeKPV9poMcZeImF5e3knQ5VYaSeAM0mEzps1dbKsHvABwaDpafLUuM96g==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.1.0.tgz",
"integrity": "sha512-SYGm8HGbVzrlSYeB6oo6pG1Ec6bOMJcDsXgNGa4vgZQsPj6nJkcbTWlIRmtmIk0tHi0d5sCljGuQ+g/0NCPv7w==",
"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",
"@commitlint/types": "^19.0.3",
"execa": "^8.0.1",
@@ -2411,9 +2411,9 @@
"dev": true
},
"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",
@@ -2426,14 +2426,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",
@@ -2497,9 +2497,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",

View File

@@ -117,7 +117,7 @@
"@babel/preset-env": "=7.24.0",
"@babel/preset-react": "=7.23.3",
"@babel/register": "=7.23.7",
"@commitlint/cli": "^19.0.3",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.0.3",
"@jest/globals": "=29.7.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",