diff --git a/package-lock.json b/package-lock.json index 21efd16..c60b081 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", "@types/sinon": "17.0.3", - "@vidavidorra/commitlint-config": "7.0.0-beta.1", + "@vidavidorra/commitlint-config": "7.0.3", "ava": "6.1.2", "c8": "9.1.0", "esbuild": "0.20.2", @@ -2692,13 +2692,13 @@ } }, "node_modules/@vidavidorra/commitlint-config": { - "version": "7.0.0-beta.1", - "resolved": "https://registry.npmjs.org/@vidavidorra/commitlint-config/-/commitlint-config-7.0.0-beta.1.tgz", - "integrity": "sha512-HUxE6XclAzQBfPz8QZ3ip6YTWlyUOh7VK6/ZfVGwpjgT2HM7uh4sC0PJeKHx0owoCBv39YTpZmbvngKj9ZQVKQ==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@vidavidorra/commitlint-config/-/commitlint-config-7.0.3.tgz", + "integrity": "sha512-X24fvbOuM43B0+nccjPgTFjycNKM39FBGrHMTGqs2T/wM4ntIQ/asx293VCgVSMh0L3Rx5PMbRCIcEgoRU0KNA==", "dev": true, "dependencies": { "@commitlint/config-conventional": "19.1.0", - "commitlint-plugin-function-rules": "4.0.0-beta.1" + "commitlint-plugin-function-rules": "4.0.0" }, "engines": { "node": ">=20" @@ -4092,9 +4092,9 @@ } }, "node_modules/commitlint-plugin-function-rules": { - "version": "4.0.0-beta.1", - "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-4.0.0-beta.1.tgz", - "integrity": "sha512-0T519HJAY2xyO4sXhVQVCm4TvqRXZZM/ePVDXRFzsMFc9s5yQ3MuUff+EAdV/26rBo67l+VW9hnRz1N8wTwqpQ==", + "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==", "dev": true, "engines": { "node": ">=20" diff --git a/package.json b/package.json index f6cc441..c30af72 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", "@types/sinon": "17.0.3", - "@vidavidorra/commitlint-config": "7.0.0-beta.1", + "@vidavidorra/commitlint-config": "7.0.3", "ava": "6.1.2", "c8": "9.1.0", "esbuild": "0.20.2",