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",