From dff0a74545b8cb471347ab59952ae039101c5479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 02:07:13 +0000 Subject: [PATCH] chore(deps): bump commitlint-plugin-function-rules from 1.4.0 to 1.6.2 Bumps [commitlint-plugin-function-rules](https://github.com/vidavidorra/commitlint-plugin-function-rules) from 1.4.0 to 1.6.2. - [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.4.0...v1.6.2) --- 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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a9bb65..5466ad0 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.4.0", + "commitlint-plugin-function-rules": "^1.6.2", "commitlint-plugin-jira-rules": "^1.5.1", "conventional-changelog-lint-config-canonical": "^1.0.0", "dargs": "^8.1.0", @@ -5607,14 +5607,14 @@ "integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g==" }, "node_modules/commitlint-plugin-function-rules": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz", - "integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.6.2.tgz", + "integrity": "sha512-vhUhYd/nxq0eBcdvvMq6PvNaBfsm3eK9qkjgT73oSMAqP4nWWpmf520SSudwfJZf6PyCjbtkp6xZ+nhyCS8B0g==", "engines": { "node": ">=12" }, "peerDependencies": { - "@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x || 13.x" + "@commitlint/lint": ">=9.1.2 <17" } }, "node_modules/commitlint-plugin-jira-rules": { @@ -19493,9 +19493,9 @@ "integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g==" }, "commitlint-plugin-function-rules": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz", - "integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.6.2.tgz", + "integrity": "sha512-vhUhYd/nxq0eBcdvvMq6PvNaBfsm3eK9qkjgT73oSMAqP4nWWpmf520SSudwfJZf6PyCjbtkp6xZ+nhyCS8B0g==", "requires": {} }, "commitlint-plugin-jira-rules": { diff --git a/package.json b/package.json index 0389d60..8492541 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.4.0", + "commitlint-plugin-function-rules": "^1.6.2", "commitlint-plugin-jira-rules": "^1.5.1", "conventional-changelog-lint-config-canonical": "^1.0.0", "dargs": "^8.1.0",