From f10777a25787a7bc4322d74c49fc952070377779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 06:51:20 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/config-angular from 19.4.1 to 19.5.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.4.1 to 19.5.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/v19.5.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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 156250f72..ed0122b8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.4.1", - "@commitlint/config-angular": "^19.4.1", + "@commitlint/config-angular": "^19.5.0", "@nx/eslint": "19.7.2", "@nx/eslint-plugin": "19.7.2", "@nx/jest": "19.7.2", @@ -2233,21 +2233,21 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "19.4.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.4.1.tgz", - "integrity": "sha512-428f4bCmt/kxfdB4OPuCE7UViRyCx7HyJwrGgzrwjkewmhg/fgZ7b+WtV3G5yVB7aK3vMQCbwUZVTXzASlh7Kg==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.5.0.tgz", + "integrity": "sha512-EPQBuSK4uVNUj2HhWSJjmfHqgPpST//h07oIzcPK2FauFGGGX0Vt+kzNxnQRDEEUvSAHDRNTDWNaFv66Hlle6A==", "dev": true, "dependencies": { - "@commitlint/config-angular-type-enum": "^19.1.0" + "@commitlint/config-angular-type-enum": "^19.5.0" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/config-angular-type-enum": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-19.1.0.tgz", - "integrity": "sha512-eLjt7vSArP62kpDmmIZNdIBjPzbqY8jss6mVOcSDm4t1KfDw4UmPrtPh/7zcIL3GI5uf/7W8d2s3K0qisf9C+g==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-19.5.0.tgz", + "integrity": "sha512-4/6xrkElCSBb7+6oZXlBJ/zytkxXgmTg5gk1Voj3GAWShTivtWrPtDYvHmF858WhA695YKgxMHEPNN74UFkK8w==", "dev": true, "engines": { "node": ">=v18" diff --git a/package.json b/package.json index 4b36e37ce..3023c6eae 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.4.1", - "@commitlint/config-angular": "^19.4.1", + "@commitlint/config-angular": "^19.5.0", "@nx/eslint": "19.7.2", "@nx/eslint-plugin": "19.7.2", "@nx/jest": "19.7.2",