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