From 2d0c563ac55002f8ff77e950c340fd626c0d3ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:29:22 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 18.6.1 to 19.0.3 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 18.6.1 to 19.0.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/v19.0.3/@commitlint/config-angular) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:development update-type: version-update:semver-major ... 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 05575a25858..2e427e74e3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@apollo/server": "4.10.0", "@codechecks/client": "0.1.12", "@commitlint/cli": "18.6.1", - "@commitlint/config-angular": "18.6.1", + "@commitlint/config-angular": "19.0.3", "@fastify/cors": "9.0.1", "@fastify/formbody": "7.4.0", "@fastify/middie": "8.3.0", @@ -2554,21 +2554,21 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "18.6.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-18.6.1.tgz", - "integrity": "sha512-Aki/xnNPc36bo47gkD/BIgR+vWAik/9k3l+9I46K3UlZadcE1XqqrEPkFWwhGHEGb4X3571IUbJZM33qXuSIcw==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.0.3.tgz", + "integrity": "sha512-HxSFaJyGekLDs0YWG4jjWJdeZqrlGC9QgwvFclGCISdntqvf+Vk09FH3QPZb6hM5Kgbs9AMChCUlVAQIR4sRFQ==", "dev": true, "dependencies": { - "@commitlint/config-angular-type-enum": "^18.6.1" + "@commitlint/config-angular-type-enum": "^19.0.0" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/config-angular-type-enum": { - "version": "18.6.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-18.6.1.tgz", - "integrity": "sha512-qX9MdNJ82I5nKY7zD20Mo6Oz8Qx1cBhoet+ZI7ItWdhKAzp9jY2HTg40sLM2zxGrd1pHZCot6MXXKaBHr7bU9A==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-19.0.0.tgz", + "integrity": "sha512-t+VwImd0faPg4ZCNb7rfMkyOvvLhDLpp4YjEQEek/TBYTaAWeAXGuEUmdigMd1QEL2t+DP08CMmEcDg9UZQ4dw==", "dev": true, "engines": { "node": ">=v18" diff --git a/package.json b/package.json index 558dbe139f0..734faadb47d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@apollo/server": "4.10.0", "@codechecks/client": "0.1.12", "@commitlint/cli": "18.6.1", - "@commitlint/config-angular": "18.6.1", + "@commitlint/config-angular": "19.0.3", "@fastify/cors": "9.0.1", "@fastify/formbody": "7.4.0", "@fastify/middie": "8.3.0",