From c4407f6ab8c15d7a7bc067711ed4a044c5dafdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:10:45 +0000 Subject: [PATCH] Bump postcss from 8.5.23 to 8.5.26 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.23 to 8.5.26. - [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.23...8.5.26) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.25 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 39 ++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6050c4c..b89269e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "cheerio": "^1.2.0", "dotenv": "^17.4.2", "lodash": "^4.18.1", - "postcss": "^8.5.23", + "postcss": "^8.5.26", "tailwindcss": "^4.3.2", "tsx": "^4.23.0", "typescript": "^5.9.3", @@ -13467,6 +13467,34 @@ "url": "https://opencollective.com/libvips" } }, + "node_modules/next/node_modules/postcss": { + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.16", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, "node_modules/next/node_modules/semver": { "version": "7.8.5", "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz", @@ -14056,9 +14084,10 @@ } }, "node_modules/postcss": { - "version": "8.5.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", - "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", + "version": "8.5.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz", + "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==", + "dev": true, "funding": [ { "type": "opencollective", @@ -14075,7 +14104,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.16", + "nanoid": "^3.3.17", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index 2f22f533..1ea61a21 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "cheerio": "^1.2.0", "dotenv": "^17.4.2", "lodash": "^4.18.1", - "postcss": "^8.5.23", + "postcss": "^8.5.26", "tailwindcss": "^4.3.2", "tsx": "^4.23.0", "typescript": "^5.9.3",