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

Merge pull request #341 from wagoid/dependabot/npm_and_yarn/commitlint/ensure-16.2.1

chore(deps-dev): bump @commitlint/ensure from 13.2.0 to 16.2.1
This commit is contained in:
Wagner Santos 2022-04-06 18:29:20 -03:00 committed by GitHub
commit 3aaeccdef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 10 deletions

66
package-lock.json generated
View file

@ -30,7 +30,7 @@
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@commitlint/cli": "^13.2.1",
"@commitlint/ensure": "^13.2.0",
"@commitlint/ensure": "^16.2.1",
"@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1",
"@jest/globals": "^27.5.1",
@ -1936,17 +1936,30 @@
}
},
"node_modules/@commitlint/ensure": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
"integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-16.2.1.tgz",
"integrity": "sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==",
"dev": true,
"dependencies": {
"@commitlint/types": "^13.2.0",
"@commitlint/types": "^16.2.1",
"lodash": "^4.17.19"
},
"engines": {
"node": ">=v12"
}
},
"node_modules/@commitlint/ensure/node_modules/@commitlint/types": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz",
"integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==",
"dev": true,
"dependencies": {
"chalk": "^4.0.0"
},
"engines": {
"node": ">=v12"
}
},
"node_modules/@commitlint/execute-rule": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-13.2.0.tgz",
@ -2091,6 +2104,18 @@
"node": ">=v12"
}
},
"node_modules/@commitlint/rules/node_modules/@commitlint/ensure": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
"integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
"dependencies": {
"@commitlint/types": "^13.2.0",
"lodash": "^4.17.19"
},
"engines": {
"node": ">=v12"
}
},
"node_modules/@commitlint/test": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/test/-/test-9.0.1.tgz",
@ -16146,12 +16171,24 @@
}
},
"@commitlint/ensure": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
"integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-16.2.1.tgz",
"integrity": "sha512-/h+lBTgf1r5fhbDNHOViLuej38i3rZqTQnBTk+xEg+ehOwQDXUuissQ5GsYXXqI5uGy+261ew++sT4EA3uBJ+A==",
"dev": true,
"requires": {
"@commitlint/types": "^13.2.0",
"@commitlint/types": "^16.2.1",
"lodash": "^4.17.19"
},
"dependencies": {
"@commitlint/types": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-16.2.1.tgz",
"integrity": "sha512-7/z7pA7BM0i8XvMSBynO7xsB3mVQPUZbVn6zMIlp/a091XJ3qAXRXc+HwLYhiIdzzS5fuxxNIHZMGHVD4HJxdA==",
"dev": true,
"requires": {
"chalk": "^4.0.0"
}
}
}
},
"@commitlint/execute-rule": {
@ -16265,6 +16302,17 @@
"@commitlint/to-lines": "^13.2.0",
"@commitlint/types": "^13.2.0",
"execa": "^5.0.0"
},
"dependencies": {
"@commitlint/ensure": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
"integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
"requires": {
"@commitlint/types": "^13.2.0",
"lodash": "^4.17.19"
}
}
}
},
"@commitlint/test": {

View file

@ -43,7 +43,7 @@
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@commitlint/cli": "^13.2.1",
"@commitlint/ensure": "^13.2.0",
"@commitlint/ensure": "^16.2.1",
"@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1",
"@jest/globals": "^27.5.1",