From 9a3ab5652eb70cd0506f667ceb20cac60a600839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:04:38 +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.4.3 to 17.4.4. - [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.4.4/@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 c524c3c70..19f8ebef7 100644 --- a/action/package-lock.json +++ b/action/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^5.1.1", "@commitlint/config-angular": "^17.4.3", "@commitlint/config-angular-type-enum": "^17.0.0", - "@commitlint/config-conventional": "^17.4.3", + "@commitlint/config-conventional": "^17.4.4", "@commitlint/config-lerna-scopes": "^17.4.2", "@commitlint/config-patternplate": "^17.4.4", "@commitlint/lint": "^17.4.2", @@ -473,9 +473,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.4.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.3.tgz", - "integrity": "sha512-8EsY2iDw74hCk3hIQSg7/E0R8/KtPjnFPZVwmmHxcjhZjkSykmxysefICPDnbI3xgxfov0zwL1WKDHM8zglJdw==", + "version": "17.4.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.4.tgz", + "integrity": "sha512-u6ztvxqzi6NuhrcEDR7a+z0yrh11elY66nRrQIpqsqW6sZmpxYkDLtpRH8jRML+mmxYQ8s4qqF06Q/IQx5aJeQ==", "dependencies": { "conventional-changelog-conventionalcommits": "^5.0.0" }, @@ -6289,9 +6289,9 @@ "integrity": "sha512-qbmfOfVqQHMKfc6CxS0A9b7+EFsOyEBoh4+i8Qa05uk8YhT/zY1CeIXK5V3wwemMDcHUegyL/ZnwCvWD7g8GxA==" }, "@commitlint/config-conventional": { - "version": "17.4.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.3.tgz", - "integrity": "sha512-8EsY2iDw74hCk3hIQSg7/E0R8/KtPjnFPZVwmmHxcjhZjkSykmxysefICPDnbI3xgxfov0zwL1WKDHM8zglJdw==", + "version": "17.4.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.4.tgz", + "integrity": "sha512-u6ztvxqzi6NuhrcEDR7a+z0yrh11elY66nRrQIpqsqW6sZmpxYkDLtpRH8jRML+mmxYQ8s4qqF06Q/IQx5aJeQ==", "requires": { "conventional-changelog-conventionalcommits": "^5.0.0" } diff --git a/action/package.json b/action/package.json index 4cba196e3..b30885d71 100644 --- a/action/package.json +++ b/action/package.json @@ -38,7 +38,7 @@ "@actions/github": "^5.1.1", "@commitlint/config-angular": "^17.4.3", "@commitlint/config-angular-type-enum": "^17.0.0", - "@commitlint/config-conventional": "^17.4.3", + "@commitlint/config-conventional": "^17.4.4", "@commitlint/config-lerna-scopes": "^17.4.2", "@commitlint/config-patternplate": "^17.4.4", "@commitlint/lint": "^17.4.2",