From 76625ef0f7cfe4de117191d60d2a4f408a60cbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 06:12:47 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-angular from 17.7.0 to 17.8.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 17.7.0 to 17.8.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.8.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9c5c3db9..a8be43ca2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.7.2", - "@commitlint/config-angular": "^17.7.0", + "@commitlint/config-angular": "^17.8.0", "@jscutlery/semver": "^3.3.0", "@nx/eslint-plugin": "16.10.0", "@nx/jest": "16.10.0", @@ -2105,9 +2105,9 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.7.0.tgz", - "integrity": "sha512-ZWLgVw4se/vmNHfWiti3OIx295KgyCgZ5LjDeLFbHQe9WXMX3lhwnaeJkum4smsQhQaa3/JvufKzxV/3LDGMJA==", + "version": "17.8.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.8.0.tgz", + "integrity": "sha512-3Jygi+j6AqbVbzZujQZqQhk1WPF4ipeh8MHcXlHa1humQQ2ROqfWUqdFlAxn9iIE93lbJz/ANGthJ9+k9sG7Zg==", "dev": true, "dependencies": { "@commitlint/config-angular-type-enum": "^17.4.0" diff --git a/package.json b/package.json index 3d1b566d2..2757840dc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.7.2", - "@commitlint/config-angular": "^17.7.0", + "@commitlint/config-angular": "^17.8.0", "@jscutlery/semver": "^3.3.0", "@nx/eslint-plugin": "16.10.0", "@nx/jest": "16.10.0",