From c13f233eb84e613595885394f43154bded6bacf0 Mon Sep 17 00:00:00 2001 From: wagoid <7467450+wagoid@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:39:10 -0300 Subject: [PATCH] chore(deps): upgrade commitlint-plugin-function-rules --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 090c683..6fbc5a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@commitlint/lint": "^13.2.0", "@commitlint/load": "^13.2.1", "commitlint-config-jira": "^1.5.1", - "commitlint-plugin-function-rules": "^1.3.2", + "commitlint-plugin-function-rules": "^1.4.0", "commitlint-plugin-jira-rules": "^1.5.1", "conventional-changelog-lint-config-canonical": "^1.0.0", "dargs": "^8.1.0", @@ -5175,14 +5175,14 @@ "integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g==" }, "node_modules/commitlint-plugin-function-rules": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.3.2.tgz", - "integrity": "sha512-Gwch0ZFWBcWwrYA/44or+y2Re7woSe8c8ItqZKCWoLCTTlN6eyG3chWY2fRN6c3NMsjsXmyoZ27JTTfWt95axQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz", + "integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==", "engines": { - "node": ">=10.22.1" + "node": ">=12" }, "peerDependencies": { - "@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x" + "@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x || 13.x" } }, "node_modules/commitlint-plugin-jira-rules": { @@ -18710,9 +18710,9 @@ "integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g==" }, "commitlint-plugin-function-rules": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.3.2.tgz", - "integrity": "sha512-Gwch0ZFWBcWwrYA/44or+y2Re7woSe8c8ItqZKCWoLCTTlN6eyG3chWY2fRN6c3NMsjsXmyoZ27JTTfWt95axQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz", + "integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==", "requires": {} }, "commitlint-plugin-jira-rules": { diff --git a/package.json b/package.json index c214c01..ada3702 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@commitlint/lint": "^13.2.0", "@commitlint/load": "^13.2.1", "commitlint-config-jira": "^1.5.1", - "commitlint-plugin-function-rules": "^1.3.2", + "commitlint-plugin-function-rules": "^1.4.0", "commitlint-plugin-jira-rules": "^1.5.1", "conventional-changelog-lint-config-canonical": "^1.0.0", "dargs": "^8.1.0",