From 8f9d03b53c5b41d8f40b7156a4516c1c613739c3 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 6 Oct 2024 19:11:02 +0200 Subject: [PATCH] chore: upgrade commitlint deps (#831) --- package.json | 6 +++--- yarn.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e709c95c5..eac62861b 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ "rxjs": "^7.8.1" }, "devDependencies": { - "@commitlint/cli": "^19.0.0", - "@commitlint/config-conventional": "^19.0.0", - "@commitlint/prompt": "^19.0.0", + "@commitlint/cli": "^19.5.0", + "@commitlint/config-conventional": "^19.5.0", + "@commitlint/prompt": "^19.5.0", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.12.0", "@nestjs/testing": "^10.0.5", diff --git a/yarn.lock b/yarn.lock index e940016b8..60663dae2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -402,7 +402,7 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@commitlint/cli@^19.0.0": +"@commitlint/cli@^19.5.0": version "19.5.0" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.5.0.tgz#a6e2f7f8397ddf9abd5ee5870e30a1bf51b7be2b" integrity sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ== @@ -415,7 +415,7 @@ tinyexec "^0.3.0" yargs "^17.0.0" -"@commitlint/config-conventional@^19.0.0": +"@commitlint/config-conventional@^19.5.0": version "19.5.0" resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.5.0.tgz#f838cdaed0e0e223cdc2e865f055d474a49fe18c" integrity sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg== @@ -537,7 +537,7 @@ conventional-changelog-angular "^7.0.0" conventional-commits-parser "^5.0.0" -"@commitlint/prompt@^19.0.0": +"@commitlint/prompt@^19.5.0": version "19.5.0" resolved "https://registry.yarnpkg.com/@commitlint/prompt/-/prompt-19.5.0.tgz#ffaf95c1b4203b0bad2f0ae2a662395e709548bb" integrity sha512-1PF/m4vGNDg2fVkGddYrpwVTVme8lQyYgZaBDaapw0sXcORx5RrKIxJuW+63DDp/YX6AOmLcyGtoA1pV9WwenA==