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 #465 from Tradeshift/renovate/commit-and-tag-version-12.x

chore(deps): update dependency commit-and-tag-version to ^12.4.1
This commit is contained in:
Renovate bot 2024-04-29 17:10:38 +09:00 committed by GitHub
commit 4f826d3829
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View file

@ -39,7 +39,7 @@
"@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"babel-jest": "^29.7.0", "babel-jest": "^29.7.0",
"commit-and-tag-version": "^12.4.0", "commit-and-tag-version": "^12.4.1",
"conventional-changelog-cli": "^4.1.0", "conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
@ -6800,9 +6800,9 @@
} }
}, },
"node_modules/commit-and-tag-version": { "node_modules/commit-and-tag-version": {
"version": "12.4.0", "version": "12.4.1",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.4.0.tgz", "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.4.1.tgz",
"integrity": "sha512-8uZyuGmVPCyq2Bzg/1GkUCdbCTRPrx0bP2hCYyYHTRTruq960WgCf7hYwg2/UiqSrdoZMrRBsHK5eLYeanSTkA==", "integrity": "sha512-+NAbDJ2KiXDvV45S8r6o1DWbeEXijxb+Vxp9dsogISuSeRZ5JOPiaQsHoDKhZ58FuBtmp6ITe/hpeFu2gT82xA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^2.4.2", "chalk": "^2.4.2",
@ -7030,9 +7030,9 @@
} }
}, },
"node_modules/commit-and-tag-version/node_modules/yaml": { "node_modules/commit-and-tag-version/node_modules/yaml": {
"version": "2.4.1", "version": "2.4.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
"integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
"dev": true, "dev": true,
"bin": { "bin": {
"yaml": "bin.mjs" "yaml": "bin.mjs"
@ -23132,9 +23132,9 @@
"dev": true "dev": true
}, },
"commit-and-tag-version": { "commit-and-tag-version": {
"version": "12.4.0", "version": "12.4.1",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.4.0.tgz", "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.4.1.tgz",
"integrity": "sha512-8uZyuGmVPCyq2Bzg/1GkUCdbCTRPrx0bP2hCYyYHTRTruq960WgCf7hYwg2/UiqSrdoZMrRBsHK5eLYeanSTkA==", "integrity": "sha512-+NAbDJ2KiXDvV45S8r6o1DWbeEXijxb+Vxp9dsogISuSeRZ5JOPiaQsHoDKhZ58FuBtmp6ITe/hpeFu2gT82xA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",
@ -23302,9 +23302,9 @@
} }
}, },
"yaml": { "yaml": {
"version": "2.4.1", "version": "2.4.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
"integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
"dev": true "dev": true
}, },
"yargs": { "yargs": {

View file

@ -51,7 +51,7 @@
"@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"babel-jest": "^29.7.0", "babel-jest": "^29.7.0",
"commit-and-tag-version": "^12.4.0", "commit-and-tag-version": "^12.4.1",
"conventional-changelog-cli": "^4.1.0", "conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",