From dea6257b61275bac9637879b327393809c93cf57 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:35:16 +0300 Subject: [PATCH] chore(deps): update dependency @taiga-ui/stylelint-config to v0.13.6 (#202) --- 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 e08eaa48..7d8bda3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@taiga-ui/icons": "3.65.0", "@taiga-ui/kit": "3.65.0", "@taiga-ui/prettier-config": "0.8.1", - "@taiga-ui/stylelint-config": "0.13.5", + "@taiga-ui/stylelint-config": "0.13.6", "@taiga-ui/styles": "3.65.0", "@taiga-ui/tsconfig": "0.14.0", "@tinkoff/ng-dompurify": "4.0.0", @@ -6348,19 +6348,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", @@ -6368,9 +6368,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 8925172d..66b8cc89 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@taiga-ui/icons": "3.65.0", "@taiga-ui/kit": "3.65.0", "@taiga-ui/prettier-config": "0.8.1", - "@taiga-ui/stylelint-config": "0.13.5", + "@taiga-ui/stylelint-config": "0.13.6", "@taiga-ui/styles": "3.65.0", "@taiga-ui/tsconfig": "0.14.0", "@tinkoff/ng-dompurify": "4.0.0",