diff --git a/package-lock.json b/package-lock.json index 5aa1a087..047a4afd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/config-conventional": "^18.4.3", "@faker-js/faker": "^8.2.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", @@ -839,9 +839,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.0.0.tgz", - "integrity": "sha512-XZW3MDwhMWwr7pf+jO5F18ohBwrJ8mt+1OPhkVyO8bYrY0dKPE5tPpdXlDt+JCFurl4VnUDPmu6xZ4/cKCH7cA==", + "version": "18.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.3.tgz", + "integrity": "sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" diff --git a/package.json b/package.json index 2fb67354..136474d1 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ }, "devDependencies": { "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/config-conventional": "^18.4.3", "@faker-js/faker": "^8.2.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1",