From 1769aa5108bf30eaf8bdb698c4e9af125c284f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:23:32 +0000 Subject: [PATCH] Bump postcss from 8.5.23 to 8.5.24 in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [postcss](https://github.com/postcss/postcss). Updates `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.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2f51da..c4db6cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "phaser": "^4.2.1", "picocolors": "^1.1.1", "picomatch": "^4.0.5", - "postcss": "^8.5.23", + "postcss": "^8.5.24", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3" @@ -4308,9 +4308,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==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 775e02d..ed90c2f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "phaser": "^4.2.1", "picocolors": "^1.1.1", "picomatch": "^4.0.5", - "postcss": "^8.5.23", + "postcss": "^8.5.24", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3"