From e0e950ffa45231a1259b887e0ada97158181d181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:06:05 +0000 Subject: [PATCH] build(deps): bump @commitlint/config-conventional in /action Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.6.5 to 17.6.6. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.6/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action/package-lock.json | 14 +++++++------- action/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/action/package-lock.json b/action/package-lock.json index 029f62063..1321676bd 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.1.1", "@commitlint/config-angular": "^17.6.6", "@commitlint/config-angular-type-enum": "^17.0.0", - "@commitlint/config-conventional": "^17.6.5", + "@commitlint/config-conventional": "^17.6.6", "@commitlint/config-lerna-scopes": "^17.6.3", "@commitlint/config-patternplate": "^17.6.6", "@commitlint/lint": "^17.6.5", @@ -473,9 +473,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.6.5", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.5.tgz", - "integrity": "sha512-Xl9H9KLl86NZm5CYNTNF9dcz1xelE/EbvhWIWcYxG/rn3UWYWdWmmnX2q6ZduNdLFSGbOxzUpIx61j5zxbeXxg==", + "version": "17.6.6", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.6.tgz", + "integrity": "sha512-phqPz3BDhfj49FUYuuZIuDiw+7T6gNAEy7Yew1IBHqSohVUCWOK2FXMSAExzS2/9X+ET93g0Uz83KjiHDOOFag==", "dependencies": { "conventional-changelog-conventionalcommits": "^5.0.0" }, @@ -6870,9 +6870,9 @@ "integrity": "sha512-qbmfOfVqQHMKfc6CxS0A9b7+EFsOyEBoh4+i8Qa05uk8YhT/zY1CeIXK5V3wwemMDcHUegyL/ZnwCvWD7g8GxA==" }, "@commitlint/config-conventional": { - "version": "17.6.5", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.5.tgz", - "integrity": "sha512-Xl9H9KLl86NZm5CYNTNF9dcz1xelE/EbvhWIWcYxG/rn3UWYWdWmmnX2q6ZduNdLFSGbOxzUpIx61j5zxbeXxg==", + "version": "17.6.6", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.6.tgz", + "integrity": "sha512-phqPz3BDhfj49FUYuuZIuDiw+7T6gNAEy7Yew1IBHqSohVUCWOK2FXMSAExzS2/9X+ET93g0Uz83KjiHDOOFag==", "requires": { "conventional-changelog-conventionalcommits": "^5.0.0" } diff --git a/action/package.json b/action/package.json index 0da50783c..663ea371b 100644 --- a/action/package.json +++ b/action/package.json @@ -38,7 +38,7 @@ "@actions/github": "^5.1.1", "@commitlint/config-angular": "^17.6.6", "@commitlint/config-angular-type-enum": "^17.0.0", - "@commitlint/config-conventional": "^17.6.5", + "@commitlint/config-conventional": "^17.6.6", "@commitlint/config-lerna-scopes": "^17.6.3", "@commitlint/config-patternplate": "^17.6.6", "@commitlint/lint": "^17.6.5",