mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-09 00:36:55 +00:00
chore(deps-dev): bump @commitlint/ensure from 13.1.0 to 13.2.0
Bumps [@commitlint/ensure](https://github.com/conventional-changelog/commitlint) from 13.1.0 to 13.2.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) --- updated-dependencies: - dependency-name: "@commitlint/ensure" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
06bd01fd98
commit
bfd5d273fe
2 changed files with 16 additions and 16 deletions
30
package-lock.json
generated
30
package-lock.json
generated
|
|
@ -30,7 +30,7 @@
|
|||
"@babel/core": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@commitlint/cli": "^13.1.0",
|
||||
"@commitlint/ensure": "^13.1.0",
|
||||
"@commitlint/ensure": "^13.2.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^27.2.4",
|
||||
|
|
@ -1891,11 +1891,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/ensure": {
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.1.0.tgz",
|
||||
"integrity": "sha512-NRGyjOdZQnlYwm9it//BZJ2Vm+4x7G9rEnHpLCvNKYY0c6RA8Qf7hamLAB8dWO12RLuFt06JaOpHZoTt/gHutA==",
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
|
||||
"integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^13.1.0",
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -2182,9 +2182,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/types": {
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.1.0.tgz",
|
||||
"integrity": "sha512-zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g==",
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.2.0.tgz",
|
||||
"integrity": "sha512-RRVHEqmk1qn/dIaSQhvuca6k/6Z54G+r/KyimZ8gnAFielGiGUpsFRhIY3qhd5rXClVxDaa3nlcyTWckSccotQ==",
|
||||
"dependencies": {
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
|
|
@ -16005,11 +16005,11 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/ensure": {
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.1.0.tgz",
|
||||
"integrity": "sha512-NRGyjOdZQnlYwm9it//BZJ2Vm+4x7G9rEnHpLCvNKYY0c6RA8Qf7hamLAB8dWO12RLuFt06JaOpHZoTt/gHutA==",
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
|
||||
"integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
|
||||
"requires": {
|
||||
"@commitlint/types": "^13.1.0",
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"lodash": "^4.17.19"
|
||||
}
|
||||
},
|
||||
|
|
@ -16231,9 +16231,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/types": {
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.1.0.tgz",
|
||||
"integrity": "sha512-zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g==",
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-13.2.0.tgz",
|
||||
"integrity": "sha512-RRVHEqmk1qn/dIaSQhvuca6k/6Z54G+r/KyimZ8gnAFielGiGUpsFRhIY3qhd5rXClVxDaa3nlcyTWckSccotQ==",
|
||||
"requires": {
|
||||
"chalk": "^4.0.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
"@babel/core": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@commitlint/cli": "^13.1.0",
|
||||
"@commitlint/ensure": "^13.1.0",
|
||||
"@commitlint/ensure": "^13.2.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^27.2.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue