chore: update dependency commitlint to ^19.2.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
395624abf6
commit
8b0df4d258
|
@ -20,7 +20,7 @@
|
|||
"@commitlint/config-conventional": "^19.1.0",
|
||||
"chai": "^4.4.1",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"commitlint": "^19.2.0",
|
||||
"commitlint": "^19.2.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^5.0.7",
|
||||
|
@ -517,15 +517,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "19.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.0.tgz",
|
||||
"integrity": "sha512-8XnQDMyQR+1/ldbmIyhonvnDS2enEw48Wompo/967fsEvy9Vj5/JbDutzmSBKxANWDVeEbR9QQm0yHpw6ArrFw==",
|
||||
"version": "19.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.1.tgz",
|
||||
"integrity": "sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^19.0.3",
|
||||
"@commitlint/lint": "^19.1.0",
|
||||
"@commitlint/load": "^19.2.0",
|
||||
"@commitlint/read": "^19.2.0",
|
||||
"@commitlint/read": "^19.2.1",
|
||||
"@commitlint/types": "^19.0.3",
|
||||
"execa": "^8.0.1",
|
||||
"yargs": "^17.0.0"
|
||||
|
@ -675,9 +675,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/read": {
|
||||
"version": "19.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.2.0.tgz",
|
||||
"integrity": "sha512-HlGeEd/jyp2a5Fb9mvtsaDm5hFCmj80dJYjLQkpG3DzWneWBc37YU3kM8Za1D1HUazZaTkdsWq73M3XDE4CvCA==",
|
||||
"version": "19.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.2.1.tgz",
|
||||
"integrity": "sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/top-level": "^19.0.0",
|
||||
|
@ -1591,12 +1591,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/commitlint": {
|
||||
"version": "19.2.0",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-19.2.0.tgz",
|
||||
"integrity": "sha512-gZkAkODO4meW5VHQ325MQBo+rMmtuVbrCo8Nbb9wqsGDJEXPC8RIXPLm5NNJSMqeuGMJzG7GMuoNayCPP/X9lA==",
|
||||
"version": "19.2.1",
|
||||
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-19.2.1.tgz",
|
||||
"integrity": "sha512-avW7E38gbdbUK7NIi/7gfkaKwlw8tjXy2HlmEdBS9A9+HeoHV1o/i96Sc9qjX0rKyPzKEsLi6cP3Wt3xM0kjEA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/cli": "^19.2.0",
|
||||
"@commitlint/cli": "^19.2.1",
|
||||
"@commitlint/types": "^19.0.3"
|
||||
},
|
||||
"bin": {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"@commitlint/config-conventional": "^19.1.0",
|
||||
"chai": "^4.4.1",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"commitlint": "^19.2.0",
|
||||
"commitlint": "^19.2.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-loopback": "^13.1.0",
|
||||
"loopback-datasource-juggler": "^5.0.7",
|
||||
|
|
Loading…
Reference in New Issue