chore: update dependency commitlint to ^18.4.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a5561bdb48
commit
4b42220a88
|
@ -20,7 +20,7 @@
|
|||
"@commitlint/config-conventional": "^18.4.0",
|
||||
"chai": "^4.3.10",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"commitlint": "^18.4.0",
|
||||
"commitlint": "^18.4.1",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^4.28.9",
|
||||
|
@ -517,14 +517,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "18.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.0.tgz",
|
||||
"integrity": "sha512-iz3KJtmsRRFm6OlyrORxRR6qcrznuoFDzcvMXTMpl6E/wj9Vr2crolDk6cG3bFpJCjWd9C7KidXerRha6hh1kQ==",
|
||||
"version": "18.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-18.4.1.tgz",
|
||||
"integrity": "sha512-4+jljfd29Udw9RDDyigavLO9LvdbmB8O9xjDzVZ0R3lJuG7nCeyHgnKWIVpFaN590isZMV/cMeQK0gH7hRF40A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^18.4.0",
|
||||
"@commitlint/lint": "^18.4.0",
|
||||
"@commitlint/load": "^18.4.0",
|
||||
"@commitlint/load": "^18.4.1",
|
||||
"@commitlint/read": "^18.4.0",
|
||||
"@commitlint/types": "^18.4.0",
|
||||
"execa": "^5.0.0",
|
||||
|
@ -633,9 +633,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "18.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.0.tgz",
|
||||
"integrity": "sha512-7unGl1HGRNMgWrUPmj8OFkJyuNUMb6xA1i53/OAFKd9l+U3C4WTfoJe3t/TUz8vKZLCaDcWWR/b2cw5HveBBFg==",
|
||||
"version": "18.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-18.4.1.tgz",
|
||||
"integrity": "sha512-o/plBiPJQgbSq/4ipDpsq4HCmURjBAEjr1EO/p2falr3VhwV0WGXTvb8NlihgI8xtSyO6lHvtycrE535GMLQbA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^18.4.0",
|
||||
|
@ -644,7 +644,7 @@
|
|||
"@commitlint/types": "^18.4.0",
|
||||
"@types/node": "^18.11.9",
|
||||
"chalk": "^4.1.0",
|
||||
"cosmiconfig": "^8.0.0",
|
||||
"cosmiconfig": "^8.3.6",
|
||||
"cosmiconfig-typescript-loader": "^5.0.0",
|
||||
"lodash.isplainobject": "^4.0.6",
|
||||
"lodash.merge": "^4.6.2",
|
||||
|
@ -1610,12 +1610,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/commitlint": {
|
||||
"version": "18.4.0",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-18.4.0.tgz",
|
||||
"integrity": "sha512-AWfYec8uEejSOnJFGI+rjx9mo1zsn/7CGgHDA5mAcVya76ki3oPw5pxcYX2DUcMnRJHHxOD5n8ke7SuuHiWkkA==",
|
||||
"version": "18.4.1",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-18.4.1.tgz",
|
||||
"integrity": "sha512-l/whrYk3bxhSOJchjPPwWOI5mRaYBvV8yb2GtgVU5Nuu6v/Z5Do9+T0uGMkSL9YDWKdtUm0MtFGsGXLANWGxgA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/cli": "^18.4.0",
|
||||
"@commitlint/cli": "^18.4.1",
|
||||
"@commitlint/types": "^18.4.0"
|
||||
},
|
||||
"bin": {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"@commitlint/config-conventional": "^18.4.0",
|
||||
"chai": "^4.3.10",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"commitlint": "^18.4.0",
|
||||
"commitlint": "^18.4.1",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^4.28.9",
|
||||
|
|
Loading…
Reference in New Issue