From f0882bdf3ea43882a0c967894e2efe5ed7c6704e Mon Sep 17 00:00:00 2001 From: null Date: Fri, 26 Jan 2024 00:45:12 +0000 Subject: [PATCH] chore(deps): update dependency @taiga-ui/commitlint-config to v0.5.3 --- 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 37a22b6e..d4b3ee89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@taiga-ui/addon-mobile": "3.63.0", "@taiga-ui/browserslist-config": "0.4.0", "@taiga-ui/cdk": "3.63.0", - "@taiga-ui/commitlint-config": "0.5.2", + "@taiga-ui/commitlint-config": "0.5.3", "@taiga-ui/core": "3.63.0", "@taiga-ui/eslint-plugin-experience": "0.47.2", "@taiga-ui/icons": "3.63.0", @@ -2592,9 +2592,9 @@ "dev": true }, "node_modules/@commitlint/config-conventional": { - "version": "18.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.5.0.tgz", - "integrity": "sha512-XGmU4u3Z7bCn0H0nTEG9LUn6hMDUIPP4P6dun7PKFhtnt/wwiKAqmPj+QRmFiqWjkOWcmrh7w7xRiDL32cWS5g==", + "version": "18.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz", + "integrity": "sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" @@ -6203,12 +6203,12 @@ "optional": true }, "node_modules/@taiga-ui/commitlint-config": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/@taiga-ui/commitlint-config/-/commitlint-config-0.5.2.tgz", - "integrity": "sha512-pzrZaYVgryE7XxC2LaHx5/uE6+lJ2VBwRGYA16egg8sAyHXiPe0v+IvewJ+oIEiPFxV584pew5z424uqtIFxFg==", + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/@taiga-ui/commitlint-config/-/commitlint-config-0.5.3.tgz", + "integrity": "sha512-olGvs7mj6MpPoaRB35j7AT0bTOmLKuhqPlaM1mfQ00X8UbpkW+nz+8d41N3TaQzVHt1w/wrNt5HSYc2jICySIg==", "dev": true, "dependencies": { - "@commitlint/config-conventional": "18.5.0" + "@commitlint/config-conventional": "18.6.0" }, "peerDependencies": { "@commitlint/cli": "*", diff --git a/package.json b/package.json index d662c5f6..3426b692 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@taiga-ui/addon-mobile": "3.63.0", "@taiga-ui/browserslist-config": "0.4.0", "@taiga-ui/cdk": "3.63.0", - "@taiga-ui/commitlint-config": "0.5.2", + "@taiga-ui/commitlint-config": "0.5.3", "@taiga-ui/core": "3.63.0", "@taiga-ui/eslint-plugin-experience": "0.47.2", "@taiga-ui/icons": "3.63.0",