mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump @commitlint/load from 17.4.2 to 17.4.4
Bumps [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load) from 17.4.2 to 17.4.4. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/load/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.4.4/@commitlint/load) --- updated-dependencies: - dependency-name: "@commitlint/load" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
09faa1aae8
commit
479aea7f39
2 changed files with 38 additions and 38 deletions
74
package-lock.json
generated
74
package-lock.json
generated
|
|
@ -18,7 +18,7 @@
|
|||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.1.0",
|
||||
"@commitlint/load": "^17.1.2",
|
||||
"@commitlint/load": "^17.4.4",
|
||||
"commitlint-config-jira": "^1.6.4",
|
||||
"commitlint-plugin-function-rules": "^1.7.1",
|
||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||
|
|
@ -1958,11 +1958,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-validator": {
|
||||
"version": "17.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.4.0.tgz",
|
||||
"integrity": "sha512-Sa/+8KNpDXz4zT4bVbz2fpFjvgkPO6u2V2fP4TKgt6FjmOw2z3eEX859vtfeaTav/ukBw0/0jr+5ZTZp9zCBhA==",
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.4.4.tgz",
|
||||
"integrity": "sha512-bi0+TstqMiqoBAQDvdEP4AFh0GaKyLFlPPEObgI29utoKEYoPQTvF0EYqIwYYLEoJYhj5GfMIhPHJkTJhagfeg==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^17.4.0",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"ajv": "^8.11.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -2066,14 +2066,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "17.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.2.tgz",
|
||||
"integrity": "sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==",
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.4.tgz",
|
||||
"integrity": "sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==",
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^17.4.0",
|
||||
"@commitlint/config-validator": "^17.4.4",
|
||||
"@commitlint/execute-rule": "^17.4.0",
|
||||
"@commitlint/resolve-extends": "^17.4.0",
|
||||
"@commitlint/types": "^17.4.0",
|
||||
"@commitlint/resolve-extends": "^17.4.4",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"@types/node": "*",
|
||||
"chalk": "^4.1.0",
|
||||
"cosmiconfig": "^8.0.0",
|
||||
|
|
@ -2171,12 +2171,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/resolve-extends": {
|
||||
"version": "17.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.4.0.tgz",
|
||||
"integrity": "sha512-3JsmwkrCzoK8sO22AzLBvNEvC1Pmdn/65RKXzEtQMy6oYMl0Snrq97a5bQQEFETF0VsvbtUuKttLqqgn99OXRQ==",
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.4.4.tgz",
|
||||
"integrity": "sha512-znXr1S0Rr8adInptHw0JeLgumS11lWbk5xAWFVno+HUFVN45875kUtqjrI6AppmD3JI+4s0uZlqqlkepjJd99A==",
|
||||
"dependencies": {
|
||||
"@commitlint/config-validator": "^17.4.0",
|
||||
"@commitlint/types": "^17.4.0",
|
||||
"@commitlint/config-validator": "^17.4.4",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash.mergewith": "^4.6.2",
|
||||
"resolve-from": "^5.0.0",
|
||||
|
|
@ -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"
|
||||
},
|
||||
|
|
@ -16630,11 +16630,11 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/config-validator": {
|
||||
"version": "17.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.4.0.tgz",
|
||||
"integrity": "sha512-Sa/+8KNpDXz4zT4bVbz2fpFjvgkPO6u2V2fP4TKgt6FjmOw2z3eEX859vtfeaTav/ukBw0/0jr+5ZTZp9zCBhA==",
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.4.4.tgz",
|
||||
"integrity": "sha512-bi0+TstqMiqoBAQDvdEP4AFh0GaKyLFlPPEObgI29utoKEYoPQTvF0EYqIwYYLEoJYhj5GfMIhPHJkTJhagfeg==",
|
||||
"requires": {
|
||||
"@commitlint/types": "^17.4.0",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"ajv": "^8.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -16714,14 +16714,14 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/load": {
|
||||
"version": "17.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.2.tgz",
|
||||
"integrity": "sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==",
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.4.tgz",
|
||||
"integrity": "sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==",
|
||||
"requires": {
|
||||
"@commitlint/config-validator": "^17.4.0",
|
||||
"@commitlint/config-validator": "^17.4.4",
|
||||
"@commitlint/execute-rule": "^17.4.0",
|
||||
"@commitlint/resolve-extends": "^17.4.0",
|
||||
"@commitlint/types": "^17.4.0",
|
||||
"@commitlint/resolve-extends": "^17.4.4",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"@types/node": "*",
|
||||
"chalk": "^4.1.0",
|
||||
"cosmiconfig": "^8.0.0",
|
||||
|
|
@ -16802,12 +16802,12 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/resolve-extends": {
|
||||
"version": "17.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.4.0.tgz",
|
||||
"integrity": "sha512-3JsmwkrCzoK8sO22AzLBvNEvC1Pmdn/65RKXzEtQMy6oYMl0Snrq97a5bQQEFETF0VsvbtUuKttLqqgn99OXRQ==",
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.4.4.tgz",
|
||||
"integrity": "sha512-znXr1S0Rr8adInptHw0JeLgumS11lWbk5xAWFVno+HUFVN45875kUtqjrI6AppmD3JI+4s0uZlqqlkepjJd99A==",
|
||||
"requires": {
|
||||
"@commitlint/config-validator": "^17.4.0",
|
||||
"@commitlint/types": "^17.4.0",
|
||||
"@commitlint/config-validator": "^17.4.4",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"import-fresh": "^3.0.0",
|
||||
"lodash.mergewith": "^4.6.2",
|
||||
"resolve-from": "^5.0.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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.1.0",
|
||||
"@commitlint/load": "^17.1.2",
|
||||
"@commitlint/load": "^17.4.4",
|
||||
"commitlint-config-jira": "^1.6.4",
|
||||
"commitlint-plugin-function-rules": "^1.7.1",
|
||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue