diff --git a/package-lock.json b/package-lock.json index 443a5629..cb863ee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/lint": "^18.1.0", "@commitlint/load": "^18.2.0", "commitlint-config-jira": "^1.6.4", - "commitlint-plugin-function-rules": "^2.0.2", + "commitlint-plugin-function-rules": "^4.0.0", "commitlint-plugin-jira-rules": "^1.6.4", "conventional-changelog-conventionalcommits": "^7.0.2", "conventional-changelog-lint-config-canonical": "^1.0.0", @@ -7058,14 +7058,14 @@ "integrity": "sha512-1Mp5b0Q31XBreH3EKrDy8sD6vZmcXFm1x6OXeskaiiOKm5C1qQ0ObOiF66RKozuUAixaOGgHje6N/T+nfd5GBA==" }, "node_modules/commitlint-plugin-function-rules": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-2.0.2.tgz", - "integrity": "sha512-SZIn5H3pTzZo1wlef17lYeduFDUHklvtYW9+jFs3uoXkezLbxTN13CrV9g2I9NRc9bhrW8RdkOesV2dZA224sg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-4.0.0.tgz", + "integrity": "sha512-ddZAgEm4MtgwHiPCb/mFpPeN2mW/doN7l14Lt9g2nFV3NpZVL0RJ6hFU/JJuEqRTVBlji/qmGzMeNR8qZ9BXfw==", "engines": { - "node": ">=16" + "node": ">=20" }, "peerDependencies": { - "@commitlint/lint": ">=9.1.2 <18" + "@commitlint/lint": ">=19 <20" } }, "node_modules/commitlint-plugin-jira-rules": { @@ -23297,9 +23297,9 @@ "integrity": "sha512-1Mp5b0Q31XBreH3EKrDy8sD6vZmcXFm1x6OXeskaiiOKm5C1qQ0ObOiF66RKozuUAixaOGgHje6N/T+nfd5GBA==" }, "commitlint-plugin-function-rules": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-2.0.2.tgz", - "integrity": "sha512-SZIn5H3pTzZo1wlef17lYeduFDUHklvtYW9+jFs3uoXkezLbxTN13CrV9g2I9NRc9bhrW8RdkOesV2dZA224sg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-4.0.0.tgz", + "integrity": "sha512-ddZAgEm4MtgwHiPCb/mFpPeN2mW/doN7l14Lt9g2nFV3NpZVL0RJ6hFU/JJuEqRTVBlji/qmGzMeNR8qZ9BXfw==", "requires": {} }, "commitlint-plugin-jira-rules": { diff --git a/package.json b/package.json index 7e484b61..80968a18 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@commitlint/lint": "^18.1.0", "@commitlint/load": "^18.2.0", "commitlint-config-jira": "^1.6.4", - "commitlint-plugin-function-rules": "^2.0.2", + "commitlint-plugin-function-rules": "^4.0.0", "commitlint-plugin-jira-rules": "^1.6.4", "conventional-changelog-conventionalcommits": "^7.0.2", "conventional-changelog-lint-config-canonical": "^1.0.0",