diff --git a/package.json b/package.json index 78ea35f..e6189d0 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "vuetify": "^3.5.8" }, "devDependencies": { - "@commitlint/config-conventional": "^19.2.2", + "@commitlint/config-conventional": "^19.8.0", "@electron-toolkit/eslint-config": "^1.0.1", "@electron-toolkit/eslint-config-ts": "^2.0.0", "@electron-toolkit/tsconfig": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index bdd9ffb..6f3123b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -204,12 +204,12 @@ execa "^8.0.1" yargs "^17.0.0" -"@commitlint/config-conventional@^19.2.2": - version "19.2.2" - resolved "https://registry.npmmirror.com/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz#1f4e6975d428985deacf2b3ff6547e02c9302054" - integrity sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw== +"@commitlint/config-conventional@^19.8.0": + version "19.8.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz#4a1470a0156f5d1f560426c05cfc3a6a796c2b9c" + integrity sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw== dependencies: - "@commitlint/types" "^19.0.3" + "@commitlint/types" "^19.8.0" conventional-changelog-conventionalcommits "^7.0.2" "@commitlint/config-validator@^19.0.3": @@ -339,10 +339,10 @@ dependencies: find-up "^7.0.0" -"@commitlint/types@^19.0.3": - version "19.0.3" - resolved "https://registry.npmmirror.com/@commitlint/types/-/types-19.0.3.tgz#feff4ecac2b5c359f2a57f9ab094b2ac80ef0266" - integrity sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA== +"@commitlint/types@^19.0.3", "@commitlint/types@^19.8.0": + version "19.8.0" + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.0.tgz#5a77c7a723a714995a51917edd0ecfcf29495d3c" + integrity sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg== dependencies: "@types/conventional-commits-parser" "^5.0.0" chalk "^5.3.0"