From ac5845106073dd7a3db15ab69eb1bbff563aa4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 07:33:21 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.5.14 to 8.5.23 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.14 to 8.5.23. - [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.14...8.5.23) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- package-lock.json | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 4811d3f..15804b9 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -29,7 +29,7 @@ "autoprefixer": "^10.4.21", "eslint": "^9.26.0", "eslint-config-next": "^15.0.0", - "postcss": "^8.5.3", + "postcss": "^8.5.23", "tailwindcss": "^3.4.17", "typescript": "^5.8.3" } diff --git a/package-lock.json b/package-lock.json index da454de..13631d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "autoprefixer": "^10.4.21", "eslint": "^9.26.0", "eslint-config-next": "^15.0.0", - "postcss": "^8.5.3", + "postcss": "^8.5.23", "tailwindcss": "^3.4.17", "typescript": "^5.8.3" } @@ -6122,9 +6122,9 @@ } }, "node_modules/postcss": { - "version": "8.5.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", - "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", "dev": true, "funding": [ { @@ -6140,8 +6140,9 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.11", + "nanoid": "^3.3.16", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" },