From a83e8f9dff35c9cfdb3bf2c98fb7ef1407d9a500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 23:02:05 +0000 Subject: [PATCH] Bump postcss from 8.5.23 to 8.5.24 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.23 to 8.5.24. - [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.5.23...8.5.24) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 687e6a6ae..60e4b3334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "mini-css-extract-plugin": "1.6.2", "npm-run-all2": "8.0.4", "pleasantest": "5.0.0", - "postcss": "8.5.23", + "postcss": "8.5.24", "postcss-inline-svg": "4.1.0", "postcss-loader": "4.3.0", "postcss-media-minmax": "5.0.0", @@ -29679,9 +29679,9 @@ } }, "node_modules/postcss": { - "version": "8.5.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", - "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", + "version": "8.5.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz", + "integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==", "dev": true, "funding": [ { @@ -60120,9 +60120,9 @@ "dev": true }, "postcss": { - "version": "8.5.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", - "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", + "version": "8.5.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.24.tgz", + "integrity": "sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==", "dev": true, "requires": { "nanoid": "^3.3.16", diff --git a/package.json b/package.json index 74ec1d06f..dc1d6c037 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "mini-css-extract-plugin": "1.6.2", "npm-run-all2": "8.0.4", "pleasantest": "5.0.0", - "postcss": "8.5.23", + "postcss": "8.5.24", "postcss-inline-svg": "4.1.0", "postcss-loader": "4.3.0", "postcss-media-minmax": "5.0.0",