From 300a32eb7de713064333395e4117b14dee9e92cd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 2 Oct 2024 12:57:12 +0200
Subject: [PATCH] build(deps-dev): bump @tada5hi/commitlint-config from 1.2.1
 to 1.2.2 (#704)

Bumps [@tada5hi/commitlint-config](https://github.com/tada5hi/javascript/tree/HEAD/packages/commitlint-config) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/tada5hi/javascript/releases)
- [Changelog](https://github.com/tada5hi/javascript/blob/master/packages/commitlint-config/CHANGELOG.md)
- [Commits](https://github.com/tada5hi/javascript/commits/commitlint-config-v1.2.2/packages/commitlint-config)

---
updated-dependencies:
- dependency-name: "@tada5hi/commitlint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 package-lock.json | 199 ++++++++++++++++++++++++----------------------
 package.json      |   2 +-
 2 files changed, 107 insertions(+), 94 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index f344d2147..f8c07b66c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,7 +15,7 @@
                 "@rollup/plugin-node-resolve": "^15.3.0",
                 "@swc/core": "^1.7.28",
                 "@swc/jest": "^0.2.27",
-                "@tada5hi/commitlint-config": "^1.2.1",
+                "@tada5hi/commitlint-config": "^1.2.2",
                 "@tada5hi/eslint-config-vue-typescript": "^1.3.12",
                 "@types/jest": "^29.5.12",
                 "@types/node": "^22.5.5",
@@ -996,18 +996,18 @@
             }
         },
         "node_modules/@commitlint/cli": {
-            "version": "19.3.0",
-            "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.3.0.tgz",
-            "integrity": "sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.5.0.tgz",
+            "integrity": "sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/format": "^19.3.0",
-                "@commitlint/lint": "^19.2.2",
-                "@commitlint/load": "^19.2.0",
-                "@commitlint/read": "^19.2.1",
-                "@commitlint/types": "^19.0.3",
-                "execa": "^8.0.1",
+                "@commitlint/format": "^19.5.0",
+                "@commitlint/lint": "^19.5.0",
+                "@commitlint/load": "^19.5.0",
+                "@commitlint/read": "^19.5.0",
+                "@commitlint/types": "^19.5.0",
+                "tinyexec": "^0.3.0",
                 "yargs": "^17.0.0"
             },
             "bin": {
@@ -1018,12 +1018,12 @@
             }
         },
         "node_modules/@commitlint/config-conventional": {
-            "version": "19.2.2",
-            "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz",
-            "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.5.0.tgz",
+            "integrity": "sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==",
             "dev": true,
             "dependencies": {
-                "@commitlint/types": "^19.0.3",
+                "@commitlint/types": "^19.5.0",
                 "conventional-changelog-conventionalcommits": "^7.0.2"
             },
             "engines": {
@@ -1031,13 +1031,13 @@
             }
         },
         "node_modules/@commitlint/config-validator": {
-            "version": "19.0.3",
-            "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.0.3.tgz",
-            "integrity": "sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.5.0.tgz",
+            "integrity": "sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/types": "^19.0.3",
+                "@commitlint/types": "^19.5.0",
                 "ajv": "^8.11.0"
             },
             "engines": {
@@ -1045,13 +1045,13 @@
             }
         },
         "node_modules/@commitlint/ensure": {
-            "version": "19.0.3",
-            "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.0.3.tgz",
-            "integrity": "sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.5.0.tgz",
+            "integrity": "sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/types": "^19.0.3",
+                "@commitlint/types": "^19.5.0",
                 "lodash.camelcase": "^4.3.0",
                 "lodash.kebabcase": "^4.1.1",
                 "lodash.snakecase": "^4.1.1",
@@ -1063,9 +1063,9 @@
             }
         },
         "node_modules/@commitlint/execute-rule": {
-            "version": "19.0.0",
-            "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.0.0.tgz",
-            "integrity": "sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.5.0.tgz",
+            "integrity": "sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==",
             "dev": true,
             "peer": true,
             "engines": {
@@ -1073,13 +1073,13 @@
             }
         },
         "node_modules/@commitlint/format": {
-            "version": "19.3.0",
-            "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz",
-            "integrity": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.5.0.tgz",
+            "integrity": "sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/types": "^19.0.3",
+                "@commitlint/types": "^19.5.0",
                 "chalk": "^5.3.0"
             },
             "engines": {
@@ -1087,13 +1087,13 @@
             }
         },
         "node_modules/@commitlint/is-ignored": {
-            "version": "19.2.2",
-            "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz",
-            "integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.5.0.tgz",
+            "integrity": "sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/types": "^19.0.3",
+                "@commitlint/types": "^19.5.0",
                 "semver": "^7.6.0"
             },
             "engines": {
@@ -1101,32 +1101,32 @@
             }
         },
         "node_modules/@commitlint/lint": {
-            "version": "19.2.2",
-            "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz",
-            "integrity": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.5.0.tgz",
+            "integrity": "sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/is-ignored": "^19.2.2",
-                "@commitlint/parse": "^19.0.3",
-                "@commitlint/rules": "^19.0.3",
-                "@commitlint/types": "^19.0.3"
+                "@commitlint/is-ignored": "^19.5.0",
+                "@commitlint/parse": "^19.5.0",
+                "@commitlint/rules": "^19.5.0",
+                "@commitlint/types": "^19.5.0"
             },
             "engines": {
                 "node": ">=v18"
             }
         },
         "node_modules/@commitlint/load": {
-            "version": "19.2.0",
-            "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.2.0.tgz",
-            "integrity": "sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.5.0.tgz",
+            "integrity": "sha512-INOUhkL/qaKqwcTUvCE8iIUf5XHsEPCLY9looJ/ipzi7jtGhgmtH7OOFiNvwYgH7mA8osUWOUDV8t4E2HAi4xA==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/config-validator": "^19.0.3",
-                "@commitlint/execute-rule": "^19.0.0",
-                "@commitlint/resolve-extends": "^19.1.0",
-                "@commitlint/types": "^19.0.3",
+                "@commitlint/config-validator": "^19.5.0",
+                "@commitlint/execute-rule": "^19.5.0",
+                "@commitlint/resolve-extends": "^19.5.0",
+                "@commitlint/types": "^19.5.0",
                 "chalk": "^5.3.0",
                 "cosmiconfig": "^9.0.0",
                 "cosmiconfig-typescript-loader": "^5.0.0",
@@ -1139,9 +1139,9 @@
             }
         },
         "node_modules/@commitlint/message": {
-            "version": "19.0.0",
-            "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.0.0.tgz",
-            "integrity": "sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.5.0.tgz",
+            "integrity": "sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==",
             "dev": true,
             "peer": true,
             "engines": {
@@ -1149,13 +1149,13 @@
             }
         },
         "node_modules/@commitlint/parse": {
-            "version": "19.0.3",
-            "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.0.3.tgz",
-            "integrity": "sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.5.0.tgz",
+            "integrity": "sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/types": "^19.0.3",
+                "@commitlint/types": "^19.5.0",
                 "conventional-changelog-angular": "^7.0.0",
                 "conventional-commits-parser": "^5.0.0"
             },
