5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(deps): bump @commitlint/format from 17.4.0 to 17.4.4

Bumps [@commitlint/format](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/format) from 17.4.0 to 17.4.4.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/format/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.4.4/@commitlint/format)

---
updated-dependencies:
- dependency-name: "@commitlint/format"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-20 03:03:08 +00:00 committed by GitHub
parent 09faa1aae8
commit f59f16995a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@commitlint/config-lerna-scopes": "^17.0.2",
"@commitlint/config-patternplate": "^17.1.0",
"@commitlint/ensure": "^17.0.0",
"@commitlint/format": "^17.0.0",
"@commitlint/format": "^17.4.4",
"@commitlint/lint": "^17.1.0",
"@commitlint/load": "^17.1.2",
"commitlint-config-jira": "^1.6.4",
@ -2014,11 +2014,11 @@
}
},
"node_modules/@commitlint/format": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.4.0.tgz",
"integrity": "sha512-Z2bWAU5+f1YZh9W76c84J8iLIWIvvm+mzqogTz0Nsc1x6EHW0Z2gI38g5HAjB0r0I3ZjR15IDEJKhsxyblcyhA==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.4.4.tgz",
"integrity": "sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==",
"dependencies": {
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"chalk": "^4.1.0"
},
"engines": {
@ -2339,9 +2339,9 @@
}
},
"node_modules/@commitlint/types": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.0.tgz",
"integrity": "sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.4.tgz",
"integrity": "sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==",
"dependencies": {
"chalk": "^4.1.0"
},
@ -16675,11 +16675,11 @@
"integrity": "sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA=="
},
"@commitlint/format": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.4.0.tgz",
"integrity": "sha512-Z2bWAU5+f1YZh9W76c84J8iLIWIvvm+mzqogTz0Nsc1x6EHW0Z2gI38g5HAjB0r0I3ZjR15IDEJKhsxyblcyhA==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.4.4.tgz",
"integrity": "sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==",
"requires": {
"@commitlint/types": "^17.4.0",
"@commitlint/types": "^17.4.4",
"chalk": "^4.1.0"
}
},
@ -16933,9 +16933,9 @@
}
},
"@commitlint/types": {
"version": "17.4.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.0.tgz",
"integrity": "sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==",
"version": "17.4.4",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.4.tgz",
"integrity": "sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==",
"requires": {
"chalk": "^4.1.0"
}

View file

@ -29,7 +29,7 @@
"@commitlint/config-lerna-scopes": "^17.0.2",
"@commitlint/config-patternplate": "^17.1.0",
"@commitlint/ensure": "^17.0.0",
"@commitlint/format": "^17.0.0",
"@commitlint/format": "^17.4.4",
"@commitlint/lint": "^17.1.0",
"@commitlint/load": "^17.1.2",
"commitlint-config-jira": "^1.6.4",