From 92c8213d4a7d6811b5c400830c8c6219bcdb982e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:57:36 +0000 Subject: [PATCH] chore(deps): update dependency @vidavidorra/commitlint-config to v7.0.9 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21b071a..9188dd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", - "@vidavidorra/commitlint-config": "7.0.7", + "@vidavidorra/commitlint-config": "7.0.9", "husky": "9.1.6", "lint-staged": "15.2.10", "prettier": "3.3.3", @@ -1716,14 +1716,14 @@ "license": "ISC" }, "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" @@ -2881,9 +2881,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 2291876..88a8be9 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", - "@vidavidorra/commitlint-config": "7.0.7", + "@vidavidorra/commitlint-config": "7.0.9", "husky": "9.1.6", "lint-staged": "15.2.10", "prettier": "3.3.3",