chore: update dependency @commitlint/cli to ^19.3.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-23 04:58:56 +00:00
parent 2f4ff8b6a9
commit 3f910f9d2b
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -24,7 +24,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
@ -458,12 +458,12 @@
}
},
"node_modules/@commitlint/cli": {
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.2.tgz",
"integrity": "sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==",
"version": "19.3.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.3.0.tgz",
"integrity": "sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==",
"dev": true,
"dependencies": {
"@commitlint/format": "^19.0.3",
"@commitlint/format": "^19.3.0",
"@commitlint/lint": "^19.2.2",
"@commitlint/load": "^19.2.0",
"@commitlint/read": "^19.2.1",
@ -531,9 +531,9 @@
}
},
"node_modules/@commitlint/format": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.0.3.tgz",
"integrity": "sha512-QjjyGyoiVWzx1f5xOteKHNLFyhyweVifMgopozSgx1fGNrGV8+wp7k6n1t6StHdJ6maQJ+UUtO2TcEiBFRyR6Q==",
"version": "19.3.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz",
"integrity": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==",
"dev": true,
"dependencies": {
"@commitlint/types": "^19.0.3",

View File

@ -36,7 +36,7 @@
"posttest": "npm run lint"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",