chore: update dependency @commitlint/cli to ^17.5.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2023-03-28 15:30:15 +00:00
parent 888e66bf6a
commit a229a7ac58
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@ -24,7 +24,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@types/node": "^10.17.60",
"async-iterators": "^0.2.2",
@ -473,15 +473,15 @@
}
},
"node_modules/@commitlint/cli": {
"version": "17.5.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.5.0.tgz",
"integrity": "sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==",
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.5.1.tgz",
"integrity": "sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==",
"dev": true,
"dependencies": {
"@commitlint/format": "^17.4.4",
"@commitlint/lint": "^17.4.4",
"@commitlint/load": "^17.5.0",
"@commitlint/read": "^17.4.4",
"@commitlint/read": "^17.5.1",
"@commitlint/types": "^17.4.4",
"execa": "^5.0.0",
"lodash.isfunction": "^3.0.9",
@ -637,15 +637,15 @@
}
},
"node_modules/@commitlint/read": {
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.4.4.tgz",
"integrity": "sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==",
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.5.1.tgz",
"integrity": "sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==",
"dev": true,
"dependencies": {
"@commitlint/top-level": "^17.4.0",
"@commitlint/types": "^17.4.4",
"fs-extra": "^11.0.0",
"git-raw-commits": "^2.0.0",
"git-raw-commits": "^2.0.11",
"minimist": "^1.2.6"
},
"engines": {
@ -6057,15 +6057,15 @@
}
},
"@commitlint/cli": {
"version": "17.5.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.5.0.tgz",
"integrity": "sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==",
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.5.1.tgz",
"integrity": "sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==",
"dev": true,
"requires": {
"@commitlint/format": "^17.4.4",
"@commitlint/lint": "^17.4.4",
"@commitlint/load": "^17.5.0",
"@commitlint/read": "^17.4.4",
"@commitlint/read": "^17.5.1",
"@commitlint/types": "^17.4.4",
"execa": "^5.0.0",
"lodash.isfunction": "^3.0.9",
@ -6185,15 +6185,15 @@
}
},
"@commitlint/read": {
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.4.4.tgz",
"integrity": "sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==",
"version": "17.5.1",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.5.1.tgz",
"integrity": "sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==",
"dev": true,
"requires": {
"@commitlint/top-level": "^17.4.0",
"@commitlint/types": "^17.4.4",
"fs-extra": "^11.0.0",
"git-raw-commits": "^2.0.0",
"git-raw-commits": "^2.0.11",
"minimist": "^1.2.6"
}
},

View File

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