From affd9b58ddb6d58751d587c7c2bc0c09c1ecd2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:01:20 +0000 Subject: [PATCH] deps(deps-dev): bump postcss in /marketing in the npm-minor-patch group Bumps the npm-minor-patch group in /marketing 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:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- marketing/package-lock.json | 8 ++++---- marketing/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/marketing/package-lock.json b/marketing/package-lock.json index a62147c..f18b851 100644 --- a/marketing/package-lock.json +++ b/marketing/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.12", "autoprefixer": "^10.5.0", "concurrently": "^9.0.0", - "postcss": "^8.5.10", + "postcss": "^8.5.12", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.19" } @@ -2327,9 +2327,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==", "dev": true, "funding": [ { diff --git a/marketing/package.json b/marketing/package.json index d44649a..d53fc66 100644 --- a/marketing/package.json +++ b/marketing/package.json @@ -21,7 +21,7 @@ "@tailwindcss/typography": "^0.5.12", "autoprefixer": "^10.5.0", "concurrently": "^9.0.0", - "postcss": "^8.5.10", + "postcss": "^8.5.12", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.19" },