WXL
2026-06-09 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c
node_modules/postcss/lib/processor.js
@@ -7,7 +7,7 @@
class Processor {
  constructor(plugins = []) {
    this.version = '8.5.6'
    this.version = '8.5.10'
    this.plugins = this.normalize(plugins)
  }