diff --git a/package-lock.json b/package-lock.json index 771fa8b81..e5378455d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@taiga-ui/cspell-config": "0.26.0", "@taiga-ui/eslint-plugin-experience": "0.46.3", "@taiga-ui/prettier-config": "0.7.0", - "@taiga-ui/stylelint-config": "0.12.4", + "@taiga-ui/stylelint-config": "0.12.5", "@taiga-ui/tsconfig": "0.12.0", "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0", @@ -11375,12 +11375,12 @@ } }, "node_modules/@taiga-ui/stylelint-config": { - "version": "0.12.4", - "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.12.4.tgz", - "integrity": "sha512-x0LndFQ9F1i8v+QExdPotakClNuA29ZlE0QaJqOjxs7S4XOaYTciQlECU1yHlQ1CEBph92twej210hzruWpG0Q==", + "version": "0.12.5", + "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.12.5.tgz", + "integrity": "sha512-eT1qu+VL6meXQFptk23SxzT+WiYg3l+fiVUWrtXZr6YHG7Zwcc2/fzga+O/al5LhvYs7BExdCz9WlN4ghwgIoA==", "dev": true, "dependencies": { - "postcss": "8.4.32", + "postcss": "8.4.33", "postcss-less": "6.0.0", "stylelint-config-standard": "36.0.0", "stylelint-no-px": "1.0.1", @@ -11394,34 +11394,6 @@ "stylelint-order": "6.0.4" } }, - "node_modules/@taiga-ui/stylelint-config/node_modules/postcss": { - "version": "8.4.32", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", - "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, "node_modules/@taiga-ui/styles": { "version": "3.61.0", "resolved": "https://registry.npmjs.org/@taiga-ui/styles/-/styles-3.61.0.tgz", @@ -22893,9 +22865,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.621", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.621.tgz", - "integrity": "sha512-MGJM6S0MuF/wTzM9NoItWXN56J1kolrHS/vzl/KlhXAbVkogTy0wzKYliQDJgNypxSCFjxdRhHYS3bffyYUGEw==" + "version": "1.4.622", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.622.tgz", + "integrity": "sha512-GZ47DEy0Gm2Z8RVG092CkFvX7SdotG57c4YZOe8W8qD4rOmk3plgeNmiLVRHP/Liqj1wRiY3uUUod9vb9hnxZA==" }, "node_modules/elegant-spinner": { "version": "1.0.1", diff --git a/package.json b/package.json index 43fe6663c..588267cab 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@taiga-ui/cspell-config": "0.26.0", "@taiga-ui/eslint-plugin-experience": "0.46.3", "@taiga-ui/prettier-config": "0.7.0", - "@taiga-ui/stylelint-config": "0.12.4", + "@taiga-ui/stylelint-config": "0.12.5", "@taiga-ui/tsconfig": "0.12.0", "@tinkoff/eslint-config": "2.0.0", "@tinkoff/eslint-config-react": "2.0.0",