From 11a0eaf7ea65edc516efd2f2d8270e837283fba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 13:15:25 -0400 Subject: [PATCH] ci(deps-dev): bump @commitlint/config-angular from 17.6.1 to 17.6.3 (#1723) Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 17.6.1 to 17.6.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.6.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c36bb5879..bc194b9ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "devDependencies": { "@commitlint/cli": "^17.6.3", - "@commitlint/config-angular": "^17.6.1", + "@commitlint/config-angular": "^17.6.3", "bats": "^1.8.2", "prettier": "^2.8.8" } @@ -136,9 +136,9 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "17.6.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.6.1.tgz", - "integrity": "sha512-6dOFX0AwdP+rrMGFe/X2u9n4GeM7oWf7WbbNohbwJeDkKStFG7RxA3RV9bUldovoS1qTS0f8NP3vjQbxSsOHJw==", + "version": "17.6.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-17.6.3.tgz", + "integrity": "sha512-o19aXW5hD0r2F+IlLEhFEta/xH7t1TgAQy+QzuSJW8l9ai7fplwXhNa+HZP6+Qx2cqnsBz+p9o9211J2yUeqZg==", "dev": true, "dependencies": { "@commitlint/config-angular-type-enum": "^17.4.0" diff --git a/package.json b/package.json index d0558cc4b..a790fcea0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "This package is configured only for testing the XSpec repository", "devDependencies": { "@commitlint/cli": "^17.6.3", - "@commitlint/config-angular": "^17.6.1", + "@commitlint/config-angular": "^17.6.3", "bats": "^1.8.2", "prettier": "^2.8.8" },