diff --git a/package-lock.json b/package-lock.json index b3bc3ed3f..0cc039028 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "jsdom": "^29.1.1", "lint-staged": "^15.2.11", "node-mocks-http": "^1.17.2", - "postcss": "^8.5.9", + "postcss": "^8.5.10", "prettier": "^3.8.3", "react-is": "^19.2.6", "tailwindcss": "^4.2.2", @@ -1885,9 +1885,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1904,9 +1901,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1923,9 +1917,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1942,9 +1933,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1961,9 +1949,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3282,7 +3267,7 @@ "version": "19.2.16", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.16.tgz", "integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==", - "dev": true, + "devOptional": true, "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -9641,11 +9626,6 @@ } }, "node_modules/react-is": { - - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.7.tgz", - "integrity": "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==", - "dev": true, "version": "19.2.6", "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.6.tgz", "integrity": "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw==", diff --git a/package.json b/package.json index 00280fa1c..954c86df9 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "jsdom": "^29.1.1", "lint-staged": "^15.2.11", "node-mocks-http": "^1.17.2", - "postcss": "^8.5.9", + "postcss": "^8.5.10", "prettier": "^3.8.3", "react-is": "^19.2.6", "tailwindcss": "^4.2.2",