diff --git a/package-lock.json b/package-lock.json index ea1b29a..f20e2a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@nguniversal/builders": "15.2.1", "@nguniversal/express-engine": "15.2.1", "@taiga-ui/browserslist-config": "0.4.0", - "@taiga-ui/commitlint-config": "0.5.0", + "@taiga-ui/commitlint-config": "0.5.1", "@taiga-ui/eslint-plugin-experience": "0.46.3", "@taiga-ui/prettier-config": "0.7.0", "@taiga-ui/stylelint-config": "0.12.4", @@ -3277,9 +3277,9 @@ "dev": true }, "node_modules/@commitlint/config-conventional": { - "version": "18.4.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.3.tgz", - "integrity": "sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==", + "version": "18.4.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.4.tgz", + "integrity": "sha512-Bz3sPQSboBN+Et/KyZrR+OJ3z9PrHDw7Bls0/hv94PmuHBtMq1dCGxS9XzTGzxeMNlytCC4kxF083tbhPljl3Q==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" @@ -5480,12 +5480,12 @@ "dev": true }, "node_modules/@taiga-ui/commitlint-config": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/commitlint-config/-/commitlint-config-0.5.0.tgz", - "integrity": "sha512-Ln6vysUYCJ5gpS+AxSlXoWCOARnV378GEF3t8ntR0Ht0P1fVw6fjl5EhaKNrZO/BvnLvgZanTWp7hC0WcJpNiQ==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@taiga-ui/commitlint-config/-/commitlint-config-0.5.1.tgz", + "integrity": "sha512-4oXx5K2qedGgSM69kFbPFCAO0zSpW/+Pk+RgfTFEWtdiDuS0wzyJySNO85h958EB+RX9VaqGddngn2xgZ7cjXA==", "dev": true, "dependencies": { - "@commitlint/config-conventional": "18.4.3" + "@commitlint/config-conventional": "18.4.4" }, "peerDependencies": { "@commitlint/cli": "*", diff --git a/package.json b/package.json index bdd8ff1..8582f54 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@nguniversal/builders": "15.2.1", "@nguniversal/express-engine": "15.2.1", "@taiga-ui/browserslist-config": "0.4.0", - "@taiga-ui/commitlint-config": "0.5.0", + "@taiga-ui/commitlint-config": "0.5.1", "@taiga-ui/eslint-plugin-experience": "0.46.3", "@taiga-ui/prettier-config": "0.7.0", "@taiga-ui/stylelint-config": "0.12.4",