diff --git a/package-lock.json b/package-lock.json index f487acd..7452ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -622,18 +622,33 @@ } }, "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": "20.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.0.0.tgz", + "integrity": "sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw==", "dev": true, + "license": "MIT", "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^20.0.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { "node": ">=v18" } }, + "node_modules/@commitlint/config-conventional/node_modules/@commitlint/types": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-20.0.0.tgz", + "integrity": "sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/conventional-commits-parser": "^5.0.0", + "chalk": "^5.3.0" + }, + "engines": { + "node": ">=v18" + } + }, "node_modules/@commitlint/config-validator": { "version": "19.5.0", "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.5.0.tgz", @@ -2516,12 +2531,13 @@ } }, "node_modules/@pplancq/commitlint-config": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@pplancq/commitlint-config/-/commitlint-config-2.2.0.tgz", - "integrity": "sha512-p0OFHmQ55vwb+1/2SdxxsjptOxcq/8hm4djNmE2XY2bSh+TAvAZ9rtHPoxxrK2vfiHHzwf0mSrSByMkd1D4/2w==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@pplancq/commitlint-config/-/commitlint-config-2.3.0.tgz", + "integrity": "sha512-yNIREZWOMlOEbByVXpmHSN8iZsUohvfEEEsp2Z/PSTGxFL9nkrRH4xKrG9bpeXub+7haSsBhL8ZR17HGpdNmNQ==", "dev": true, + "license": "MIT", "dependencies": { - "@commitlint/config-conventional": "^19.2.2" + "@commitlint/config-conventional": "^20.0.0" }, "bin": { "init-commitlint-config": "bin/init.js" @@ -2530,7 +2546,7 @@ "node": ">=v18" }, "peerDependencies": { - "@commitlint/cli": "^19.0.3" + "@commitlint/cli": "^19.0.3 || ^20.0.0" } }, "node_modules/@pplancq/eslint-config": { @@ -5299,6 +5315,7 @@ "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", "dev": true, + "license": "ISC", "dependencies": { "compare-func": "^2.0.0" },