mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-27 09:55:45 -05:00
chore(deps): update dependency @commitlint/cli to v17.7.1
This commit is contained in:
parent
516da762cd
commit
a42c6fbfc9
2 changed files with 10 additions and 10 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -17,7 +17,7 @@
|
|||
"@semantic-release/release-notes-generator": "^10.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.7.0",
|
||||
"@commitlint/cli": "17.7.1",
|
||||
"@commitlint/config-conventional": "17.7.0",
|
||||
"eslint": "8.46.0",
|
||||
"eslint-config-scratch": "8.0.0",
|
||||
|
@ -417,14 +417,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "17.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.0.tgz",
|
||||
"integrity": "sha512-28PNJaGuBQZNoz3sd+6uO3b4+5PY+vWzyBfy5JOvFB7QtoZVXf2FYTQs5VO1cn7yAd3y9/0Rx0x6Vx82W/zhuA==",
|
||||
"version": "17.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.1.tgz",
|
||||
"integrity": "sha512-BCm/AT06SNCQtvFv921iNhudOHuY16LswT0R3OeolVGLk8oP+Rk9TfQfgjH7QPMjhvp76bNqGFEcpKojxUNW1g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^17.4.4",
|
||||
"@commitlint/lint": "^17.7.0",
|
||||
"@commitlint/load": "^17.7.0",
|
||||
"@commitlint/load": "^17.7.1",
|
||||
"@commitlint/read": "^17.5.1",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"execa": "^5.0.0",
|
||||
|
@ -8668,14 +8668,14 @@
|
|||
"optional": true
|
||||
},
|
||||
"@commitlint/cli": {
|
||||
"version": "17.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.0.tgz",
|
||||
"integrity": "sha512-28PNJaGuBQZNoz3sd+6uO3b4+5PY+vWzyBfy5JOvFB7QtoZVXf2FYTQs5VO1cn7yAd3y9/0Rx0x6Vx82W/zhuA==",
|
||||
"version": "17.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.7.1.tgz",
|
||||
"integrity": "sha512-BCm/AT06SNCQtvFv921iNhudOHuY16LswT0R3OeolVGLk8oP+Rk9TfQfgjH7QPMjhvp76bNqGFEcpKojxUNW1g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/format": "^17.4.4",
|
||||
"@commitlint/lint": "^17.7.0",
|
||||
"@commitlint/load": "^17.7.0",
|
||||
"@commitlint/load": "^17.7.1",
|
||||
"@commitlint/read": "^17.5.1",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"execa": "^5.0.0",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"semantic-release": ">=19.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.7.0",
|
||||
"@commitlint/cli": "17.7.1",
|
||||
"@commitlint/config-conventional": "17.7.0",
|
||||
"eslint": "8.46.0",
|
||||
"eslint-config-scratch": "8.0.0",
|
||||
|
|
Loading…
Reference in a new issue