diff --git a/package-lock.json b/package-lock.json index d67cf85..377c468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/node": "22.8.6", "@types/sinon": "17.0.3", "@types/validate-npm-package-name": "4.0.2", - "@vidavidorra/commitlint-config": "7.0.7", + "@vidavidorra/commitlint-config": "7.0.9", "ava": "6.2.0", "c8": "10.1.2", "husky": "9.1.6", @@ -2459,14 +2459,14 @@ } }, "node_modules/@vidavidorra/commitlint-config": { - "version": "7.0.7", - "resolved": "https://registry.npmjs.org/@vidavidorra/commitlint-config/-/commitlint-config-7.0.7.tgz", - "integrity": "sha512-owbk4IC4lMgYX/VUU0NYPWYa6zIEJqNrisqgemi6XuAlIM/5Dam+O3FhDjjnSMgovgEW8EEAvGn5B5Q6CwI6/A==", + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@vidavidorra/commitlint-config/-/commitlint-config-7.0.9.tgz", + "integrity": "sha512-GBMGc1pyJk+QkZv1SqjSSpD1e6dAyQk1JOsAz1R3wKOpHYJnFeG63CzDaJ+rwIbBypEQR94bt1WRfNGqAHSu0Q==", "dev": true, "license": "GPL-3.0-or-later", "dependencies": { "@commitlint/config-conventional": "19.5.0", - "commitlint-plugin-function-rules": "4.0.0" + "commitlint-plugin-function-rules": "4.0.1" }, "engines": { "node": ">=20" @@ -3939,9 +3939,9 @@ } }, "node_modules/commitlint-plugin-function-rules": { - "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==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-4.0.1.tgz", + "integrity": "sha512-q3zniafaRo41x0eatCCe1ai9Tge4ArK4Mc5rVXTCtj6D9s0unxYpCnFiyLVOpKyz8za78qlZacCHTErvHnU+dw==", "dev": true, "license": "GPL-3.0-or-later", "engines": { diff --git a/package.json b/package.json index 967cd11..5bbcd2e 100644 --- a/package.json +++ b/package.json @@ -217,7 +217,7 @@ "@types/node": "22.8.6", "@types/sinon": "17.0.3", "@types/validate-npm-package-name": "4.0.2", - "@vidavidorra/commitlint-config": "7.0.7", + "@vidavidorra/commitlint-config": "7.0.9", "ava": "6.2.0", "c8": "10.1.2", "husky": "9.1.6",