diff --git a/package-lock.json b/package-lock.json index 7a7c7cf..c81b84b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-semantically-released", "license": "MIT", "dependencies": { - "@form8ion/commitlint-config": "2.0.8" + "@form8ion/commitlint-config": "2.0.9" }, "devDependencies": { "ban-sensitive-files": "1.10.11", @@ -43,16 +43,16 @@ } }, "node_modules/@commitlint/cli": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.1.0.tgz", - "integrity": "sha512-pW5ujjrOovhq5RcYv5xCpb4GkZxkO2+GtOdBW2/qrr0Ll9tl3PX0aBBobGQl3mdZUbOBgwAexEQLeH6uxL0VYg==", + "version": "20.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.4.3.tgz", + "integrity": "sha512-Z37EMoDT7+Upg500vlr/vZrgRsb6Xc5JAA3Tv7BYbobnN/ZpqUeZnSLggBg2+1O+NptRDtyujr2DD1CPV2qwhA==", "license": "MIT", "dependencies": { - "@commitlint/format": "^20.0.0", - "@commitlint/lint": "^20.0.0", - "@commitlint/load": "^20.1.0", - "@commitlint/read": "^20.0.0", - "@commitlint/types": "^20.0.0", + "@commitlint/format": "^20.4.3", + "@commitlint/lint": "^20.4.3", + "@commitlint/load": "^20.4.3", + "@commitlint/read": "^20.4.3", + "@commitlint/types": "^20.4.3", "tinyexec": "^1.0.0", "yargs": "^17.0.0" }, @@ -64,13 +64,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.0.0.tgz", - "integrity": "sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw==", + "version": "20.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.3.tgz", + "integrity": "sha512-9RtLySbYQAs8yEqWEqhSZo9nYhbm57jx7qHXtgRmv/nmeQIjjMcwf6Dl+y5UZcGWgWx435TAYBURONaJIuCjWg==", "license": "MIT", "dependencies": { - "@commitlint/types": "^20.0.0", - "conventional-changelog-conventionalcommits": "^7.0.2" + "@commitlint/types": "^20.4.3", + "conventional-changelog-conventionalcommits": "^9.2.0" }, "engines": { "node": ">=v18" @@ -282,13 +282,13 @@ } }, "node_modules/@form8ion/commitlint-config": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@form8ion/commitlint-config/-/commitlint-config-2.0.8.tgz", - "integrity": "sha512-qgS5PA4E0EkooC8vBtNNlSDTbIg9JXuzJg9GYOtZ1V6Ah/a92TP3BmYb1BpkYX0WDTczq2ykZSWS1JXVujNRsg==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@form8ion/commitlint-config/-/commitlint-config-2.0.9.tgz", + "integrity": "sha512-ixK+cBuODl2K4L0KoGbjsKt5qYTISKtxHtd+IidUIlv8PCxbgkmIx8vLeNL8HjhxU7kvFiqV19Dxe/KywD9VWg==", "license": "MIT", "dependencies": { - "@commitlint/cli": "20.1.0", - "@commitlint/config-conventional": "20.0.0" + "@commitlint/cli": "20.4.3", + "@commitlint/config-conventional": "20.4.3" } }, "node_modules/@publint/pack": { @@ -1059,15 +1059,15 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", - "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.0.tgz", + "integrity": "sha512-kYFx6gAyjSIMwNtASkI3ZE99U1fuVDJr0yTYgVy+I2QG46zNZfl2her+0+eoviG82c5WQvW1jMt1eOQTeJLodA==", "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-commit-types": { diff --git a/package.json b/package.json index 8d0177f..b48e2c6 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ } }, "dependencies": { - "@form8ion/commitlint-config": "2.0.8" + "@form8ion/commitlint-config": "2.0.9" }, "devDependencies": { "ban-sensitive-files": "1.10.11",