chore: update dependency commitlint to ^17.0.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-05-28 00:45:21 +00:00 committed by Diana Lau
parent 9f76ac249c
commit bdbc2575a1
2 changed files with 18 additions and 16 deletions

32
package-lock.json generated
View File

@ -20,7 +20,7 @@
"@commitlint/config-conventional": "^17.0.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"commitlint": "^17.0.0",
"commitlint": "^17.0.1",
"eslint": "^7.32.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.27.1",
@ -471,9 +471,9 @@
}
},
"node_modules/@commitlint/cli": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz",
"integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==",
"dev": true,
"dependencies": {
"@commitlint/format": "^17.0.0",
@ -481,6 +481,7 @@
"@commitlint/load": "^17.0.0",
"@commitlint/read": "^17.0.0",
"@commitlint/types": "^17.0.0",
"execa": "^5.0.0",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",
@ -1476,12 +1477,12 @@
"dev": true
},
"node_modules/commitlint": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.0.0.tgz",
"integrity": "sha512-9D1oY5UValrpkdpVbaiZ9EIXYJDnFvO5LXK5FztbIbnf3QxnC34A1MmMAzm9Z6Lmf7V4+khV0VE43302pHmwug==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.0.1.tgz",
"integrity": "sha512-SpBgzm6KJnT+2IX7y38+4w4hHW9XZFXI7Lg1VAYDuHviuGs0lBBabJ4qBX+ZFWS5PjJsNnsApklB1ZCVXXD7sw==",
"dev": true,
"dependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/cli": "^17.0.1",
"@commitlint/types": "^17.0.0"
},
"bin": {
@ -5754,9 +5755,9 @@
}
},
"@commitlint/cli": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz",
"integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==",
"dev": true,
"requires": {
"@commitlint/format": "^17.0.0",
@ -5764,6 +5765,7 @@
"@commitlint/load": "^17.0.0",
"@commitlint/read": "^17.0.0",
"@commitlint/types": "^17.0.0",
"execa": "^5.0.0",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",
@ -6532,12 +6534,12 @@
"dev": true
},
"commitlint": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.0.0.tgz",
"integrity": "sha512-9D1oY5UValrpkdpVbaiZ9EIXYJDnFvO5LXK5FztbIbnf3QxnC34A1MmMAzm9Z6Lmf7V4+khV0VE43302pHmwug==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/commitlint/-/commitlint-17.0.1.tgz",
"integrity": "sha512-SpBgzm6KJnT+2IX7y38+4w4hHW9XZFXI7Lg1VAYDuHviuGs0lBBabJ4qBX+ZFWS5PjJsNnsApklB1ZCVXXD7sw==",
"dev": true,
"requires": {
"@commitlint/cli": "^17.0.0",
"@commitlint/cli": "^17.0.1",
"@commitlint/types": "^17.0.0"
}
},

View File

@ -36,7 +36,7 @@
"@commitlint/config-conventional": "^17.0.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"commitlint": "^17.0.0",
"commitlint": "^17.0.1",
"eslint": "^7.32.0",
"eslint-config-loopback": "^13.1.0",
"loopback-datasource-juggler": "^4.27.1",