chore(deps): update dependency @commitlint/cli to v17.5.1

This commit is contained in:
renovate[bot] 2023-03-31 09:10:14 +00:00
parent a3d2fc4e1c
commit 6628c43a87
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View file

@ -17,7 +17,7 @@
"@semantic-release/release-notes-generator": "^10.0.3"
},
"devDependencies": {
"@commitlint/cli": "17.5.0",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"eslint": "8.36.0",
"eslint-config-scratch": "8.0.0",
@ -408,15 +408,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",
@ -790,15 +790,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": {
@ -8680,15 +8680,15 @@
"optional": true
},
"@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",
@ -8976,15 +8976,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

@ -50,7 +50,7 @@
"semantic-release": ">=19.0.2"
},
"devDependencies": {
"@commitlint/cli": "17.5.0",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"eslint": "8.36.0",
"eslint-config-scratch": "8.0.0",