From 8c316fd375e5ed711094497be393a3f89a8695d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:46:51 +0000 Subject: [PATCH] Bump postcss from 8.4.38 to 8.5.18 in /benchmarks/furever/environment Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 to 8.5.18. - [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.4.38...8.5.18) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../furever/environment/package-lock.json | 20 +++++++++---------- benchmarks/furever/environment/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/benchmarks/furever/environment/package-lock.json b/benchmarks/furever/environment/package-lock.json index 7dc095d1..0e2acb0f 100644 --- a/benchmarks/furever/environment/package-lock.json +++ b/benchmarks/furever/environment/package-lock.json @@ -57,7 +57,7 @@ "css-loader": "7.1.1", "eslint": "8.57.0", "eslint-config-next": "14.1.4", - "postcss": "8.4.38", + "postcss": "8.5.18", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "0.5.13", "tailwindcss": "3.3.0", @@ -8009,9 +8009,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "version": "3.3.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", + "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", "funding": [ { "type": "github", @@ -8618,9 +8618,9 @@ } }, "node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "version": "8.5.18", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.18.tgz", + "integrity": "sha512-xdB1oSLHbz1vRWgCDalrCqEFTWzFlhqFC5tIHLMOSUIjhm3XXQ1qrFy8S/ESr1JYRRXqM3c1QFiMZUJdUTqyMQ==", "funding": [ { "type": "opencollective", @@ -8637,9 +8637,9 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.2.0" + "nanoid": "^3.3.12", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" diff --git a/benchmarks/furever/environment/package.json b/benchmarks/furever/environment/package.json index 9571dae7..3fb2d015 100644 --- a/benchmarks/furever/environment/package.json +++ b/benchmarks/furever/environment/package.json @@ -62,7 +62,7 @@ "css-loader": "7.1.1", "eslint": "8.57.0", "eslint-config-next": "14.1.4", - "postcss": "8.4.38", + "postcss": "8.5.18", "prettier": "3.2.5", "prettier-plugin-tailwindcss": "0.5.13", "tailwindcss": "3.3.0",