From d0038e16d5bd60e7cd11afc384b286e68e5f82a9 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 12 Nov 2024 00:20:53 +0300 Subject: [PATCH] chore: update dependency postcss to ^8.4.49 (#726) --- package-lock.json | 8 ++++---- projects/stylelint-config/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7f743e0..f03969f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21474,9 +21474,9 @@ } }, "node_modules/postcss": { - "version": "8.4.48", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.48.tgz", - "integrity": "sha512-GCRK8F6+Dl7xYniR5a4FYbpBzU8XnZVeowqsQFYdcXuSbChgiks7qybSkbvnaeqv0G0B+dd9/jJgH8kkLDQeEA==", + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", "funding": [ { "type": "opencollective", @@ -27950,7 +27950,7 @@ "peerDependencies": { "@stylistic/stylelint-config": "^2.0.0", "@stylistic/stylelint-plugin": "^3.1.1", - "postcss": "^8.4.48", + "postcss": "^8.4.49", "postcss-less": "^6.0.0", "stylelint": "^16.10.0", "stylelint-config-standard": "^36.0.1", diff --git a/projects/stylelint-config/package.json b/projects/stylelint-config/package.json index f8a75097..fce8d3ff 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -15,7 +15,7 @@ "peerDependencies": { "@stylistic/stylelint-config": "^2.0.0", "@stylistic/stylelint-plugin": "^3.1.1", - "postcss": "^8.4.48", + "postcss": "^8.4.49", "postcss-less": "^6.0.0", "stylelint": "^16.10.0", "stylelint-config-standard": "^36.0.1",