@@ -1164,31 +1164,31 @@
             }
         },
         "node_modules/@commitlint/read": {
-            "version": "19.2.1",
-            "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.2.1.tgz",
-            "integrity": "sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.5.0.tgz",
+            "integrity": "sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/top-level": "^19.0.0",
-                "@commitlint/types": "^19.0.3",
-                "execa": "^8.0.1",
+                "@commitlint/top-level": "^19.5.0",
+                "@commitlint/types": "^19.5.0",
                 "git-raw-commits": "^4.0.0",
-                "minimist": "^1.2.8"
+                "minimist": "^1.2.8",
+                "tinyexec": "^0.3.0"
             },
             "engines": {
                 "node": ">=v18"
             }
         },
         "node_modules/@commitlint/resolve-extends": {
-            "version": "19.1.0",
-            "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.1.0.tgz",
-            "integrity": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.5.0.tgz",
+            "integrity": "sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/config-validator": "^19.0.3",
-                "@commitlint/types": "^19.0.3",
+                "@commitlint/config-validator": "^19.5.0",
+                "@commitlint/types": "^19.5.0",
                 "global-directory": "^4.0.1",
                 "import-meta-resolve": "^4.0.0",
                 "lodash.mergewith": "^4.6.2",
@@ -1199,26 +1199,25 @@
             }
         },
         "node_modules/@commitlint/rules": {
-            "version": "19.0.3",
-            "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.0.3.tgz",
-            "integrity": "sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.5.0.tgz",
+            "integrity": "sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw==",
             "dev": true,
             "peer": true,
             "dependencies": {
-                "@commitlint/ensure": "^19.0.3",
-                "@commitlint/message": "^19.0.0",
-                "@commitlint/to-lines": "^19.0.0",
-                "@commitlint/types": "^19.0.3",
-                "execa": "^8.0.1"
+                "@commitlint/ensure": "^19.5.0",
+                "@commitlint/message": "^19.5.0",
+                "@commitlint/to-lines": "^19.5.0",
+                "@commitlint/types": "^19.5.0"
             },
             "engines": {
                 "node": ">=v18"
             }
         },
         "node_modules/@commitlint/to-lines": {
-            "version": "19.0.0",
-            "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.0.0.tgz",
-            "integrity": "sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.5.0.tgz",
+            "integrity": "sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==",
             "dev": true,
             "peer": true,
             "engines": {
@@ -1226,9 +1225,9 @@
             }
         },
         "node_modules/@commitlint/top-level": {
-            "version": "19.0.0",
-            "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.0.0.tgz",
-            "integrity": "sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.5.0.tgz",
+            "integrity": "sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==",
             "dev": true,
             "peer": true,
             "dependencies": {
@@ -1239,9 +1238,9 @@
             }
         },
         "node_modules/@commitlint/types": {
-            "version": "19.0.3",
-            "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.3.tgz",
-            "integrity": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==",
+            "version": "19.5.0",
+            "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz",
+            "integrity": "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==",
             "dev": true,
             "dependencies": {
                 "@types/conventional-commits-parser": "^5.0.0",
@@ -6342,15 +6341,15 @@
             }
         },
         "node_modules/@tada5hi/commitlint-config": {
-            "version": "1.2.1",
-            "resolved": "https://registry.npmjs.org/@tada5hi/commitlint-config/-/commitlint-config-1.2.1.tgz",
-            "integrity": "sha512-O+HNvdo4yFR1bfLFvFVEu9NGbitVW028swxc02gRz0qcOhrawLTLQ41elrjDyLfUAafA0QQFKVHH4hWFQRD/jg==",
+            "version": "1.2.2",
+            "resolved": "https://registry.npmjs.org/@tada5hi/commitlint-config/-/commitlint-config-1.2.2.tgz",
+            "integrity": "sha512-GIMCTQzsojg/Pk9+cKxUoeuDgk8EBbGw2Gi76JYghXROXs4i+pZ4ieYZClvkHgHAyf1zyZMszZ/mPxCNUZmSdw==",
             "dev": true,
             "dependencies": {
-                "@commitlint/config-conventional": "^19.2.2"
+                "@commitlint/config-conventional": "^19.4.1"
             },
             "peerDependencies": {
-                "@commitlint/cli": "^19.3.0"
+                "@commitlint/cli": "^19.4.1"
             }
         },
         "node_modules/@tada5hi/eslint-config": {
@@ -8172,16 +8171,16 @@
             }
         },
         "node_modules/ajv": {
-            "version": "8.16.0",
-            "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
-            "integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
+            "version": "8.17.1",
+            "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
+            "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
             "dev": true,
             "peer": true,
             "dependencies": {
                 "fast-deep-equal": "^3.1.3",
+                "fast-uri": "^3.0.1",
                 "json-schema-traverse": "^1.0.0",
-                "require-from-string": "^2.0.2",
-                "uri-js": "^4.4.1"
+                "require-from-string": "^2.0.2"
             },
             "funding": {
                 "type": "github",
@@ -12957,6 +12956,13 @@
             "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
             "dev": true
         },
+        "node_modules/fast-uri": {
+            "version": "3.0.2",
+            "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.2.tgz",
+            "integrity": "sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==",
+            "dev": true,
+            "peer": true
+        },
         "node_modules/fast-xml-parser": {
             "version": "4.4.1",
             "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
@@ -23588,6 +23594,13 @@
             "dev": true,
             "license": "MIT"
         },
+        "node_modules/tinyexec": {
+            "version": "0.3.0",
+            "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.0.tgz",
+            "integrity": "sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==",
+            "dev": true,
+            "peer": true
+        },
         "node_modules/tinyglobby": {
             "version": "0.2.6",
             "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.6.tgz",
diff --git a/package.json b/package.json
index b0f51ae81..750d87361 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
         "@rollup/plugin-node-resolve": "^15.3.0",
         "@swc/core": "^1.7.28",
         "@swc/jest": "^0.2.27",
-        "@tada5hi/commitlint-config": "^1.2.1",
+        "@tada5hi/commitlint-config": "^1.2.2",
         "@tada5hi/eslint-config-vue-typescript": "^1.3.12",
         "@types/jest": "^29.5.12",
         "@types/node": "^22.5.5",