chore(deps): update dependency @commitlint/cli to ^17.0.1

This commit is contained in:
Renovate Bot 2022-05-25 12:10:46 +00:00
parent c8a4d4905e
commit 8d14c22253
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 12 additions and 10 deletions

20
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gatsby-starter-lumen",
"version": "1.1.122",
"version": "1.1.124",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gatsby-starter-lumen",
"version": "1.1.122",
"version": "1.1.124",
"license": "MIT",
"dependencies": {
"@sentry/gatsby": "^6.19.7",
@ -43,7 +43,7 @@
},
"devDependencies": {
"@alxshelepenok/eslint-config": "^1.0.50",
"@commitlint/cli": "^17.0.0",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@jest/globals": "^27.5.1",
"@semantic-release/exec": "6.0.3",
@ -2013,9 +2013,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",
@ -2023,6 +2023,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",
@ -31259,9 +31260,9 @@
"optional": true
},
"@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",
@ -31269,6 +31270,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",

View File

@ -81,7 +81,7 @@
},
"devDependencies": {
"@alxshelepenok/eslint-config": "^1.0.50",
"@commitlint/cli": "^17.0.0",
"@commitlint/cli": "^17.0.1",
"@commitlint/config-conventional": "^17.0.0",
"@jest/globals": "^27.5.1",
"@semantic-release/exec": "6.0.3",