From 5141e03a146f6a43accfc6e74b59ff78d7655432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:01:53 +0000 Subject: [PATCH] Bump postcss from 8.5.8 to 8.5.12 Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.12. - [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.8...8.5.12) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 52 ++++++++++++++++++++++++++++++++++++++++++-- src-web/package.json | 2 +- 2 files changed, 51 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 848e128c..a99abed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "nodejs-file-downloader": "^4.13.0", "npm-run-all": "^4.1.5", "typescript": "^5.8.3", - "vite-plus": "latest", + "vite-plus": "*", "vitest": "npm:@voidzero-dev/vite-plus-test@latest" } }, @@ -17067,7 +17067,7 @@ "babel-plugin-react-compiler": "^1.0.0", "decompress": "^4.2.1", "internal-ip": "^8.0.0", - "postcss": "^8.5.6", + "postcss": "^8.5.12", "postcss-nesting": "^13.0.2", "tailwindcss": "^3.4.17", "vite": "npm:@voidzero-dev/vite-plus-core@latest", @@ -17133,6 +17133,54 @@ "node": "^18 || >=20" } }, + "src-web/node_modules/postcss": { + "version": "8.5.12", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz", + "integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==", + "dev": true, + "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.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "src-web/node_modules/postcss/node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "src-web/node_modules/uuid": { "version": "14.0.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", diff --git a/src-web/package.json b/src-web/package.json index 86ba3200..2a0de50d 100644 --- a/src-web/package.json +++ b/src-web/package.json @@ -95,7 +95,7 @@ "babel-plugin-react-compiler": "^1.0.0", "decompress": "^4.2.1", "internal-ip": "^8.0.0", - "postcss": "^8.5.6", + "postcss": "^8.5.12", "postcss-nesting": "^13.0.2", "tailwindcss": "^3.4.17", "vite": "npm:@voidzero-dev/vite-plus-core@latest",