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-dev): bump commit-and-tag-version from 11.1.0 to 11.2.0

Bumps [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) from 11.1.0 to 11.2.0.
- [Release notes](https://github.com/absolute-version/commit-and-tag-version/releases)
- [Changelog](https://github.com/absolute-version/commit-and-tag-version/blob/master/CHANGELOG.md)
- [Commits](https://github.com/absolute-version/commit-and-tag-version/compare/v11.1.0...v11.2.0)

---
updated-dependencies:
- dependency-name: commit-and-tag-version
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

14
package-lock.json generated
View file

@ -39,7 +39,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"babel-jest": "^29.4.3",
"commit-and-tag-version": "^11.1.0",
"commit-and-tag-version": "^11.2.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
@ -5827,9 +5827,9 @@
}
},
"node_modules/commit-and-tag-version": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.1.0.tgz",
"integrity": "sha512-sVia6zoGNJGC69KhGEautLrShVhuYMhLGKt56mRzIkFJob78n+9DWNZEc7D7nZ1gjXJiAMgIqn2qHk/p3FuIPw==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.2.0.tgz",
"integrity": "sha512-cPMEvxIayRCTGw3k9WyRhGcI1snPNoXLXtOxKIS/hCGgVQZJ/Jn2zT8wMrTJw7kfqbWNA/kOukeIOHAJ+ZWy8g==",
"dev": true,
"dependencies": {
"chalk": "^2.4.2",
@ -19675,9 +19675,9 @@
"dev": true
},
"commit-and-tag-version": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.1.0.tgz",
"integrity": "sha512-sVia6zoGNJGC69KhGEautLrShVhuYMhLGKt56mRzIkFJob78n+9DWNZEc7D7nZ1gjXJiAMgIqn2qHk/p3FuIPw==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.2.0.tgz",
"integrity": "sha512-cPMEvxIayRCTGw3k9WyRhGcI1snPNoXLXtOxKIS/hCGgVQZJ/Jn2zT8wMrTJw7kfqbWNA/kOukeIOHAJ+ZWy8g==",
"dev": true,
"requires": {
"chalk": "^2.4.2",

View file

@ -52,7 +52,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"babel-jest": "^29.4.3",
"commit-and-tag-version": "^11.1.0",
"commit-and-tag-version": "^11.2.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",