From aef2cff8821d5cc56f28f3e426c0ad3753bf902c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:45:16 +0000 Subject: [PATCH] Bump postcss from 8.5.10 to 8.5.12 in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.10 to 8.5.12 - [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.10...8.5.12) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.12 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 d7f53c9..6723cff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "phaser": "^4.0.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.10", + "postcss": "^8.5.12", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3" @@ -3919,9 +3919,9 @@ } }, "node_modules/postcss": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", - "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", + "version": "8.5.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", + "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index c76f0ef..8cc3beb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "phaser": "^4.0.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.10", + "postcss": "^8.5.12", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3"