From 934240fb74aaac0e3f74c241bc615c2d269103a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 02:53:03 +0000 Subject: [PATCH] chore(deps-dev): Bump postcss from 8.5.15 to 8.5.16 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.15 to 8.5.16. - [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.15...8.5.16) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.16 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 5042f89..36626a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint": "^10.5.0", "eslint-config-next": "^16.2.9", "markdownlint-cli2": "^0.22.1", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "prettier": "^3.8.4", "tailwindcss": "^4.3.0", "typescript": "^6.0.3", @@ -8245,9 +8245,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.16", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", + "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index f358c05..98cfb53 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "^10.5.0", "eslint-config-next": "^16.2.9", "markdownlint-cli2": "^0.22.1", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "prettier": "^3.8.4", "tailwindcss": "^4.3.0", "typescript": "^6.0.3",