mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
chore(deps): update dependency @commitlint/cli to ^17.0.1
This commit is contained in:
parent
c8a4d4905e
commit
8d14c22253
20
package-lock.json
generated
20
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user