From 1f4cc965ce3e44c244e256da9851339026c8564c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:15:42 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-angular from 19.0.3 to 19.1.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 19.0.3 to 19.1.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.1.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 5bd88c4372e..b8aad4679a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@apollo/server": "4.10.1", "@codechecks/client": "0.1.12", "@commitlint/cli": "19.0.3", - "@commitlint/config-angular": "19.0.3", + "@commitlint/config-angular": "19.1.0", "@fastify/cors": "9.0.1", "@fastify/formbody": "7.4.0", "@fastify/middie": "8.3.0", @@ -2613,21 +2613,21 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.0.3.tgz", - "integrity": "sha512-HxSFaJyGekLDs0YWG4jjWJdeZqrlGC9QgwvFclGCISdntqvf+Vk09FH3QPZb6hM5Kgbs9AMChCUlVAQIR4sRFQ==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.1.0.tgz", + "integrity": "sha512-qZyG9FHjPoG+VaHxH1OruWI8cmWWRe00sAS73jXAhACimT74k4Dex5jI2cKFcXSH8Ebh1yGwxfjzSgup5O0ykA==", "dev": true, "dependencies": { - "@commitlint/config-angular-type-enum": "^19.0.0" + "@commitlint/config-angular-type-enum": "^19.1.0" }, "engines": { "node": ">=v18" } }, "node_modules/@commitlint/config-angular-type-enum": { - "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==", + "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==", "dev": true, "engines": { "node": ">=v18" diff --git a/package.json b/package.json index 58ef8df528a..93b00cf41b7 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@apollo/server": "4.10.1", "@codechecks/client": "0.1.12", "@commitlint/cli": "19.0.3", - "@commitlint/config-angular": "19.0.3", + "@commitlint/config-angular": "19.1.0", "@fastify/cors": "9.0.1", "@fastify/formbody": "7.4.0", "@fastify/middie": "8.3.0",