mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-07-12 12:44:15 -04:00
chore(deps): update dependency @commitlint/cli to v17.0.1
This commit is contained in:
parent
06934aff10
commit
3f577db491
2 changed files with 10 additions and 8 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -17,7 +17,7 @@
|
||||||
"@semantic-release/release-notes-generator": "^10.0.3"
|
"@semantic-release/release-notes-generator": "^10.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "17.0.0",
|
"@commitlint/cli": "17.0.1",
|
||||||
"@commitlint/config-conventional": "17.0.0",
|
"@commitlint/config-conventional": "17.0.0",
|
||||||
"husky": "8.0.1",
|
"husky": "8.0.1",
|
||||||
"semantic-release": "19.0.2"
|
"semantic-release": "19.0.2"
|
||||||
|
@ -68,9 +68,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@commitlint/cli": {
|
"node_modules/@commitlint/cli": {
|
||||||
"version": "17.0.0",
|
"version": "17.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz",
|
||||||
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
|
"integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/format": "^17.0.0",
|
"@commitlint/format": "^17.0.0",
|
||||||
|
@ -78,6 +78,7 @@
|
||||||
"@commitlint/load": "^17.0.0",
|
"@commitlint/load": "^17.0.0",
|
||||||
"@commitlint/read": "^17.0.0",
|
"@commitlint/read": "^17.0.0",
|
||||||
"@commitlint/types": "^17.0.0",
|
"@commitlint/types": "^17.0.0",
|
||||||
|
"execa": "^5.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "5.0.0",
|
"resolve-from": "5.0.0",
|
||||||
"resolve-global": "1.0.0",
|
"resolve-global": "1.0.0",
|
||||||
|
@ -6278,9 +6279,9 @@
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"@commitlint/cli": {
|
"@commitlint/cli": {
|
||||||
"version": "17.0.0",
|
"version": "17.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.1.tgz",
|
||||||
"integrity": "sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==",
|
"integrity": "sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@commitlint/format": "^17.0.0",
|
"@commitlint/format": "^17.0.0",
|
||||||
|
@ -6288,6 +6289,7 @@
|
||||||
"@commitlint/load": "^17.0.0",
|
"@commitlint/load": "^17.0.0",
|
||||||
"@commitlint/read": "^17.0.0",
|
"@commitlint/read": "^17.0.0",
|
||||||
"@commitlint/types": "^17.0.0",
|
"@commitlint/types": "^17.0.0",
|
||||||
|
"execa": "^5.0.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"resolve-from": "5.0.0",
|
"resolve-from": "5.0.0",
|
||||||
"resolve-global": "1.0.0",
|
"resolve-global": "1.0.0",
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"semantic-release": ">=19.0.2"
|
"semantic-release": ">=19.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "17.0.0",
|
"@commitlint/cli": "17.0.1",
|
||||||
"@commitlint/config-conventional": "17.0.0",
|
"@commitlint/config-conventional": "17.0.0",
|
||||||
"husky": "8.0.1",
|
"husky": "8.0.1",
|
||||||
"semantic-release": "19.0.2"
|
"semantic-release": "19.0.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue