From 6feb3c72b6f240bf222bf64ce249c58579725ffd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:21:12 +0000 Subject: [PATCH] Update dependency postcss to v8.4.41 [skip netlify] --- package-lock.json | 37 ++++--------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index c242efbf8..19380df15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-react": "7.35.0", "eslint-plugin-storybook": "0.8.0", "npm-run-all2": "6.2.2", - "postcss": "8.4.39", + "postcss": "8.4.41", "postcss-cli": "11.0.0", "postcss-inline-svg": "6.0.0", "prettier": "3.3.3", @@ -13844,9 +13844,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.41", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", + "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", "dev": true, "funding": [ { @@ -16519,35 +16519,6 @@ "dev": true, "license": "MIT" }, - "node_modules/stylelint/node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", - "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" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, "node_modules/stylelint/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", diff --git a/package.json b/package.json index eeb4c50c4..3c3a6d3af 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-react": "7.35.0", "eslint-plugin-storybook": "0.8.0", "npm-run-all2": "6.2.2", - "postcss": "8.4.39", + "postcss": "8.4.41", "postcss-cli": "11.0.0", "postcss-inline-svg": "6.0.0", "prettier": "3.3.3",