From bde7cf3b840b0a16e77a9dc2cbbf9cb7deac22ca Mon Sep 17 00:00:00 2001 From: null Date: Wed, 7 Feb 2024 18:28:21 +0000 Subject: [PATCH] chore(deps): update dependency @taiga-ui/stylelint-config to v0.13.6 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17a99d7..c1526c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/eslint-plugin-experience": "0.52.1", "@taiga-ui/prettier-config": "0.8.1", - "@taiga-ui/stylelint-config": "0.13.5", + "@taiga-ui/stylelint-config": "0.13.6", "@taiga-ui/tsconfig": "0.14.0", "@types/dompurify": "3.0.5", "@types/eslint": "8.56.2", @@ -5672,19 +5672,19 @@ } }, "node_modules/@taiga-ui/stylelint-config": { - "version": "0.13.5", - "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.13.5.tgz", - "integrity": "sha512-ZjsY2+MMM6L761AGYog08ItTbHOLEt4fsTaY8li/SUvFW6nQKame5rm3TeArTzbvXjBSNOeClLDjHmxJ+9EBXQ==", + "version": "0.13.6", + "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.13.6.tgz", + "integrity": "sha512-h0n4G3NiVlBZItNZbDuG0Jc2x74BdoBpCpfn5SZ8T4q7Qg58DvkTYjF2nxAfH/OAWlruIpjSPTwSJIlkhOHZfg==", "dev": true, "dependencies": { - "postcss": "8.4.34", + "postcss": "8.4.35", "postcss-less": "6.0.0", "stylelint-config-standard": "36.0.0", "stylelint-no-px": "1.0.1", "stylelint-order": "6.0.4" }, "peerDependencies": { - "postcss": "8.4.34", + "postcss": "8.4.35", "postcss-less": "6.0.0", "stylelint-config-standard": "36.0.0", "stylelint-no-px": "1.0.1", @@ -5692,9 +5692,9 @@ } }, "node_modules/@taiga-ui/stylelint-config/node_modules/postcss": { - "version": "8.4.34", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.34.tgz", - "integrity": "sha512-4eLTO36woPSocqZ1zIrFD2K1v6wH7pY1uBh0JIM2KKfrVtGvPFiAku6aNOP0W1Wr9qwnaCsF0Z+CrVnryB2A8Q==", + "version": "8.4.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", + "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 07e3602..5bd8426 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/eslint-plugin-experience": "0.52.1", "@taiga-ui/prettier-config": "0.8.1", - "@taiga-ui/stylelint-config": "0.13.5", + "@taiga-ui/stylelint-config": "0.13.6", "@taiga-ui/tsconfig": "0.14.0", "@types/dompurify": "3.0.5", "@types/eslint": "8.56.2",