From 3f4c761fd8e8aa236e23cc3769803d825499e0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 08:29:12 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 17.1.0 to 17.2.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 17.1.0 to 17.2.0. - [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.2.0/@commitlint/config-angular) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:development update-type: version-update:semver-minor ... 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 8495a114fab..87977d88008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1773,9 +1773,9 @@ } }, "@commitlint/config-angular": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.1.0.tgz", - "integrity": "sha512-icTZHZlKUSkAhNk0qX2KGAKVTsuhP8XnSLLusoKHZHPqbz2fX7DzjzsTU/Llr3J7v+XBv04ml2Rw4ZAvcIhcxQ==", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.2.0.tgz", + "integrity": "sha512-IlS1DYlLpl2M8d7HY7VLCFv30lYrGG0Rxkbw9ZwwL++cNbJZqxu+QW7goxD197+WUsyrQdY9Zdrj4U/RZJQTDQ==", "dev": true, "requires": { "@commitlint/config-angular-type-enum": "^17.0.0" diff --git a/package.json b/package.json index d2c7792fb46..405e1185f70 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "devDependencies": { "@codechecks/client": "0.1.12", "@commitlint/cli": "17.2.0", - "@commitlint/config-angular": "17.1.0", + "@commitlint/config-angular": "17.2.0", "@fastify/cors": "^8.0.0", "@fastify/formbody": "7.3.0", "@fastify/middie": "8.0.0",