From f82b8038e77bd0caaf02a7dd5244df08a790598e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 01:07:44 +0000 Subject: [PATCH] Bump postcss from 8.5.12 to 8.5.13 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.12 to 8.5.13. - [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.12...8.5.13) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.13 dependency-type: direct:development update-type: version-update:semver-patch ... 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 ae93422..7ebe7e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint": "9.39.4", "eslint-plugin-react": "7.37.5", "globals": "17.5.0", - "postcss": "8.5.12", + "postcss": "8.5.13", "prettier": "^3.8.3", "tailwindcss": "^4.2.3", "typescript": "5.9.3", @@ -4913,9 +4913,9 @@ } }, "node_modules/postcss": { - "version": "8.5.12", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", - "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", + "version": "8.5.13", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz", + "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index f87cca3..2858e52 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint": "9.39.4", "eslint-plugin-react": "7.37.5", "globals": "17.5.0", - "postcss": "8.5.12", + "postcss": "8.5.13", "prettier": "^3.8.3", "tailwindcss": "^4.2.3", "typescript": "5.9.3",