From b37443e30f036d281d9a44ea74719fd8b9628760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 18:38:39 +0000 Subject: [PATCH] chore(deps): bump commitlint-plugin-function-rules from 1.3.2 to 1.4.0 Bumps [commitlint-plugin-function-rules](https://github.com/vidavidorra/commitlint-plugin-function-rules) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/vidavidorra/commitlint-plugin-function-rules/releases) - [Changelog](https://github.com/vidavidorra/commitlint-plugin-function-rules/blob/main/CHANGELOG.md) - [Commits](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: commitlint-plugin-function-rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 523c7bd..2d8a401 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 5e6aadc..c9526b6 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",