From 19353f1ceceb0389b04465c9ee937600c0eb2f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 06:56:48 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-angular from 18.4.2 to 18.4.3 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.4.2 to 18.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/v18.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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 510863dc9..15e891fcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@commitlint/cli": "^18.4.3", - "@commitlint/config-angular": "^18.4.2", + "@commitlint/config-angular": "^18.4.3", "@jscutlery/semver": "^4.1.0", "@nx/eslint": "17.1.3", "@nx/eslint-plugin": "17.1.3", @@ -2093,21 +2093,21 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "18.4.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-18.4.2.tgz", - "integrity": "sha512-U8rUKIzzQmBL2rxMCkN5WwYraCeXCpNG/e8WIH4EVrPSYyg/GnydWQaOqY1o9uWADiQ1thmYOz+RAYNpuOQxMw==", + "version": "18.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-18.4.3.tgz", + "integrity": "sha512-LaoWW56jymtWPubIe8ndFg6wYLWixbNrXVk8EtV24ZaY8R223bO3iA2by+YD7aorQGxvMJFyyeFc3e0Gs40NWw==", "dev": true, "dependencies": { - "@commitlint/config-angular-type-enum": "^18.4.0" + "@commitlint/config-angular-type-enum": "^18.4.3" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/config-angular-type-enum": { - "version": "18.4.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-18.4.0.tgz", - "integrity": "sha512-vi0i1XTPypvPUvdCfp9sCcDhVm2jq2TvPUNd7ff7ipSP5kBf1FxV8onjfSY/+3b/6ZF6pGERiqvRVrvu3GgBFQ==", + "version": "18.4.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-18.4.3.tgz", + "integrity": "sha512-Gg65txKHYG5zPJxIrE9/ESS7CItyz2BB9VgFy8orK0uDg9KUb+yjL/tRKttuHmrHppK2HO/PUs5Qe1BMzdrSPQ==", "dev": true, "engines": { "node": ">=v18" diff --git a/package.json b/package.json index 9b6e11c47..6124e4b94 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@commitlint/cli": "^18.4.3", - "@commitlint/config-angular": "^18.4.2", + "@commitlint/config-angular": "^18.4.3", "@jscutlery/semver": "^4.1.0", "@nx/eslint": "17.1.3", "@nx/eslint-plugin": "17.1.3",