labs/xtools: main (log #2464698)

sourcepatches

This run took 69 seconds.

$ date
--- stdout ---
Mon May  4 00:10:03 UTC 2026

--- end ---
$ git clone file:///srv/git/labs-xtools.git /src/repo --depth=1 -b main
--- stderr ---
Cloning into '/src/repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stdout ---

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/main
--- stdout ---
0aa869b01718e5db7c6867328ae619f302eecd3a refs/heads/main

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@symfony/webpack-encore": {
      "name": "@symfony/webpack-encore",
      "severity": "high",
      "isDirect": true,
      "via": [
        "css-minimizer-webpack-plugin",
        "webpack-dev-server",
        "webpack-notifier"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/@symfony/webpack-encore"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "css-minimizer-webpack-plugin": {
      "name": "css-minimizer-webpack-plugin",
      "severity": "high",
      "isDirect": false,
      "via": [
        "serialize-javascript"
      ],
      "effects": [
        "@symfony/webpack-encore"
      ],
      "range": "<=7.0.4",
      "nodes": [
        "node_modules/css-minimizer-webpack-plugin"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "node-notifier": {
      "name": "node-notifier",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "uuid"
      ],
      "effects": [
        "webpack-notifier"
      ],
      "range": ">=7.0.0",
      "nodes": [
        "node_modules/node-notifier"
      ],
      "fixAvailable": {
        "name": "webpack-notifier",
        "version": "1.11.1",
        "isSemVerMajor": true
      }
    },
    "serialize-javascript": {
      "name": "serialize-javascript",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1113686,
          "name": "serialize-javascript",
          "dependency": "serialize-javascript",
          "title": "Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString()",
          "url": "https://github.com/advisories/GHSA-5c6j-r48x-rmvq",
          "severity": "high",
          "cwe": [
            "CWE-96"
          ],
          "cvss": {
            "score": 8.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
          },
          "range": "<=7.0.2"
        },
        {
          "source": 1115723,
          "name": "serialize-javascript",
          "dependency": "serialize-javascript",
          "title": "Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects",
          "url": "https://github.com/advisories/GHSA-qj8w-gfj5-8c6v",
          "severity": "moderate",
          "cwe": [
            "CWE-400",
            "CWE-834"
          ],
          "cvss": {
            "score": 5.9,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<7.0.5"
        }
      ],
      "effects": [
        "css-minimizer-webpack-plugin"
      ],
      "range": "<=7.0.4",
      "nodes": [
        "node_modules/serialize-javascript"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "sockjs": {
      "name": "sockjs",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "uuid"
      ],
      "effects": [
        "webpack-dev-server"
      ],
      "range": ">=0.3.17",
      "nodes": [
        "node_modules/sockjs"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "uuid": {
      "name": "uuid",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1116970,
          "name": "uuid",
          "dependency": "uuid",
          "title": "uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided",
          "url": "https://github.com/advisories/GHSA-w5hq-g745-h8pq",
          "severity": "moderate",
          "cwe": [
            "CWE-787",
            "CWE-1285"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": "<14.0.0"
        }
      ],
      "effects": [
        "node-notifier",
        "sockjs"
      ],
      "range": "<14.0.0",
      "nodes": [
        "node_modules/uuid"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "webpack-dev-server": {
      "name": "webpack-dev-server",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1108429,
          "name": "webpack-dev-server",
          "dependency": "webpack-dev-server",
          "title": "webpack-dev-server users' source code may be stolen when they access a malicious web site with non-Chromium based browser",
          "url": "https://github.com/advisories/GHSA-9jgg-88mc-972h",
          "severity": "moderate",
          "cwe": [
            "CWE-346"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"
          },
          "range": "<=5.2.0"
        },
        {
          "source": 1108430,
          "name": "webpack-dev-server",
          "dependency": "webpack-dev-server",
          "title": "webpack-dev-server users' source code may be stolen when they access a malicious web site",
          "url": "https://github.com/advisories/GHSA-4v9v-hfq4-rm2v",
          "severity": "moderate",
          "cwe": [
            "CWE-749"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N"
          },
          "range": "<=5.2.0"
        },
        "sockjs"
      ],
      "effects": [
        "@symfony/webpack-encore"
      ],
      "range": "*",
      "nodes": [
        "node_modules/webpack-dev-server"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "webpack-notifier": {
      "name": "webpack-notifier",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "node-notifier"
      ],
      "effects": [
        "@symfony/webpack-encore"
      ],
      "range": ">=1.12.0",
      "nodes": [
        "node_modules/webpack-notifier"
      ],
      "fixAvailable": {
        "name": "webpack-notifier",
        "version": "1.11.1",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 5,
      "high": 3,
      "critical": 0,
      "total": 8
    },
    "dependencies": {
      "prod": 1,
      "dev": 871,
      "optional": 1,
      "peer": 174,
      "peerOptional": 0,
      "total": 871
    }
  }
}

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@symfony/webpack-encore": {
      "name": "@symfony/webpack-encore",
      "severity": "high",
      "isDirect": true,
      "via": [
        "css-minimizer-webpack-plugin",
        "webpack-dev-server",
        "webpack-notifier"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/@symfony/webpack-encore"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "css-minimizer-webpack-plugin": {
      "name": "css-minimizer-webpack-plugin",
      "severity": "high",
      "isDirect": false,
      "via": [
        "serialize-javascript"
      ],
      "effects": [
        "@symfony/webpack-encore"
      ],
      "range": "<=7.0.4",
      "nodes": [
        "node_modules/css-minimizer-webpack-plugin"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "node-notifier": {
      "name": "node-notifier",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "uuid"
      ],
      "effects": [
        "webpack-notifier"
      ],
      "range": ">=7.0.0",
      "nodes": [
        "node_modules/node-notifier"
      ],
      "fixAvailable": {
        "name": "webpack-notifier",
        "version": "1.11.1",
        "isSemVerMajor": true
      }
    },
    "serialize-javascript": {
      "name": "serialize-javascript",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1113686,
          "name": "serialize-javascript",
          "dependency": "serialize-javascript",
          "title": "Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString()",
          "url": "https://github.com/advisories/GHSA-5c6j-r48x-rmvq",
          "severity": "high",
          "cwe": [
            "CWE-96"
          ],
          "cvss": {
            "score": 8.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
          },
          "range": "<=7.0.2"
        },
        {
          "source": 1115723,
          "name": "serialize-javascript",
          "dependency": "serialize-javascript",
          "title": "Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects",
          "url": "https://github.com/advisories/GHSA-qj8w-gfj5-8c6v",
          "severity": "moderate",
          "cwe": [
            "CWE-400",
            "CWE-834"
          ],
          "cvss": {
            "score": 5.9,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<7.0.5"
        }
      ],
      "effects": [
        "css-minimizer-webpack-plugin"
      ],
      "range": "<=7.0.4",
      "nodes": [
        "node_modules/serialize-javascript"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "sockjs": {
      "name": "sockjs",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "uuid"
      ],
      "effects": [
        "webpack-dev-server"
      ],
      "range": ">=0.3.17",
      "nodes": [
        "node_modules/sockjs"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "uuid": {
      "name": "uuid",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1116970,
          "name": "uuid",
          "dependency": "uuid",
          "title": "uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided",
          "url": "https://github.com/advisories/GHSA-w5hq-g745-h8pq",
          "severity": "moderate",
          "cwe": [
            "CWE-787",
            "CWE-1285"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": "<14.0.0"
        }
      ],
      "effects": [
        "node-notifier",
        "sockjs"
      ],
      "range": "<14.0.0",
      "nodes": [
        "node_modules/uuid"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "webpack-dev-server": {
      "name": "webpack-dev-server",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1108429,
          "name": "webpack-dev-server",
          "dependency": "webpack-dev-server",
          "title": "webpack-dev-server users' source code may be stolen when they access a malicious web site with non-Chromium based browser",
          "url": "https://github.com/advisories/GHSA-9jgg-88mc-972h",
          "severity": "moderate",
          "cwe": [
            "CWE-346"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"
          },
          "range": "<=5.2.0"
        },
        {
          "source": 1108430,
          "name": "webpack-dev-server",
          "dependency": "webpack-dev-server",
          "title": "webpack-dev-server users' source code may be stolen when they access a malicious web site",
          "url": "https://github.com/advisories/GHSA-4v9v-hfq4-rm2v",
          "severity": "moderate",
          "cwe": [
            "CWE-749"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N"
          },
          "range": "<=5.2.0"
        },
        "sockjs"
      ],
      "effects": [
        "@symfony/webpack-encore"
      ],
      "range": "*",
      "nodes": [
        "node_modules/webpack-dev-server"
      ],
      "fixAvailable": {
        "name": "@symfony/webpack-encore",
        "version": "6.0.0",
        "isSemVerMajor": true
      }
    },
    "webpack-notifier": {
      "name": "webpack-notifier",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "node-notifier"
      ],
      "effects": [
        "@symfony/webpack-encore"
      ],
      "range": ">=1.12.0",
      "nodes": [
        "node_modules/webpack-notifier"
      ],
      "fixAvailable": {
        "name": "webpack-notifier",
        "version": "1.11.1",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 5,
      "high": 3,
      "critical": 0,
      "total": 8
    },
    "dependencies": {
      "prod": 1,
      "dev": 871,
      "optional": 1,
      "peer": 174,
      "peerOptional": 0,
      "total": 871
    }
  }
}

--- end ---
Attempting to npm audit fix
$ /usr/bin/npm audit fix --dry-run --only=dev --json
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: eslint-plugin-wdio@9.27.0
npm WARN Found: eslint@8.57.1
npm WARN node_modules/eslint
npm WARN   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.9.1
npm WARN   node_modules/@eslint-community/eslint-utils
npm WARN     @eslint-community/eslint-utils@"^4.7.0" from @typescript-eslint/utils@8.46.0
npm WARN     node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm WARN     9 more (@typescript-eslint/utils, @typescript-eslint/utils, ...)
npm WARN   27 more (@stylistic/eslint-plugin, @symfony/webpack-encore, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer eslint@"^9.39.2" from eslint-plugin-wdio@9.27.0
npm WARN node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-wdio
npm WARN   eslint-plugin-wdio@"^9.16.2" from eslint-config-wikimedia@0.32.3
npm WARN   node_modules/eslint-config-wikimedia
npm WARN 
npm WARN Conflicting peer dependency: eslint@9.39.4
npm WARN node_modules/eslint
npm WARN   peer eslint@"^9.39.2" from eslint-plugin-wdio@9.27.0
npm WARN   node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-wdio
npm WARN     eslint-plugin-wdio@"^9.16.2" from eslint-config-wikimedia@0.32.3
npm WARN     node_modules/eslint-config-wikimedia
--- stdout ---
{
  "added": 871,
  "removed": 0,
  "changed": 0,
  "audited": 872,
  "funding": 155,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "@symfony/webpack-encore": {
        "name": "@symfony/webpack-encore",
        "severity": "high",
        "isDirect": true,
        "via": [
          "css-minimizer-webpack-plugin",
          "webpack-dev-server",
          "webpack-notifier"
        ],
        "effects": [],
        "range": "*",
        "nodes": [
          "node_modules/@symfony/webpack-encore"
        ],
        "fixAvailable": {
          "name": "@symfony/webpack-encore",
          "version": "6.0.0",
          "isSemVerMajor": true
        }
      },
      "css-minimizer-webpack-plugin": {
        "name": "css-minimizer-webpack-plugin",
        "severity": "high",
        "isDirect": false,
        "via": [
          "serialize-javascript"
        ],
        "effects": [
          "@symfony/webpack-encore"
        ],
        "range": "<=7.0.4",
        "nodes": [
          "node_modules/css-minimizer-webpack-plugin"
        ],
        "fixAvailable": {
          "name": "@symfony/webpack-encore",
          "version": "6.0.0",
          "isSemVerMajor": true
        }
      },
      "node-notifier": {
        "name": "node-notifier",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "uuid"
        ],
        "effects": [
          "webpack-notifier"
        ],
        "range": ">=7.0.0",
        "nodes": [
          "node_modules/node-notifier"
        ],
        "fixAvailable": {
          "name": "webpack-notifier",
          "version": "1.11.1",
          "isSemVerMajor": true
        }
      },
      "serialize-javascript": {
        "name": "serialize-javascript",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1113686,
            "name": "serialize-javascript",
            "dependency": "serialize-javascript",
            "title": "Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString()",
            "url": "https://github.com/advisories/GHSA-5c6j-r48x-rmvq",
            "severity": "high",
            "cwe": [
              "CWE-96"
            ],
            "cvss": {
              "score": 8.1,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
            },
            "range": "<=7.0.2"
          },
          {
            "source": 1115723,
            "name": "serialize-javascript",
            "dependency": "serialize-javascript",
            "title": "Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects",
            "url": "https://github.com/advisories/GHSA-qj8w-gfj5-8c6v",
            "severity": "moderate",
            "cwe": [
              "CWE-400",
              "CWE-834"
            ],
            "cvss": {
              "score": 5.9,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<7.0.5"
          }
        ],
        "effects": [
          "css-minimizer-webpack-plugin"
        ],
        "range": "<=7.0.4",
        "nodes": [
          "node_modules/serialize-javascript"
        ],
        "fixAvailable": {
          "name": "@symfony/webpack-encore",
          "version": "6.0.0",
          "isSemVerMajor": true
        }
      },
      "sockjs": {
        "name": "sockjs",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "uuid"
        ],
        "effects": [
          "webpack-dev-server"
        ],
        "range": ">=0.3.17",
        "nodes": [
          "node_modules/sockjs"
        ],
        "fixAvailable": {
          "name": "@symfony/webpack-encore",
          "version": "6.0.0",
          "isSemVerMajor": true
        }
      },
      "uuid": {
        "name": "uuid",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1116970,
            "name": "uuid",
            "dependency": "uuid",
            "title": "uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided",
            "url": "https://github.com/advisories/GHSA-w5hq-g745-h8pq",
            "severity": "moderate",
            "cwe": [
              "CWE-787",
              "CWE-1285"
            ],
            "cvss": {
              "score": 0,
              "vectorString": null
            },
            "range": "<14.0.0"
          }
        ],
        "effects": [
          "node-notifier",
          "sockjs"
        ],
        "range": "<14.0.0",
        "nodes": [
          "node_modules/uuid"
        ],
        "fixAvailable": {
          "name": "webpack-notifier",
          "version": "1.11.1",
          "isSemVerMajor": true
        }
      },
      "webpack-dev-server": {
        "name": "webpack-dev-server",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1108429,
            "name": "webpack-dev-server",
            "dependency": "webpack-dev-server",
            "title": "webpack-dev-server users' source code may be stolen when they access a malicious web site with non-Chromium based browser",
            "url": "https://github.com/advisories/GHSA-9jgg-88mc-972h",
            "severity": "moderate",
            "cwe": [
              "CWE-346"
            ],
            "cvss": {
              "score": 6.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"
            },
            "range": "<=5.2.0"
          },
          {
            "source": 1108430,
            "name": "webpack-dev-server",
            "dependency": "webpack-dev-server",
            "title": "webpack-dev-server users' source code may be stolen when they access a malicious web site",
            "url": "https://github.com/advisories/GHSA-4v9v-hfq4-rm2v",
            "severity": "moderate",
            "cwe": [
              "CWE-749"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N"
            },
            "range": "<=5.2.0"
          },
          "sockjs"
        ],
        "effects": [
          "@symfony/webpack-encore"
        ],
        "range": "*",
        "nodes": [
          "node_modules/webpack-dev-server"
        ],
        "fixAvailable": {
          "name": "@symfony/webpack-encore",
          "version": "6.0.0",
          "isSemVerMajor": true
        }
      },
      "webpack-notifier": {
        "name": "webpack-notifier",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "node-notifier"
        ],
        "effects": [
          "@symfony/webpack-encore"
        ],
        "range": ">=1.12.0",
        "nodes": [
          "node_modules/webpack-notifier"
        ],
        "fixAvailable": {
          "name": "webpack-notifier",
          "version": "1.11.1",
          "isSemVerMajor": true
        }
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 5,
        "high": 3,
        "critical": 0,
        "total": 8
      },
      "dependencies": {
        "prod": 1,
        "dev": 871,
        "optional": 1,
        "peer": 174,
        "peerOptional": 0,
        "total": 871
      }
    }
  }
}

