From e03aca6221495c134c2f502d388248f70878f0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 01:36:26 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 17.4.2 to 17.4.3 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 17.4.2 to 17.4.3. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.4.3/@commitlint/config-angular) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6762f847057..a9d162f2319 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1836,9 +1836,9 @@ } }, "@commitlint/config-angular": { - "version": "17.4.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.4.2.tgz", - "integrity": "sha512-14gEwTZ6wcpbdE0lNkJVeeafZd72occHwG9Fi6JEVQQ/nOi9XBiJRFWPRQObXlb8UZCh0q9xgIqeJTue6toypQ==", + "version": "17.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.4.3.tgz", + "integrity": "sha512-3EdQsY5nX88zxYShtVw3SjsKp6ktnGW5kCzX/xRz3jD1f4s0xpqRtcLhPQM3L14pgVrbe7V1JlDTDX2PIe7Xeg==", "dev": true, "requires": { "@commitlint/config-angular-type-enum": "^17.4.0" diff --git a/package.json b/package.json index c2f23f2eac0..7ae6aa892cb 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "devDependencies": { "@codechecks/client": "0.1.12", "@commitlint/cli": "17.4.2", - "@commitlint/config-angular": "17.4.2", + "@commitlint/config-angular": "17.4.3", "@fastify/cors": "^8.0.0", "@fastify/formbody": "7.4.0", "@fastify/middie": "8.1.0",