From 9edd77225d9e2e355ea7ca9d606dc31e3990e3da Mon Sep 17 00:00:00 2001 From: null Date: Sun, 24 Sep 2023 10:32:15 +0000 Subject: [PATCH] chore(deps): update dependency @taiga-ui/stylelint-config to v0.4.1 --- 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 6da1b8fae..6ecb0bb49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@taiga-ui/commitlint-config": "0.2.1", "@taiga-ui/eslint-plugin-experience": "0.7.2", "@taiga-ui/prettier-config": "0.3.0", - "@taiga-ui/stylelint-config": "0.4.0", + "@taiga-ui/stylelint-config": "0.4.1", "@testing-library/cypress": "9.0.0", "@tinkoff/ng-dompurify": "3.0.0", "@tinkoff/ng-event-plugins": "3.1.0", @@ -13233,12 +13233,12 @@ } }, "node_modules/@taiga-ui/stylelint-config": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.4.0.tgz", - "integrity": "sha512-c8fNYaNniI/0yNEW994vUMX67AkZ+rk89axhXeOasyz//FkQ3hXxIUZjRFlia4k+22C3r+A2A6XyS5eEKOy77g==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.4.1.tgz", + "integrity": "sha512-sgBMrmxJO69Wm0zapzjlyBeDACdFf9lsq9p/04xVmYwP/sk3Z/mqvn3Cghj+EIyFvHSe1CaV1Rxy4p1MK8lePA==", "dev": true, "dependencies": { - "postcss": "8.4.29", + "postcss": "8.4.30", "postcss-less": "6.0.0", "stylelint-config-prettier": "9.0.5", "stylelint-config-standard": "34.0.0", @@ -13256,9 +13256,9 @@ "dev": true }, "node_modules/@taiga-ui/stylelint-config/node_modules/postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "version": "8.4.30", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz", + "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 18d336061..0561d1650 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "@taiga-ui/commitlint-config": "0.2.1", "@taiga-ui/eslint-plugin-experience": "0.7.2", "@taiga-ui/prettier-config": "0.3.0", - "@taiga-ui/stylelint-config": "0.4.0", + "@taiga-ui/stylelint-config": "0.4.1", "@testing-library/cypress": "9.0.0", "@tinkoff/ng-dompurify": "3.0.0", "@tinkoff/ng-event-plugins": "3.1.0",