--- end ---
{"added": 871, "removed": 0, "changed": 0, "audited": 872, "funding": 155, "audit": {"auditReportVersion": 2, "vulnerabilities": {"@symfony/webpack-encore": {"name": "@symfony/webpack-encore", "severity": "high", "isDirect": true, "via": ["css-minimizer-webpack-plugin", "webpack-dev-server", "webpack-notifier"], "effects": [], "range": "*", "nodes": ["node_modules/@symfony/webpack-encore"], "fixAvailable": {"name": "@symfony/webpack-encore", "version": "6.0.0", "isSemVerMajor": true}}, "css-minimizer-webpack-plugin": {"name": "css-minimizer-webpack-plugin", "severity": "high", "isDirect": false, "via": ["serialize-javascript"], "effects": ["@symfony/webpack-encore"], "range": "<=7.0.4", "nodes": ["node_modules/css-minimizer-webpack-plugin"], "fixAvailable": {"name": "@symfony/webpack-encore", "version": "6.0.0", "isSemVerMajor": true}}, "node-notifier": {"name": "node-notifier", "severity": "moderate", "isDirect": false, "via": ["uuid"], "effects": ["webpack-notifier"], "range": ">=7.0.0", "nodes": ["node_modules/node-notifier"], "fixAvailable": {"name": "webpack-notifier", "version": "1.11.1", "isSemVerMajor": true}}, "serialize-javascript": {"name": "serialize-javascript", "severity": "high", "isDirect": false, "via": [{"source": 1113686, "name": "serialize-javascript", "dependency": "serialize-javascript", "title": "Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString()", "url": "https://github.com/advisories/GHSA-5c6j-r48x-rmvq", "severity": "high", "cwe": ["CWE-96"], "cvss": {"score": 8.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "range": "<=7.0.2"}, {"source": 1115723, "name": "serialize-javascript", "dependency": "serialize-javascript", "title": "Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects", "url": "https://github.com/advisories/GHSA-qj8w-gfj5-8c6v", "severity": "moderate", "cwe": ["CWE-400", "CWE-834"], "cvss": {"score": 5.9, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<7.0.5"}], "effects": ["css-minimizer-webpack-plugin"], "range": "<=7.0.4", "nodes": ["node_modules/serialize-javascript"], "fixAvailable": {"name": "@symfony/webpack-encore", "version": "6.0.0", "isSemVerMajor": true}}, "sockjs": {"name": "sockjs", "severity": "moderate", "isDirect": false, "via": ["uuid"], "effects": ["webpack-dev-server"], "range": ">=0.3.17", "nodes": ["node_modules/sockjs"], "fixAvailable": {"name": "@symfony/webpack-encore", "version": "6.0.0", "isSemVerMajor": true}}, "uuid": {"name": "uuid", "severity": "moderate", "isDirect": false, "via": [{"source": 1116970, "name": "uuid", "dependency": "uuid", "title": "uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided", "url": "https://github.com/advisories/GHSA-w5hq-g745-h8pq", "severity": "moderate", "cwe": ["CWE-787", "CWE-1285"], "cvss": {"score": 0, "vectorString": null}, "range": "<14.0.0"}], "effects": ["node-notifier", "sockjs"], "range": "<14.0.0", "nodes": ["node_modules/uuid"], "fixAvailable": {"name": "webpack-notifier", "version": "1.11.1", "isSemVerMajor": true}}, "webpack-dev-server": {"name": "webpack-dev-server", "severity": "moderate", "isDirect": false, "via": [{"source": 1108429, "name": "webpack-dev-server", "dependency": "webpack-dev-server", "title": "webpack-dev-server users' source code may be stolen when they access a malicious web site with non-Chromium based browser", "url": "https://github.com/advisories/GHSA-9jgg-88mc-972h", "severity": "moderate", "cwe": ["CWE-346"], "cvss": {"score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"}, "range": "<=5.2.0"}, {"source": 1108430, "name": "webpack-dev-server", "dependency": "webpack-dev-server", "title": "webpack-dev-server users' source code may be stolen when they access a malicious web site", "url": "https://github.com/advisories/GHSA-4v9v-hfq4-rm2v", "severity": "moderate", "cwe": ["CWE-749"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N"}, "range": "<=5.2.0"}, "sockjs"], "effects": ["@symfony/webpack-encore"], "range": "*", "nodes": ["node_modules/webpack-dev-server"], "fixAvailable": {"name": "@symfony/webpack-encore", "version": "6.0.0", "isSemVerMajor": true}}, "webpack-notifier": {"name": "webpack-notifier", "severity": "moderate", "isDirect": true, "via": ["node-notifier"], "effects": ["@symfony/webpack-encore"], "range": ">=1.12.0", "nodes": ["node_modules/webpack-notifier"], "fixAvailable": {"name": "webpack-notifier", "version": "1.11.1", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 5, "high": 3, "critical": 0, "total": 8}, "dependencies": {"prod": 1, "dev": 871, "optional": 1, "peer": 174, "peerOptional": 0, "total": 871}}}}
$ /usr/bin/npm audit fix --only=dev
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: eslint-plugin-wdio@9.27.0
npm WARN Found: eslint@8.57.1
npm WARN node_modules/eslint
npm WARN   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.9.1
npm WARN   node_modules/@eslint-community/eslint-utils
npm WARN     @eslint-community/eslint-utils@"^4.7.0" from @typescript-eslint/utils@8.46.0
npm WARN     node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm WARN     9 more (@typescript-eslint/utils, @typescript-eslint/utils, ...)
npm WARN   27 more (@stylistic/eslint-plugin, @symfony/webpack-encore, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer eslint@"^9.39.2" from eslint-plugin-wdio@9.27.0
npm WARN node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-wdio
npm WARN   eslint-plugin-wdio@"^9.16.2" from eslint-config-wikimedia@0.32.3
npm WARN   node_modules/eslint-config-wikimedia
npm WARN 
npm WARN Conflicting peer dependency: eslint@9.39.4
npm WARN node_modules/eslint
npm WARN   peer eslint@"^9.39.2" from eslint-plugin-wdio@9.27.0
npm WARN   node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-wdio
npm WARN     eslint-plugin-wdio@"^9.16.2" from eslint-config-wikimedia@0.32.3
npm WARN     node_modules/eslint-config-wikimedia
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---

added 870 packages, and audited 871 packages in 10s

155 packages are looking for funding
  run `npm fund` for details

# npm audit report

serialize-javascript  <=7.0.4
Severity: high
Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString() - https://github.com/advisories/GHSA-5c6j-r48x-rmvq
Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects - https://github.com/advisories/GHSA-qj8w-gfj5-8c6v
fix available via `npm audit fix --force`
Will install @symfony/webpack-encore@6.0.0, which is a breaking change
node_modules/serialize-javascript
  css-minimizer-webpack-plugin  <=7.0.4
  Depends on vulnerable versions of serialize-javascript
  node_modules/css-minimizer-webpack-plugin
    @symfony/webpack-encore  *
    Depends on vulnerable versions of css-minimizer-webpack-plugin
    Depends on vulnerable versions of webpack-dev-server
    Depends on vulnerable versions of webpack-notifier
    node_modules/@symfony/webpack-encore

uuid  <14.0.0
Severity: moderate
uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided - https://github.com/advisories/GHSA-w5hq-g745-h8pq
fix available via `npm audit fix --force`
Will install webpack-notifier@1.11.1, which is a breaking change
node_modules/uuid
  node-notifier  >=7.0.0
  Depends on vulnerable versions of uuid
  node_modules/node-notifier
    webpack-notifier  >=1.12.0
    Depends on vulnerable versions of node-notifier
    node_modules/webpack-notifier
  sockjs  >=0.3.17
  Depends on vulnerable versions of uuid
  node_modules/sockjs
    webpack-dev-server  *
    Depends on vulnerable versions of sockjs
    node_modules/webpack-dev-server


8 vulnerabilities (5 moderate, 3 high)

To address all issues (including breaking changes), run:
  npm audit fix --force

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: eslint-plugin-wdio@9.27.0
npm WARN Found: eslint@8.57.1
npm WARN node_modules/eslint
npm WARN   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.9.1
npm WARN   node_modules/@eslint-community/eslint-utils
npm WARN     @eslint-community/eslint-utils@"^4.7.0" from @typescript-eslint/utils@8.46.0
npm WARN     node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm WARN     9 more (@typescript-eslint/utils, @typescript-eslint/utils, ...)
npm WARN   27 more (@stylistic/eslint-plugin, @symfony/webpack-encore, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer eslint@"^9.39.2" from eslint-plugin-wdio@9.27.0
npm WARN node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-wdio
npm WARN   eslint-plugin-wdio@"^9.16.2" from eslint-config-wikimedia@0.32.3
npm WARN   node_modules/eslint-config-wikimedia
npm WARN 
npm WARN Conflicting peer dependency: eslint@9.39.4
npm WARN node_modules/eslint
npm WARN   peer eslint@"^9.39.2" from eslint-plugin-wdio@9.27.0
npm WARN   node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-wdio
npm WARN     eslint-plugin-wdio@"^9.16.2" from eslint-config-wikimedia@0.32.3
npm WARN     node_modules/eslint-config-wikimedia
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---

added 870 packages, and audited 871 packages in 14s

155 packages are looking for funding
  run `npm fund` for details

8 vulnerabilities (5 moderate, 3 high)

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.

--- end ---
$ /usr/bin/npm test
--- stdout ---

> test
> npm run -s lint && banana-checker i18n/

Checked 1 message directory.

--- end ---
$ package-lock-lint /src/repo/package-lock.json
--- stdout ---
Checking /src/repo/package-lock.json

--- end ---
[DNM] there are no updates
$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmpvm2qxa43
--- stdout ---
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

--- end ---
Source code is licensed under the AGPL.