From ceff940568333b1baeb8f8c4f41e5bfac44f7abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:37:47 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.5.6 to 8.5.10 in /nexus-scraper-ui Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.10. - [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.6...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- nexus-scraper-ui/package-lock.json | 8 ++++---- nexus-scraper-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nexus-scraper-ui/package-lock.json b/nexus-scraper-ui/package-lock.json index 5b85a61..b2fee39 100644 --- a/nexus-scraper-ui/package-lock.json +++ b/nexus-scraper-ui/package-lock.json @@ -22,7 +22,7 @@ "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-config-next": "14.2.25", - "postcss": "^8.4.47", + "postcss": "^8.5.10", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" } @@ -5381,9 +5381,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "dev": true, "funding": [ { diff --git a/nexus-scraper-ui/package.json b/nexus-scraper-ui/package.json index dc6d0bd..0c64bf4 100644 --- a/nexus-scraper-ui/package.json +++ b/nexus-scraper-ui/package.json @@ -23,7 +23,7 @@ "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-config-next": "14.2.25", - "postcss": "^8.4.47", + "postcss": "^8.5.10", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" }