From c28ddf91d3dfe1135dc4bdf97316651390a8819a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:17:13 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 19.2.2 to 19.3.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.2.2 to 19.3.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.3.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 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c77594967..f02c5da56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.2.2", - "@commitlint/config-angular": "^19.2.2", + "@commitlint/config-angular": "^19.3.0", "@types/atob": "^2.1.4", "@types/is-root": "^2.1.2", "@types/mime-types": "^2.1.0", @@ -361,9 +361,9 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.2.2.tgz", - "integrity": "sha512-khzNS4r9GxAf9tmgasYzkYhSorolemeF233qvTVGIN08tEh9WHmYZLanvZMpzycoE7ORyTgksgpnvKCJEIQ5rg==", + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.3.0.tgz", + "integrity": "sha512-D8ue6s7f/A/ph/4vSEj32zxg/WHRF21vguOigAymUJ7SfUPF/BD+C/UGt7I1aEEhdgoq7MIS8bNAJroYvSzMwQ==", "dev": true, "dependencies": { "@commitlint/config-angular-type-enum": "^19.1.0" diff --git a/package.json b/package.json index 008b6b74b..0e81f9ff2 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "homepage": "https://github.com/orkestral/venom#readme", "devDependencies": { "@commitlint/cli": "^19.2.2", - "@commitlint/config-angular": "^19.2.2", + "@commitlint/config-angular": "^19.3.0", "@types/atob": "^2.1.4", "@types/is-root": "^2.1.2", "@types/mime-types": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 79497116f..312db731c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -58,10 +58,10 @@ resolved "https://registry.yarnpkg.com/@commitlint/config-angular-type-enum/-/config-angular-type-enum-19.1.0.tgz#d72ff2cfbc4dfab6bb567dc5e41eb3ce433c6c42" integrity sha512-eLjt7vSArP62kpDmmIZNdIBjPzbqY8jss6mVOcSDm4t1KfDw4UmPrtPh/7zcIL3GI5uf/7W8d2s3K0qisf9C+g== -"@commitlint/config-angular@^19.2.2": - version "19.2.2" - resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-19.2.2.tgz#4b5e944e13a06702a375551a84ddb193dabfb0ac" - integrity sha512-khzNS4r9GxAf9tmgasYzkYhSorolemeF233qvTVGIN08tEh9WHmYZLanvZMpzycoE7ORyTgksgpnvKCJEIQ5rg== +"@commitlint/config-angular@^19.3.0": + version "19.3.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-angular/-/config-angular-19.3.0.tgz#41124aa9c9b8163bf651a0b7aa21cf40cddabe78" + integrity sha512-D8ue6s7f/A/ph/4vSEj32zxg/WHRF21vguOigAymUJ7SfUPF/BD+C/UGt7I1aEEhdgoq7MIS8bNAJroYvSzMwQ== dependencies: "@commitlint/config-angular-type-enum" "^19.1.0"