From 017d91679aa8de3f1e9a34da6d40f7f614f5f99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:24:28 +0000 Subject: [PATCH] build(deps): bump postcss from 8.4.38 to 8.4.41 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 to 8.4.41. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.38...8.4.41) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a87156..ea34464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@stylistic/stylelint-plugin": "^2.1.2", - "postcss": "^8.4.38", + "postcss": "^8.4.41", "postcss-less": "^6.0.0", "postcss-safe-parser": "^7.0.0", "postcss-sass": "^0.5.0", @@ -18,7 +18,7 @@ "stylelint": "^16.6.1", "stylelint-config-css-modules": "^4.4.0", "stylelint-config-sass-guidelines": "^11.1.0", - "stylelint-config-standard": "^36.0.1", + "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.1.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-config-tailwindcss": "^0.0.7", @@ -26,7 +26,7 @@ "stylelint-declaration-strict-value": "^1.10.4", "stylelint-no-px": "^2.0.0", "stylelint-prettier": "^5.0.0", - "stylelint-scss": "^6.3.2", + "stylelint-scss": "^6.3.1", "stylelint-selector-bem-pattern": "^4.0.0", "stylelint-suitcss": "^5.0.0" }, @@ -2257,9 +2257,9 @@ } }, "node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "version": "8.4.41", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", + "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", "funding": [ { "type": "opencollective", @@ -2276,7 +2276,7 @@ ], "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", + "picocolors": "^1.0.1", "source-map-js": "^1.2.0" }, "engines": { @@ -5434,12 +5434,12 @@ "peer": true }, "postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "version": "8.4.41", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", + "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", "requires": { "nanoid": "^3.3.7", - "picocolors": "^1.0.0", + "picocolors": "^1.0.1", "source-map-js": "^1.2.0" } }, diff --git a/package.json b/package.json index 9beb960..ac1515d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@stylistic/stylelint-plugin": "^2.1.2", - "postcss": "^8.4.38", + "postcss": "^8.4.41", "postcss-less": "^6.0.0", "postcss-safe-parser": "^7.0.0", "postcss-sass": "^0.5.0",