mediawiki/extensions/GrowthExperiments: REL1_39 (log #1465107)

sourcepatches

This run took 152 seconds.

$ date
--- stdout ---
Thu Aug 22 11:12:11 UTC 2024

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-GrowthExperiments.git repo --depth=1 -b REL1_39
--- stderr ---
Cloning into '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/REL1_39
--- stdout ---
9805c20cd81041f45502ddb825943b9302199f87 refs/heads/REL1_39

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@babel/traverse": {
      "name": "@babel/traverse",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1096886,
          "name": "@babel/traverse",
          "dependency": "@babel/traverse",
          "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code",
          "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92",
          "severity": "critical",
          "cwe": [
            "CWE-184",
            "CWE-697"
          ],
          "cvss": {
            "score": 9.4,
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
          },
          "range": "<7.23.2"
        }
      ],
      "effects": [],
      "range": "<7.23.2",
      "nodes": [
        "node_modules/@babel/traverse"
      ],
      "fixAvailable": true
    },
    "@jest/console": {
      "name": "@jest/console",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-message-util"
      ],
      "effects": [
        "@jest/core",
        "@jest/reporters",
        "@jest/test-result",
        "jest-runner"
      ],
      "range": ">=25.4.0",
      "nodes": [
        "node_modules/@jest/console"
      ],
      "fixAvailable": false
    },
    "@jest/core": {
      "name": "@jest/core",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/console",
        "@jest/reporters",
        "@jest/test-result",
        "@jest/transform",
        "jest-config",
        "jest-haste-map",
        "jest-message-util",
        "jest-resolve",
        "jest-resolve-dependencies",
        "jest-runner",
        "jest-runtime",
        "jest-snapshot",
        "jest-watcher",
        "micromatch"
      ],
      "effects": [
        "jest",
        "jest-cli"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/core"
      ],
      "fixAvailable": false
    },
    "@jest/environment": {
      "name": "@jest/environment",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/fake-timers"
      ],
      "effects": [
        "@jest/globals",
        "jest-circus",
        "jest-environment-jsdom",
        "jest-runner"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/environment"
      ],
      "fixAvailable": false
    },
    "@jest/fake-timers": {
      "name": "@jest/fake-timers",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-message-util"
      ],
      "effects": [
        "@jest/environment",
        "jest-environment-jsdom",
        "jest-environment-node",
        "jest-runtime"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/fake-timers"
      ],
      "fixAvailable": false
    },
    "@jest/globals": {
      "name": "@jest/globals",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "expect"
      ],
      "effects": [
        "jest-runtime"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/globals"
      ],
      "fixAvailable": false
    },
    "@jest/reporters": {
      "name": "@jest/reporters",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/console",
        "@jest/test-result",
        "@jest/transform",
        "jest-haste-map",
        "jest-resolve"
      ],
      "effects": [
        "@jest/core"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/reporters"
      ],
      "fixAvailable": false
    },
    "@jest/test-result": {
      "name": "@jest/test-result",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/console"
      ],
      "effects": [
        "@jest/test-sequencer",
        "jest-circus",
        "jest-cli",
        "jest-jasmine2",
        "jest-runtime",
        "jest-watcher"
      ],
      "range": ">=25.4.0",
      "nodes": [
        "node_modules/@jest/test-result"
      ],
      "fixAvailable": false
    },
    "@jest/test-sequencer": {
      "name": "@jest/test-sequencer",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/test-result",
        "jest-haste-map",
        "jest-runtime"
      ],
      "effects": [
        "jest-config"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/test-sequencer"
      ],
      "fixAvailable": false
    },
    "@jest/transform": {
      "name": "@jest/transform",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-haste-map",
        "micromatch"
      ],
      "effects": [
        "@jest/reporters",
        "babel-jest",
        "jest-runner",
        "jest-runtime",
        "jest-snapshot"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/transform"
      ],
      "fixAvailable": false
    },
    "@vue/vue3-jest": {
      "name": "@vue/vue3-jest",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "babel-jest",
        "jest"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/@vue/vue3-jest"
      ],
      "fixAvailable": false
    },
    "@wdio/cli": {
      "name": "@wdio/cli",
      "severity": "high",
      "isDirect": true,
      "via": [
        "webdriverio"
      ],
      "effects": [],
      "range": "7.16.5 - 8.40.3",
      "nodes": [
        "node_modules/@wdio/cli"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.0.7",
        "isSemVerMajor": true
      }
    },
    "@wdio/devtools-service": {
      "name": "@wdio/devtools-service",
      "severity": "high",
      "isDirect": true,
      "via": [
        "lighthouse",
        "puppeteer-core",
        "speedline",
        "webdriverio"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/@wdio/devtools-service"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "@wdio/local-runner": {
      "name": "@wdio/local-runner",
      "severity": "high",
      "isDirect": true,
      "via": [
        "@wdio/runner"
      ],
      "effects": [],
      "range": "7.16.5 - 8.40.3",
      "nodes": [
        "node_modules/@wdio/local-runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "9.0.7",
        "isSemVerMajor": true
      }
    },
    "@wdio/mocha-framework": {
      "name": "@wdio/mocha-framework",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "expect-webdriverio"
      ],
      "effects": [],
      "range": "6.1.6 - 8.0.0-alpha.631",
      "nodes": [
        "node_modules/@wdio/mocha-framework"
      ],
      "fixAvailable": {
        "name": "@wdio/mocha-framework",
        "version": "9.0.6",
        "isSemVerMajor": true
      }
    },
    "@wdio/runner": {
      "name": "@wdio/runner",
      "severity": "high",
      "isDirect": false,
      "via": [
        "webdriverio"
      ],
      "effects": [
        "@wdio/local-runner"
      ],
      "range": "7.16.5 - 8.40.3",
      "nodes": [
        "node_modules/@wdio/runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "9.0.7",
        "isSemVerMajor": true
      }
    },
    "babel-core": {
      "name": "babel-core",
      "severity": "critical",
      "isDirect": true,
      "via": [
        "babel-helpers",
        "babel-register",
        "babel-template",
        "babel-traverse",
        "json5"
      ],
      "effects": [
        "babel-register"
      ],
      "range": "5.8.20 - 7.0.0-beta.3",
      "nodes": [
        "node_modules/babel-core"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "babel-helpers": {
      "name": "babel-helpers",
      "severity": "critical",
      "isDirect": false,
      "via": [
        "babel-template"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/babel-helpers"
      ],
      "fixAvailable": true
    },
    "babel-jest": {
      "name": "babel-jest",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/transform"
      ],
      "effects": [
        "jest-config"
      ],
      "range": ">=24.2.0-alpha.0",
      "nodes": [
        "node_modules/babel-jest"
      ],
      "fixAvailable": false
    },
    "babel-register": {
      "name": "babel-register",
      "severity": "high",
      "isDirect": false,
      "via": [
        "babel-core"
      ],
      "effects": [
        "babel-core"
      ],
      "range": "*",
      "nodes": [
        "node_modules/babel-register"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "babel-template": {
      "name": "babel-template",
      "severity": "critical",
      "isDirect": false,
      "via": [
        "babel-traverse"
      ],
      "effects": [
        "babel-helpers"
      ],
      "range": "*",
      "nodes": [
        "node_modules/babel-template"
      ],
      "fixAvailable": true
    },
    "babel-traverse": {
      "name": "babel-traverse",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1096879,
          "name": "babel-traverse",
          "dependency": "babel-traverse",
          "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code",
          "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92",
          "severity": "critical",
          "cwe": [
            "CWE-184",
            "CWE-697"
          ],
          "cvss": {
            "score": 9.4,
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
          },
          "range": "<7.23.2"
        }
      ],
      "effects": [
        "babel-core",
        "babel-template"
      ],
      "range": "*",
      "nodes": [
        "node_modules/babel-traverse"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "braces": {
      "name": "braces",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1098094,
          "name": "braces",
          "dependency": "braces",
          "title": "Uncontrolled resource consumption in braces",
          "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1050"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.3"
        }
      ],
      "effects": [],
      "range": "<3.0.3",
      "nodes": [
        "node_modules/braces"
      ],
      "fixAvailable": true
    },
    "cookiejar": {
      "name": "cookiejar",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1088659,
          "name": "cookiejar",
          "dependency": "cookiejar",
          "title": "cookiejar Regular Expression Denial of Service via Cookie.parse function",
          "url": "https://github.com/advisories/GHSA-h452-7996-h45h",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<2.1.4"
        }
      ],
      "effects": [],
      "range": "<2.1.4",
      "nodes": [
        "node_modules/cookiejar"
      ],
      "fixAvailable": true
    },
    "core-js-compat": {
      "name": "core-js-compat",
      "severity": "high",
      "isDirect": false,
      "via": [
        "semver"
      ],
      "effects": [],
      "range": "3.6.0 - 3.25.0",
      "nodes": [
        "node_modules/core-js-compat"
      ],
      "fixAvailable": true
    },
    "decode-uri-component": {
      "name": "decode-uri-component",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1094087,
          "name": "decode-uri-component",
          "dependency": "decode-uri-component",
          "title": "decode-uri-component vulnerable to Denial of Service (DoS)",
          "url": "https://github.com/advisories/GHSA-w573-4hg7-7wgq",
          "severity": "high",
          "cwe": [
            "CWE-20"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<0.2.1"
        }
      ],
      "effects": [],
      "range": "<0.2.1",
      "nodes": [
        "node_modules/decode-uri-component"
      ],
      "fixAvailable": true
    },
    "devtools": {
      "name": "devtools",
      "severity": "high",
      "isDirect": false,
      "via": [
        "puppeteer-core"
      ],
      "effects": [],
      "range": ">=7.16.5",
      "nodes": [
        "node_modules/devtools"
      ],
      "fixAvailable": true
    },
    "ejs": {
      "name": "ejs",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1098366,
          "name": "ejs",
          "dependency": "ejs",
          "title": "ejs lacks certain pollution protection",
          "url": "https://github.com/advisories/GHSA-ghr5-ch3p-vcr6",
          "severity": "moderate",
          "cwe": [
            "CWE-693",
            "CWE-1321"
          ],
          "cvss": {
            "score": 4,
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<3.1.10"
        }
      ],
      "effects": [],
      "range": "<3.1.10",
      "nodes": [
        "node_modules/ejs"
      ],
      "fixAvailable": true
    },
    "eslint-plugin-compat": {
      "name": "eslint-plugin-compat",
      "severity": "high",
      "isDirect": false,
      "via": [
        "semver"
      ],
      "effects": [],
      "range": "3.6.0-0 - 4.1.4",
      "nodes": [
        "node_modules/eslint-plugin-compat"
      ],
      "fixAvailable": true
    },
    "expect": {
      "name": "expect",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-message-util"
      ],
      "effects": [
        "@jest/globals",
        "expect-webdriverio",
        "jest-circus",
        "jest-jasmine2",
        "jest-snapshot"
      ],
      "range": ">=21.0.0-beta.1",
      "nodes": [
        "node_modules/@jest/globals/node_modules/expect",
        "node_modules/expect",
        "node_modules/jest-circus/node_modules/expect",
        "node_modules/jest-jasmine2/node_modules/expect",
        "node_modules/jest-snapshot/node_modules/expect"
      ],
      "fixAvailable": false
    },
    "expect-webdriverio": {
      "name": "expect-webdriverio",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "expect"
      ],
      "effects": [
        "@wdio/mocha-framework"
      ],
      "range": "1.0.0 - 4.6.1 || >=4.7.2",
      "nodes": [
        "node_modules/expect-webdriverio"
      ],
      "fixAvailable": {
        "name": "@wdio/mocha-framework",
        "version": "9.0.6",
        "isSemVerMajor": true
      }
    },
    "fast-glob": {
      "name": "fast-glob",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "micromatch"
      ],
      "effects": [
        "globby",
        "stylelint"
      ],
      "range": "*",
      "nodes": [
        "node_modules/fast-glob"
      ],
      "fixAvailable": false
    },
    "findup-sync": {
      "name": "findup-sync",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "micromatch"
      ],
      "effects": [
        "liftup"
      ],
      "range": ">=0.4.0",
      "nodes": [
        "node_modules/liftup/node_modules/findup-sync"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "1.3.0",
        "isSemVerMajor": true
      }
    },
    "get-func-name": {
      "name": "get-func-name",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1094574,
          "name": "get-func-name",
          "dependency": "get-func-name",
          "title": "Chaijs/get-func-name vulnerable to ReDoS",
          "url": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<2.0.1"
        }
      ],
      "effects": [],
      "range": "<2.0.1",
      "nodes": [
        "node_modules/get-func-name"
      ],
      "fixAvailable": true
    },
    "globby": {
      "name": "globby",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "fast-glob"
      ],
      "effects": [
        "stylelint"
      ],
      "range": ">=8.0.0",
      "nodes": [
        "node_modules/globby"
      ],
      "fixAvailable": false
    },
    "got": {
      "name": "got",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1088948,
          "name": "got",
          "dependency": "got",
          "title": "Got allows a redirect to a UNIX socket",
          "url": "https://github.com/advisories/GHSA-pfrx-2q88-qq97",
          "severity": "moderate",
          "cwe": [],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<11.8.5"
        }
      ],
      "effects": [
        "package-json"
      ],
      "range": "<11.8.5",
      "nodes": [
        "node_modules/package-json/node_modules/got"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "grunt": {
      "name": "grunt",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "grunt-cli"
      ],
      "effects": [],
      "range": ">=1.4.0",
      "nodes": [
        "node_modules/grunt"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "1.3.0",
        "isSemVerMajor": true
      }
    },
    "grunt-cli": {
      "name": "grunt-cli",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "liftup"
      ],
      "effects": [
        "grunt"
      ],
      "range": ">=1.4.0",
      "nodes": [
        "node_modules/grunt-cli"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "1.3.0",
        "isSemVerMajor": true
      }
    },
    "grunt-stylelint": {
      "name": "grunt-stylelint",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "stylelint"
      ],
      "effects": [],
      "range": ">=0.7.0",
      "nodes": [
        "node_modules/grunt-stylelint"
      ],
      "fixAvailable": {
        "name": "grunt-stylelint",
        "version": "0.6.0",
        "isSemVerMajor": true
      }
    },
    "http-cache-semantics": {
      "name": "http-cache-semantics",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1092316,
          "name": "http-cache-semantics",
          "dependency": "http-cache-semantics",
          "title": "http-cache-semantics vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-rc47-6667-2j5j",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<4.1.1"
        }
      ],
      "effects": [],
      "range": "<4.1.1",
      "nodes": [
        "node_modules/http-cache-semantics"
      ],
      "fixAvailable": true
    },
    "jest": {
      "name": "jest",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "@jest/core",
        "jest-cli"
      ],
      "effects": [
        "@vue/vue3-jest"
      ],
      "range": ">=23.5.0",
      "nodes": [
        "node_modules/jest"
      ],
      "fixAvailable": false
    },
    "jest-circus": {
      "name": "jest-circus",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/test-result",
        "expect",
        "jest-message-util",
        "jest-runtime",
        "jest-snapshot"
      ],
      "effects": [
        "jest-config"
      ],
      "range": ">=20.1.0-alpha.1",
      "nodes": [
        "node_modules/jest-circus"
      ],
      "fixAvailable": false
    },
    "jest-cli": {
      "name": "jest-cli",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/core",
        "@jest/test-result",
        "jest-config"
      ],
      "effects": [
        "jest"
      ],
      "range": ">=23.5.0",
      "nodes": [
        "node_modules/jest-cli"
      ],
      "fixAvailable": false
    },
    "jest-config": {
      "name": "jest-config",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/test-sequencer",
        "babel-jest",
        "jest-circus",
        "jest-environment-jsdom",
        "jest-environment-node",
        "jest-jasmine2",
        "jest-resolve",
        "jest-runner",
        "micromatch"
      ],
      "effects": [
        "jest-cli"
      ],
      "range": ">=18.1.0",
      "nodes": [
        "node_modules/jest-config"
      ],
      "fixAvailable": false
    },
    "jest-environment-jsdom": {
      "name": "jest-environment-jsdom",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/fake-timers"
      ],
      "effects": [
        "jest-config",
        "jest-runner"
      ],
      "range": ">=24.2.0-alpha.0",
      "nodes": [
        "node_modules/jest-environment-jsdom"
      ],
      "fixAvailable": false
    },
    "jest-environment-node": {
      "name": "jest-environment-node",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/fake-timers"
      ],
      "effects": [
        "jest-runner"
      ],
      "range": ">=24.2.0-alpha.0",
      "nodes": [
        "node_modules/jest-environment-node"
      ],
      "fixAvailable": false
    },
    "jest-haste-map": {
      "name": "jest-haste-map",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "micromatch"
      ],
      "effects": [
        "@jest/reporters",
        "@jest/test-sequencer",
        "jest-resolve",
        "jest-runtime",
        "jest-snapshot"
      ],
      "range": ">=18.1.0",
      "nodes": [
        "node_modules/jest-haste-map"
      ],
      "fixAvailable": false
    },
    "jest-jasmine2": {
      "name": "jest-jasmine2",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/test-result",
        "expect",
        "jest-message-util",
        "jest-runtime",
        "jest-snapshot"
      ],
      "effects": [
        "jest-config"
      ],
      "range": ">=18.5.0-alpha.7da3df39",
      "nodes": [
        "node_modules/jest-jasmine2"
      ],
      "fixAvailable": false
    },
    "jest-message-util": {
      "name": "jest-message-util",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "micromatch"
      ],
      "effects": [
        "@jest/console",
        "@jest/fake-timers",
        "expect",
        "jest-circus",
        "jest-jasmine2",
        "jest-runner",
        "jest-runtime",
        "jest-snapshot"
      ],
      "range": ">=18.5.0-alpha.7da3df39",
      "nodes": [
        "node_modules/@jest/console/node_modules/jest-message-util",
        "node_modules/@jest/core/node_modules/jest-message-util",
        "node_modules/@jest/fake-timers/node_modules/jest-message-util",
        "node_modules/@jest/globals/node_modules/jest-message-util",
        "node_modules/jest-circus/node_modules/jest-message-util",
        "node_modules/jest-jasmine2/node_modules/jest-message-util",
        "node_modules/jest-message-util",
        "node_modules/jest-runner/node_modules/jest-message-util",
        "node_modules/jest-runtime/node_modules/jest-message-util",
        "node_modules/jest-snapshot/node_modules/jest-message-util"
      ],
      "fixAvailable": false
    },
    "jest-resolve": {
      "name": "jest-resolve",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-haste-map"
      ],
      "effects": [
        "@jest/core",
        "@jest/reporters",
        "jest-config",
        "jest-runner",
        "jest-runtime"
      ],
      "range": "18.1.0 - 19.0.2 || 24.2.0-alpha.0 - 24.5.0 || >=27.1.0",
      "nodes": [
        "node_modules/jest-resolve"
      ],
      "fixAvailable": false
    },
    "jest-resolve-dependencies": {
      "name": "jest-resolve-dependencies",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-snapshot"
      ],
      "effects": [],
      "range": ">=23.3.0",
      "nodes": [
        "node_modules/jest-resolve-dependencies"
      ],
      "fixAvailable": true
    },
    "jest-runner": {
      "name": "jest-runner",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/console",
        "@jest/environment",
        "@jest/test-result",
        "@jest/transform",
        "jest-environment-jsdom",
        "jest-environment-node",
        "jest-haste-map",
        "jest-message-util",
        "jest-resolve",
        "jest-runtime"
      ],
      "effects": [
        "jest-config"
      ],
      "range": ">=21.0.0-alpha.1",
      "nodes": [
        "node_modules/jest-runner"
      ],
      "fixAvailable": false
    },
    "jest-runtime": {
      "name": "jest-runtime",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/fake-timers",
        "@jest/globals",
        "@jest/test-result",
        "@jest/transform",
        "jest-haste-map",
        "jest-message-util",
        "jest-resolve",
        "jest-snapshot"
      ],
      "effects": [
        "@jest/test-sequencer",
        "jest-circus",
        "jest-jasmine2",
        "jest-runner"
      ],
      "range": ">=18.1.0",
      "nodes": [
        "node_modules/jest-runtime"
      ],
      "fixAvailable": false
    },
    "jest-snapshot": {
      "name": "jest-snapshot",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/transform",
        "expect",
        "jest-haste-map",
        "jest-message-util"
      ],
      "effects": [
        "jest-circus",
        "jest-jasmine2",
        "jest-resolve-dependencies",
        "jest-runtime"
      ],
      "range": ">=23.3.0",
      "nodes": [
        "node_modules/jest-snapshot"
      ],
      "fixAvailable": false
    },
    "jest-watcher": {
      "name": "jest-watcher",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/test-result"
      ],
      "effects": [],
      "range": ">=25.4.0",
      "nodes": [
        "node_modules/jest-watcher"
      ],
      "fixAvailable": true
    },
    "json5": {
      "name": "json5",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096543,
          "name": "json5",
          "dependency": "json5",
          "title": "Prototype Pollution in JSON5 via Parse Method",
          "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h",
          "severity": "high",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 7.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"
          },
          "range": "<1.0.2"
        },
        {
          "source": 1096544,
          "name": "json5",
          "dependency": "json5",
          "title": "Prototype Pollution in JSON5 via Parse Method",
          "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h",
          "severity": "high",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 7.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"
          },
          "range": ">=2.0.0 <2.2.2"
        }
      ],
      "effects": [
        "babel-core"
      ],
      "range": "<1.0.2 || >=2.0.0 <2.2.2",
      "nodes": [
        "node_modules/babel-core/node_modules/json5",
        "node_modules/json5"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "latest-version": {
      "name": "latest-version",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "package-json"
      ],
      "effects": [
        "update-notifier"
      ],
      "range": "0.2.0 - 5.1.0",
      "nodes": [
        "node_modules/latest-version"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "liftup": {
      "name": "liftup",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "findup-sync"
      ],
      "effects": [
        "grunt-cli"
      ],
      "range": "*",
      "nodes": [
        "node_modules/liftup"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "1.3.0",
        "isSemVerMajor": true
      }
    },
    "lighthouse": {
      "name": "lighthouse",
      "severity": "high",
      "isDirect": false,
      "via": [
        "lodash.set",
        "update-notifier"
      ],
      "effects": [
        "@wdio/devtools-service"
      ],
      "range": "1.6.5 - 9.4.0",
      "nodes": [
        "node_modules/lighthouse"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "lodash.set": {
      "name": "lodash.set",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096302,
          "name": "lodash.set",
          "dependency": "lodash.set",
          "title": "Prototype Pollution in lodash",
          "url": "https://github.com/advisories/GHSA-p6mc-m468-83gw",
          "severity": "high",
          "cwe": [
            "CWE-770",
            "CWE-1321"
          ],
          "cvss": {
            "score": 7.4,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H"
          },
          "range": ">=3.7.0 <=4.3.2"
        }
      ],
      "effects": [
        "lighthouse"
      ],
      "range": "*",
      "nodes": [
        "node_modules/lodash.set"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "meow": {
      "name": "meow",
      "severity": "high",
      "isDirect": false,
      "via": [
        "trim-newlines"
      ],
      "effects": [
        "speedline"
      ],
      "range": "3.4.0 - 5.0.0",
      "nodes": [
        "node_modules/meow"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "micromatch": {
      "name": "micromatch",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1098615,
          "name": "micromatch",
          "dependency": "micromatch",
          "title": "Regular Expression Denial of Service (ReDoS) in micromatch",
          "url": "https://github.com/advisories/GHSA-952p-6rrq-rcjv",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": "<=4.0.7"
        }
      ],
      "effects": [
        "@jest/core",
        "@jest/transform",
        "fast-glob",
        "findup-sync",
        "jest-config",
        "jest-haste-map",
        "jest-message-util",
        "stylelint"
      ],
      "range": "*",
      "nodes": [
        "node_modules/micromatch"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "1.3.0",
        "isSemVerMajor": true
      }
    },
    "minimatch": {
      "name": "minimatch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096485,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch ReDoS vulnerability",
          "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.5"
        }
      ],
      "effects": [
        "recursive-readdir"
      ],
      "range": "<3.0.5",
      "nodes": [
        "node_modules/recursive-readdir/node_modules/minimatch"
      ],
      "fixAvailable": true
    },
    "mwbot": {
      "name": "mwbot",
      "severity": "high",
      "isDirect": false,
      "via": [
        "request",
        "semver"
      ],
      "effects": [
        "wdio-mediawiki"
      ],
      "range": ">=0.1.6",
      "nodes": [
        "node_modules/mwbot"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "package-json": {
      "name": "package-json",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "got"
      ],
      "effects": [
        "latest-version"
      ],
      "range": "<=6.5.0",
      "nodes": [
        "node_modules/package-json"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "postcss": {
      "name": "postcss",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1094544,
          "name": "postcss",
          "dependency": "postcss",
          "title": "PostCSS line return parsing error",
          "url": "https://github.com/advisories/GHSA-7fh5-64p2-3v2j",
          "severity": "moderate",
          "cwe": [
            "CWE-74",
            "CWE-144"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<8.4.31"
        }
      ],
      "effects": [],
      "range": "<8.4.31",
      "nodes": [
        "node_modules/postcss"
      ],
      "fixAvailable": true
    },
    "puppeteer-core": {
      "name": "puppeteer-core",
      "severity": "high",
      "isDirect": false,
      "via": [
        "ws"
      ],
      "effects": [
        "@wdio/devtools-service",
        "devtools",
        "webdriverio"
      ],
      "range": "11.0.0 - 22.11.1",
      "nodes": [
        "node_modules/puppeteer-core"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "recursive-readdir": {
      "name": "recursive-readdir",
      "severity": "high",
      "isDirect": false,
      "via": [
        "minimatch"
      ],
      "effects": [],
      "range": "1.2.0 - 2.2.2",
      "nodes": [
        "node_modules/recursive-readdir"
      ],
      "fixAvailable": true
    },
    "request": {
      "name": "request",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096727,
          "name": "request",
          "dependency": "request",
          "title": "Server-Side Request Forgery in Request",
          "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
          "severity": "moderate",
          "cwe": [
            "CWE-918"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<=2.88.2"
        },
        "tough-cookie"
      ],
      "effects": [
        "mwbot"
      ],
      "range": "*",
      "nodes": [
        "node_modules/request"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "semver": {
      "name": "semver",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1098562,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=7.0.0 <7.5.2"
        },
        {
          "source": 1098563,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<5.7.2"
        },
        {
          "source": 1098564,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=6.0.0 <6.3.1"
        }
      ],
      "effects": [
        "core-js-compat",
        "eslint-plugin-compat",
        "mwbot"
      ],
      "range": "<=5.7.1 || 6.0.0 - 6.3.0 || 7.0.0 - 7.5.1",
      "nodes": [
        "node_modules/core-js-compat/node_modules/semver",
        "node_modules/eslint-plugin-compat/node_modules/semver",
        "node_modules/eslint-plugin-jsdoc/node_modules/semver",
        "node_modules/eslint-plugin-unicorn/node_modules/semver",
        "node_modules/eslint-plugin-vue/node_modules/semver",
        "node_modules/jest-snapshot/node_modules/semver",
        "node_modules/lighthouse/node_modules/semver",
        "node_modules/mwbot/node_modules/semver",
        "node_modules/normalize-package-data/node_modules/semver",
        "node_modules/semver",
        "node_modules/stylelint-config-recommended-vue/node_modules/semver",
        "node_modules/stylelint-config-wikimedia/node_modules/semver",
        "node_modules/stylelint/node_modules/semver",
        "node_modules/superagent/node_modules/semver",
        "node_modules/vue-eslint-parser/node_modules/semver"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "speedline": {
      "name": "speedline",
      "severity": "high",
      "isDirect": false,
      "via": [
        "meow"
      ],
      "effects": [
        "@wdio/devtools-service"
      ],
      "range": "*",
      "nodes": [
        "node_modules/speedline"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "stylelint": {
      "name": "stylelint",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "fast-glob",
        "globby",
        "micromatch"
      ],
      "effects": [
        "grunt-stylelint",
        "stylelint-config-html",
        "stylelint-config-recommended",
        "stylelint-config-recommended-vue",
        "stylelint-config-wikimedia",
        "stylelint-no-unsupported-browser-features"
      ],
      "range": ">=7.7.1",
      "nodes": [
        "node_modules/stylelint",
        "node_modules/stylelint-config-wikimedia/node_modules/stylelint"
      ],
      "fixAvailable": false
    },
    "stylelint-config-html": {
      "name": "stylelint-config-html",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "stylelint"
      ],
      "effects": [
        "stylelint-config-recommended-vue"
      ],
      "range": "*",
      "nodes": [
        "node_modules/stylelint-config-html"
      ],
      "fixAvailable": false
    },
    "stylelint-config-recommended": {
      "name": "stylelint-config-recommended",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "stylelint"
      ],
      "effects": [
        "stylelint-config-wikimedia"
      ],
      "range": "*",
      "nodes": [
        "node_modules/stylelint-config-recommended",
        "node_modules/stylelint-config-wikimedia/node_modules/stylelint-config-recommended"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.3.0",
        "isSemVerMajor": true
      }
    },
    "stylelint-config-recommended-vue": {
      "name": "stylelint-config-recommended-vue",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "stylelint",
        "stylelint-config-html",
        "stylelint-config-recommended"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/stylelint-config-recommended-vue"
      ],
      "fixAvailable": false
    },
    "stylelint-config-wikimedia": {
      "name": "stylelint-config-wikimedia",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "stylelint",
        "stylelint-config-recommended",
        "stylelint-no-unsupported-browser-features"
      ],
      "effects": [],
      "range": ">=0.4.0",
      "nodes": [
        "node_modules/stylelint-config-wikimedia"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.3.0",
        "isSemVerMajor": true
      }
    },
    "stylelint-no-unsupported-browser-features": {
      "name": "stylelint-no-unsupported-browser-features",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "stylelint"
      ],
      "effects": [
        "stylelint-config-wikimedia"
      ],
      "range": ">=4.0.0",
      "nodes": [
        "node_modules/stylelint-no-unsupported-browser-features"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.3.0",
        "isSemVerMajor": true
      }
    },
    "tough-cookie": {
      "name": "tough-cookie",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097682,
          "name": "tough-cookie",
          "dependency": "tough-cookie",
          "title": "tough-cookie Prototype Pollution vulnerability",
          "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
          },
          "range": "<4.1.3"
        }
      ],
      "effects": [
        "request"
      ],
      "range": "<4.1.3",
      "nodes": [
        "node_modules/request/node_modules/tough-cookie",
        "node_modules/tough-cookie"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "trim-newlines": {
      "name": "trim-newlines",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1095100,
          "name": "trim-newlines",
          "dependency": "trim-newlines",
          "title": "Uncontrolled Resource Consumption in trim-newlines",
          "url": "https://github.com/advisories/GHSA-7p7h-4mm5-852v",
          "severity": "high",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.1"
        }
      ],
      "effects": [
        "meow"
      ],
      "range": "<3.0.1",
      "nodes": [
        "node_modules/trim-newlines"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "ua-parser-js": {
      "name": "ua-parser-js",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1092302,
          "name": "ua-parser-js",
          "dependency": "ua-parser-js",
          "title": "ReDoS Vulnerability in ua-parser-js version",
          "url": "https://github.com/advisories/GHSA-fhg7-m89q-25r3",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=0.8.0 <1.0.33"
        }
      ],
      "effects": [],
      "range": "0.8.1 - 1.0.32",
      "nodes": [
        "node_modules/ua-parser-js"
      ],
      "fixAvailable": true
    },
    "update-notifier": {
      "name": "update-notifier",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "latest-version"
      ],
      "effects": [
        "lighthouse"
      ],
      "range": "0.2.0 - 5.1.0",
      "nodes": [
        "node_modules/update-notifier"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "wdio-mediawiki": {
      "name": "wdio-mediawiki",
      "severity": "high",
      "isDirect": true,
      "via": [
        "mwbot"
      ],
      "effects": [],
      "range": "1.1.0 - 2.2.0",
      "nodes": [
        "node_modules/wdio-mediawiki"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "webdriverio": {
      "name": "webdriverio",
      "severity": "high",
      "isDirect": true,
      "via": [
        "devtools",
        "puppeteer-core"
      ],
      "effects": [
        "@wdio/cli",
        "@wdio/devtools-service",
        "@wdio/runner"
      ],
      "range": "7.16.5 - 8.40.3",
      "nodes": [
        "node_modules/webdriverio"
      ],
      "fixAvailable": {
        "name": "webdriverio",
        "version": "9.0.7",
        "isSemVerMajor": true
      }
    },
    "word-wrap": {
      "name": "word-wrap",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097681,
          "name": "word-wrap",
          "dependency": "word-wrap",
          "title": "word-wrap vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-j8xg-fqg3-53r7",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<1.2.4"
        }
      ],
      "effects": [],
      "range": "<1.2.4",
      "nodes": [
        "node_modules/word-wrap"
      ],
      "fixAvailable": true
    },
    "ws": {
      "name": "ws",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1098392,
          "name": "ws",
          "dependency": "ws",
          "title": "ws affected by a DoS when handling a request with many HTTP headers",
          "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
          "severity": "high",
          "cwe": [
            "CWE-476"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=8.0.0 <8.17.1"
        },
        {
          "source": 1098393,
          "name": "ws",
          "dependency": "ws",
          "title": "ws affected by a DoS when handling a request with many HTTP headers",
          "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
          "severity": "high",
          "cwe": [
            "CWE-476"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=7.0.0 <7.5.10"
        }
      ],
      "effects": [
        "puppeteer-core"
      ],
      "range": "7.0.0 - 7.5.9 || 8.0.0 - 8.17.0",
      "nodes": [
        "node_modules/puppeteer-core/node_modules/ws",
        "node_modules/ws"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 53,
      "high": 27,
      "critical": 5,
      "total": 85
    },
    "dependencies": {
      "prod": 1,
      "dev": 1560,
      "optional": 3,
      "peer": 17,
      "peerOptional": 0,
      "total": 1560
    }
  }
}

--- end ---
$ /usr/bin/composer install
--- stderr ---
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 48 installs, 0 updates, 0 removals
  - Locking composer/pcre (1.0.1)
  - Locking composer/semver (3.3.2)
  - Locking composer/spdx-licenses (1.5.8)
  - Locking composer/xdebug-handler (2.0.5)
  - Locking doctrine/annotations (2.0.1)
  - Locking doctrine/deprecations (1.1.3)
  - Locking doctrine/lexer (3.0.1)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v39.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.11.1)
  - Locking mediawiki/minus-x (1.1.1)
  - Locking mediawiki/phan-taint-check-plugin (3.3.2)
  - Locking microsoft/tolerant-php-parser (v0.1.2)
  - Locking netresearch/jsonmapper (v4.4.1)
  - Locking phan/phan (5.2.0)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.3.2)
  - Locking phpbench/container (2.2.2)
  - Locking phpbench/dom (0.3.3)
  - Locking phpbench/phpbench (1.2.15)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.4.1)
  - Locking phpdocumentor/type-resolver (1.8.2)
  - Locking phpstan/phpdoc-parser (1.29.1)
  - Locking psr/cache (3.0.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (2.0.0)
  - Locking sabre/event (5.1.6)
  - Locking seld/jsonlint (1.11.0)
  - Locking squizlabs/php_codesniffer (3.6.2)
  - Locking symfony/console (v5.4.42)
  - Locking symfony/deprecation-contracts (v3.5.0)
  - Locking symfony/filesystem (v7.1.2)
  - Locking symfony/finder (v7.1.3)
  - Locking symfony/options-resolver (v7.1.1)
  - Locking symfony/polyfill-ctype (v1.30.0)
  - Locking symfony/polyfill-intl-grapheme (v1.30.0)
  - Locking symfony/polyfill-intl-normalizer (v1.30.0)
  - Locking symfony/polyfill-mbstring (v1.30.0)
  - Locking symfony/polyfill-php73 (v1.30.0)
  - Locking symfony/polyfill-php80 (v1.30.0)
  - Locking symfony/process (v7.1.3)
  - Locking symfony/service-contracts (v3.5.0)
  - Locking symfony/string (v6.4.10)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (1.11.0)
  - Locking webmozart/glob (4.7.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 48 installs, 0 updates, 0 removals
  - Downloading phpbench/phpbench (1.2.15)
 0/1 [>---------------------------]   0%
 1/1 [============================] 100%
  - Installing composer/pcre (1.0.1): Extracting archive
  - Installing doctrine/lexer (3.0.1): Extracting archive
  - Installing squizlabs/php_codesniffer (3.6.2): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.30.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.8): Extracting archive
  - Installing composer/semver (3.3.2): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v39.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-php80 (v1.30.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.30.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.30.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.30.0): Extracting archive
  - Installing symfony/string (v6.4.10): Extracting archive
  - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.5.0): Extracting archive
  - Installing symfony/polyfill-php73 (v1.30.0): Extracting archive
  - Installing symfony/console (v5.4.42): Extracting archive
  - Installing sabre/event (5.1.6): Extracting archive
  - Installing netresearch/jsonmapper (v4.4.1): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (1.29.1): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.3): Extracting archive
  - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.4.1): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (2.0.0): Extracting archive
  - Installing composer/xdebug-handler (2.0.5): Extracting archive
  - Installing phan/phan (5.2.0): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (3.3.2): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.11.1): Extracting archive
  - Installing mediawiki/minus-x (1.1.1): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.3.2): Extracting archive
  - Installing webmozart/glob (4.7.0): Extracting archive
  - Installing symfony/process (v7.1.3): Extracting archive
  - Installing symfony/options-resolver (v7.1.1): Extracting archive
  - Installing symfony/finder (v7.1.3): Extracting archive
  - Installing symfony/filesystem (v7.1.2): Extracting archive
  - Installing seld/jsonlint (1.11.0): Extracting archive
  - Installing phpbench/dom (0.3.3): Extracting archive
  - Installing phpbench/container (2.2.2): Extracting archive
  - Installing psr/cache (3.0.0): Extracting archive
  - Installing doctrine/annotations (2.0.1): Extracting archive
  - Installing phpbench/phpbench (1.2.15): Extracting archive
  0/48 [>---------------------------]   0%
 18/48 [==========>-----------------]  37%
 28/48 [================>-----------]  58%
 40/48 [=======================>----]  83%
 47/48 [===========================>]  97%
 48/48 [============================] 100%
3 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
22 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@babel/traverse": {
      "name": "@babel/traverse",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1096886,
          "name": "@babel/traverse",
          "dependency": "@babel/traverse",
          "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code",
          "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92",
          "severity": "critical",
          "cwe": [
            "CWE-184",
            "CWE-697"
          ],
          "cvss": {
            "score": 9.4,
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
          },
          "range": "<7.23.2"
        }
      ],
      "effects": [],
      "range": "<7.23.2",
      "nodes": [
        "node_modules/@babel/traverse"
      ],
      "fixAvailable": true
    },
    "@jest/console": {
      "name": "@jest/console",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-message-util"
      ],
      "effects": [
        "@jest/core",
        "@jest/reporters",
        "@jest/test-result",
        "jest-runner"
      ],
      "range": ">=25.4.0",
      "nodes": [
        "node_modules/@jest/console"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "@jest/core": {
      "name": "@jest/core",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/console",
        "@jest/reporters",
        "@jest/test-result",
        "@jest/transform",
        "jest-config",
        "jest-haste-map",
        "jest-message-util",
        "jest-resolve",
        "jest-resolve-dependencies",
        "jest-runner",
        "jest-runtime",
        "jest-snapshot",
        "jest-watcher",
        "micromatch"
      ],
      "effects": [
        "jest",
        "jest-cli"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/core"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "@jest/environment": {
      "name": "@jest/environment",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/fake-timers"
      ],
      "effects": [
        "@jest/globals",
        "jest-circus",
        "jest-environment-jsdom",
        "jest-runner"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/environment"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "@jest/fake-timers": {
      "name": "@jest/fake-timers",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-message-util"
      ],
      "effects": [
        "@jest/environment",
        "jest-environment-jsdom",
        "jest-environment-node",
        "jest-runtime"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/fake-timers"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "@jest/globals": {
      "name": "@jest/globals",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "expect"
      ],
      "effects": [
        "jest-runtime"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/globals"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "@jest/reporters": {
      "name": "@jest/reporters",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/console",
        "@jest/test-result",
        "@jest/transform",
        "jest-haste-map",
        "jest-resolve"
      ],
      "effects": [
        "@jest/core"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/reporters"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "@jest/test-result": {
      "name": "@jest/test-result",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/console"
      ],
      "effects": [
        "@jest/test-sequencer",
        "jest-circus",
        "jest-cli",
        "jest-jasmine2",
        "jest-runtime",
        "jest-watcher"
      ],
      "range": ">=25.4.0",
      "nodes": [
        "node_modules/@jest/test-result"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "@jest/test-sequencer": {
      "name": "@jest/test-sequencer",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/test-result",
        "jest-haste-map",
        "jest-runtime"
      ],
      "effects": [
        "jest-config"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/test-sequencer"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "@jest/transform": {
      "name": "@jest/transform",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-haste-map",
        "micromatch"
      ],
      "effects": [
        "@jest/reporters",
        "babel-jest",
        "jest-runner",
        "jest-runtime",
        "jest-snapshot"
      ],
      "range": "*",
      "nodes": [
        "node_modules/@jest/transform"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "@vue/vue3-jest": {
      "name": "@vue/vue3-jest",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "babel-jest",
        "jest"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/@vue/vue3-jest"
      ],
      "fixAvailable": false
    },
    "@wdio/cli": {
      "name": "@wdio/cli",
      "severity": "high",
      "isDirect": true,
      "via": [
        "webdriverio"
      ],
      "effects": [],
      "range": "7.16.5 - 8.40.3",
      "nodes": [
        "node_modules/@wdio/cli"
      ],
      "fixAvailable": {
        "name": "@wdio/cli",
        "version": "9.0.7",
        "isSemVerMajor": true
      }
    },
    "@wdio/devtools-service": {
      "name": "@wdio/devtools-service",
      "severity": "high",
      "isDirect": true,
      "via": [
        "lighthouse",
        "puppeteer-core",
        "speedline",
        "webdriverio"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/@wdio/devtools-service"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "@wdio/local-runner": {
      "name": "@wdio/local-runner",
      "severity": "high",
      "isDirect": true,
      "via": [
        "@wdio/runner"
      ],
      "effects": [],
      "range": "7.16.5 - 8.40.3",
      "nodes": [
        "node_modules/@wdio/local-runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "9.0.7",
        "isSemVerMajor": true
      }
    },
    "@wdio/mocha-framework": {
      "name": "@wdio/mocha-framework",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "expect-webdriverio"
      ],
      "effects": [],
      "range": "6.1.6 - 8.0.0-alpha.631",
      "nodes": [
        "node_modules/@wdio/mocha-framework"
      ],
      "fixAvailable": {
        "name": "@wdio/mocha-framework",
        "version": "9.0.6",
        "isSemVerMajor": true
      }
    },
    "@wdio/runner": {
      "name": "@wdio/runner",
      "severity": "high",
      "isDirect": false,
      "via": [
        "webdriverio"
      ],
      "effects": [
        "@wdio/local-runner"
      ],
      "range": "7.16.5 - 8.40.3",
      "nodes": [
        "node_modules/@wdio/runner"
      ],
      "fixAvailable": {
        "name": "@wdio/local-runner",
        "version": "9.0.7",
        "isSemVerMajor": true
      }
    },
    "babel-core": {
      "name": "babel-core",
      "severity": "critical",
      "isDirect": true,
      "via": [
        "babel-helpers",
        "babel-register",
        "babel-template",
        "babel-traverse",
        "json5"
      ],
      "effects": [
        "babel-register"
      ],
      "range": "5.8.20 - 7.0.0-beta.3",
      "nodes": [
        "node_modules/babel-core"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "babel-helpers": {
      "name": "babel-helpers",
      "severity": "critical",
      "isDirect": false,
      "via": [
        "babel-template"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/babel-helpers"
      ],
      "fixAvailable": true
    },
    "babel-jest": {
      "name": "babel-jest",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/transform"
      ],
      "effects": [
        "@vue/vue3-jest",
        "jest-config"
      ],
      "range": ">=24.2.0-alpha.0",
      "nodes": [
        "node_modules/babel-jest"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "babel-register": {
      "name": "babel-register",
      "severity": "high",
      "isDirect": false,
      "via": [
        "babel-core"
      ],
      "effects": [
        "babel-core"
      ],
      "range": "*",
      "nodes": [
        "node_modules/babel-register"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "babel-template": {
      "name": "babel-template",
      "severity": "critical",
      "isDirect": false,
      "via": [
        "babel-traverse"
      ],
      "effects": [
        "babel-helpers"
      ],
      "range": "*",
      "nodes": [
        "node_modules/babel-template"
      ],
      "fixAvailable": true
    },
    "babel-traverse": {
      "name": "babel-traverse",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1096879,
          "name": "babel-traverse",
          "dependency": "babel-traverse",
          "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code",
          "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92",
          "severity": "critical",
          "cwe": [
            "CWE-184",
            "CWE-697"
          ],
          "cvss": {
            "score": 9.4,
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
          },
          "range": "<7.23.2"
        }
      ],
      "effects": [
        "babel-core",
        "babel-template"
      ],
      "range": "*",
      "nodes": [
        "node_modules/babel-traverse"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "braces": {
      "name": "braces",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1098094,
          "name": "braces",
          "dependency": "braces",
          "title": "Uncontrolled resource consumption in braces",
          "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1050"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.3"
        }
      ],
      "effects": [],
      "range": "<3.0.3",
      "nodes": [
        "node_modules/braces"
      ],
      "fixAvailable": true
    },
    "cookiejar": {
      "name": "cookiejar",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1088659,
          "name": "cookiejar",
          "dependency": "cookiejar",
          "title": "cookiejar Regular Expression Denial of Service via Cookie.parse function",
          "url": "https://github.com/advisories/GHSA-h452-7996-h45h",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<2.1.4"
        }
      ],
      "effects": [],
      "range": "<2.1.4",
      "nodes": [
        "node_modules/cookiejar"
      ],
      "fixAvailable": true
    },
    "core-js-compat": {
      "name": "core-js-compat",
      "severity": "high",
      "isDirect": false,
      "via": [
        "semver"
      ],
      "effects": [],
      "range": "3.6.0 - 3.25.0",
      "nodes": [
        "node_modules/core-js-compat"
      ],
      "fixAvailable": true
    },
    "decode-uri-component": {
      "name": "decode-uri-component",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1094087,
          "name": "decode-uri-component",
          "dependency": "decode-uri-component",
          "title": "decode-uri-component vulnerable to Denial of Service (DoS)",
          "url": "https://github.com/advisories/GHSA-w573-4hg7-7wgq",
          "severity": "high",
          "cwe": [
            "CWE-20"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<0.2.1"
        }
      ],
      "effects": [],
      "range": "<0.2.1",
      "nodes": [
        "node_modules/decode-uri-component"
      ],
      "fixAvailable": true
    },
    "devtools": {
      "name": "devtools",
      "severity": "high",
      "isDirect": false,
      "via": [
        "puppeteer-core"
      ],
      "effects": [],
      "range": ">=7.16.5",
      "nodes": [
        "node_modules/devtools"
      ],
      "fixAvailable": true
    },
    "ejs": {
      "name": "ejs",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1098366,
          "name": "ejs",
          "dependency": "ejs",
          "title": "ejs lacks certain pollution protection",
          "url": "https://github.com/advisories/GHSA-ghr5-ch3p-vcr6",
          "severity": "moderate",
          "cwe": [
            "CWE-693",
            "CWE-1321"
          ],
          "cvss": {
            "score": 4,
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<3.1.10"
        }
      ],
      "effects": [],
      "range": "<3.1.10",
      "nodes": [
        "node_modules/ejs"
      ],
      "fixAvailable": true
    },
    "eslint-plugin-compat": {
      "name": "eslint-plugin-compat",
      "severity": "high",
      "isDirect": false,
      "via": [
        "semver"
      ],
      "effects": [],
      "range": "3.6.0-0 - 4.1.4",
      "nodes": [
        "node_modules/eslint-plugin-compat"
      ],
      "fixAvailable": true
    },
    "expect": {
      "name": "expect",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-message-util"
      ],
      "effects": [
        "@jest/globals",
        "expect-webdriverio",
        "jest-circus",
        "jest-jasmine2",
        "jest-snapshot"
      ],
      "range": ">=21.0.0-beta.1",
      "nodes": [
        "node_modules/@jest/globals/node_modules/expect",
        "node_modules/expect",
        "node_modules/jest-circus/node_modules/expect",
        "node_modules/jest-jasmine2/node_modules/expect",
        "node_modules/jest-snapshot/node_modules/expect"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "expect-webdriverio": {
      "name": "expect-webdriverio",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "expect"
      ],
      "effects": [
        "@wdio/mocha-framework"
      ],
      "range": "1.0.0 - 4.6.1 || >=4.7.2",
      "nodes": [
        "node_modules/expect-webdriverio"
      ],
      "fixAvailable": {
        "name": "@wdio/mocha-framework",
        "version": "9.0.6",
        "isSemVerMajor": true
      }
    },
    "fast-glob": {
      "name": "fast-glob",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "micromatch"
      ],
      "effects": [
        "globby",
        "stylelint"
      ],
      "range": "*",
      "nodes": [
        "node_modules/fast-glob"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.3.0",
        "isSemVerMajor": true
      }
    },
    "findup-sync": {
      "name": "findup-sync",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "micromatch"
      ],
      "effects": [
        "liftup"
      ],
      "range": ">=0.4.0",
      "nodes": [
        "node_modules/liftup/node_modules/findup-sync"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "1.3.0",
        "isSemVerMajor": true
      }
    },
    "get-func-name": {
      "name": "get-func-name",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1094574,
          "name": "get-func-name",
          "dependency": "get-func-name",
          "title": "Chaijs/get-func-name vulnerable to ReDoS",
          "url": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<2.0.1"
        }
      ],
      "effects": [],
      "range": "<2.0.1",
      "nodes": [
        "node_modules/get-func-name"
      ],
      "fixAvailable": true
    },
    "globby": {
      "name": "globby",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "fast-glob"
      ],
      "effects": [
        "stylelint"
      ],
      "range": ">=8.0.0",
      "nodes": [
        "node_modules/globby"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.3.0",
        "isSemVerMajor": true
      }
    },
    "got": {
      "name": "got",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1088948,
          "name": "got",
          "dependency": "got",
          "title": "Got allows a redirect to a UNIX socket",
          "url": "https://github.com/advisories/GHSA-pfrx-2q88-qq97",
          "severity": "moderate",
          "cwe": [],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<11.8.5"
        }
      ],
      "effects": [
        "package-json"
      ],
      "range": "<11.8.5",
      "nodes": [
        "node_modules/package-json/node_modules/got"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "grunt": {
      "name": "grunt",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "grunt-cli"
      ],
      "effects": [],
      "range": ">=1.4.0",
      "nodes": [
        "node_modules/grunt"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "1.3.0",
        "isSemVerMajor": true
      }
    },
    "grunt-cli": {
      "name": "grunt-cli",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "liftup"
      ],
      "effects": [
        "grunt"
      ],
      "range": ">=1.4.0",
      "nodes": [
        "node_modules/grunt-cli"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "1.3.0",
        "isSemVerMajor": true
      }
    },
    "grunt-stylelint": {
      "name": "grunt-stylelint",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "stylelint"
      ],
      "effects": [],
      "range": ">=0.7.0",
      "nodes": [
        "node_modules/grunt-stylelint"
      ],
      "fixAvailable": {
        "name": "grunt-stylelint",
        "version": "0.6.0",
        "isSemVerMajor": true
      }
    },
    "http-cache-semantics": {
      "name": "http-cache-semantics",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1092316,
          "name": "http-cache-semantics",
          "dependency": "http-cache-semantics",
          "title": "http-cache-semantics vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-rc47-6667-2j5j",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<4.1.1"
        }
      ],
      "effects": [],
      "range": "<4.1.1",
      "nodes": [
        "node_modules/http-cache-semantics"
      ],
      "fixAvailable": true
    },
    "jest": {
      "name": "jest",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "@jest/core",
        "jest-cli"
      ],
      "effects": [],
      "range": ">=23.5.0",
      "nodes": [
        "node_modules/jest"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-circus": {
      "name": "jest-circus",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/test-result",
        "expect",
        "jest-message-util",
        "jest-runtime",
        "jest-snapshot"
      ],
      "effects": [
        "jest-config"
      ],
      "range": ">=20.1.0-alpha.1",
      "nodes": [
        "node_modules/jest-circus"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-cli": {
      "name": "jest-cli",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/core",
        "@jest/test-result",
        "jest-config"
      ],
      "effects": [
        "jest"
      ],
      "range": ">=23.5.0",
      "nodes": [
        "node_modules/jest-cli"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-config": {
      "name": "jest-config",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/test-sequencer",
        "babel-jest",
        "jest-circus",
        "jest-environment-jsdom",
        "jest-environment-node",
        "jest-jasmine2",
        "jest-resolve",
        "jest-runner",
        "micromatch"
      ],
      "effects": [
        "jest-cli"
      ],
      "range": ">=18.1.0",
      "nodes": [
        "node_modules/jest-config"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-environment-jsdom": {
      "name": "jest-environment-jsdom",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/fake-timers"
      ],
      "effects": [
        "jest-config",
        "jest-runner"
      ],
      "range": ">=24.2.0-alpha.0",
      "nodes": [
        "node_modules/jest-environment-jsdom"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-environment-node": {
      "name": "jest-environment-node",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/fake-timers"
      ],
      "effects": [
        "jest-runner"
      ],
      "range": ">=24.2.0-alpha.0",
      "nodes": [
        "node_modules/jest-environment-node"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-haste-map": {
      "name": "jest-haste-map",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "micromatch"
      ],
      "effects": [
        "@jest/reporters",
        "@jest/test-sequencer",
        "jest-resolve",
        "jest-runner",
        "jest-runtime",
        "jest-snapshot"
      ],
      "range": ">=18.1.0",
      "nodes": [
        "node_modules/jest-haste-map"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-jasmine2": {
      "name": "jest-jasmine2",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/test-result",
        "expect",
        "jest-message-util",
        "jest-runtime",
        "jest-snapshot"
      ],
      "effects": [
        "jest-config"
      ],
      "range": ">=18.5.0-alpha.7da3df39",
      "nodes": [
        "node_modules/jest-jasmine2"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-message-util": {
      "name": "jest-message-util",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "micromatch"
      ],
      "effects": [
        "@jest/console",
        "@jest/fake-timers",
        "expect",
        "jest-circus",
        "jest-jasmine2",
        "jest-runtime",
        "jest-snapshot"
      ],
      "range": ">=18.5.0-alpha.7da3df39",
      "nodes": [
        "node_modules/@jest/console/node_modules/jest-message-util",
        "node_modules/@jest/core/node_modules/jest-message-util",
        "node_modules/@jest/fake-timers/node_modules/jest-message-util",
        "node_modules/@jest/globals/node_modules/jest-message-util",
        "node_modules/jest-circus/node_modules/jest-message-util",
        "node_modules/jest-jasmine2/node_modules/jest-message-util",
        "node_modules/jest-message-util",
        "node_modules/jest-runner/node_modules/jest-message-util",
        "node_modules/jest-runtime/node_modules/jest-message-util",
        "node_modules/jest-snapshot/node_modules/jest-message-util"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-resolve": {
      "name": "jest-resolve",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-haste-map"
      ],
      "effects": [
        "@jest/core",
        "@jest/reporters",
        "jest-config",
        "jest-runner",
        "jest-runtime"
      ],
      "range": "18.1.0 - 19.0.2 || 24.2.0-alpha.0 - 24.5.0 || >=27.1.0",
      "nodes": [
        "node_modules/jest-resolve"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-resolve-dependencies": {
      "name": "jest-resolve-dependencies",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "jest-snapshot"
      ],
      "effects": [],
      "range": "26.1.0 - 28.1.3",
      "nodes": [
        "node_modules/jest-resolve-dependencies"
      ],
      "fixAvailable": true
    },
    "jest-runner": {
      "name": "jest-runner",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/console",
        "@jest/environment",
        "@jest/test-result",
        "@jest/transform",
        "jest-environment-jsdom",
        "jest-environment-node",
        "jest-haste-map",
        "jest-message-util",
        "jest-resolve",
        "jest-runtime"
      ],
      "effects": [
        "jest-config"
      ],
      "range": ">=21.0.0-alpha.1",
      "nodes": [
        "node_modules/jest-runner"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-runtime": {
      "name": "jest-runtime",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/environment",
        "@jest/fake-timers",
        "@jest/globals",
        "@jest/test-result",
        "@jest/transform",
        "jest-haste-map",
        "jest-message-util",
        "jest-resolve",
        "jest-snapshot"
      ],
      "effects": [
        "@jest/test-sequencer",
        "jest-circus",
        "jest-jasmine2"
      ],
      "range": ">=18.1.0",
      "nodes": [
        "node_modules/jest-runtime"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-snapshot": {
      "name": "jest-snapshot",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/transform",
        "expect",
        "jest-haste-map",
        "jest-message-util"
      ],
      "effects": [
        "@jest/core",
        "jest-circus",
        "jest-jasmine2",
        "jest-resolve-dependencies",
        "jest-runtime"
      ],
      "range": ">=23.3.0",
      "nodes": [
        "node_modules/jest-snapshot"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "jest-watcher": {
      "name": "jest-watcher",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@jest/test-result"
      ],
      "effects": [],
      "range": ">=25.4.0",
      "nodes": [
        "node_modules/jest-watcher"
      ],
      "fixAvailable": true
    },
    "json5": {
      "name": "json5",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096543,
          "name": "json5",
          "dependency": "json5",
          "title": "Prototype Pollution in JSON5 via Parse Method",
          "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h",
          "severity": "high",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 7.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"
          },
          "range": "<1.0.2"
        },
        {
          "source": 1096544,
          "name": "json5",
          "dependency": "json5",
          "title": "Prototype Pollution in JSON5 via Parse Method",
          "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h",
          "severity": "high",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 7.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"
          },
          "range": ">=2.0.0 <2.2.2"
        }
      ],
      "effects": [
        "babel-core"
      ],
      "range": "<1.0.2 || >=2.0.0 <2.2.2",
      "nodes": [
        "node_modules/babel-core/node_modules/json5",
        "node_modules/json5"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "latest-version": {
      "name": "latest-version",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "package-json"
      ],
      "effects": [
        "update-notifier"
      ],
      "range": "0.2.0 - 5.1.0",
      "nodes": [
        "node_modules/latest-version"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "liftup": {
      "name": "liftup",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "findup-sync"
      ],
      "effects": [
        "grunt-cli"
      ],
      "range": "*",
      "nodes": [
        "node_modules/liftup"
      ],
      "fixAvailable": {
        "name": "grunt",
        "version": "1.3.0",
        "isSemVerMajor": true
      }
    },
    "lighthouse": {
      "name": "lighthouse",
      "severity": "high",
      "isDirect": false,
      "via": [
        "lodash.set",
        "update-notifier"
      ],
      "effects": [
        "@wdio/devtools-service"
      ],
      "range": "1.6.5 - 9.4.0",
      "nodes": [
        "node_modules/lighthouse"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "lodash.set": {
      "name": "lodash.set",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096302,
          "name": "lodash.set",
          "dependency": "lodash.set",
          "title": "Prototype Pollution in lodash",
          "url": "https://github.com/advisories/GHSA-p6mc-m468-83gw",
          "severity": "high",
          "cwe": [
            "CWE-770",
            "CWE-1321"
          ],
          "cvss": {
            "score": 7.4,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H"
          },
          "range": ">=3.7.0 <=4.3.2"
        }
      ],
      "effects": [
        "lighthouse"
      ],
      "range": "*",
      "nodes": [
        "node_modules/lodash.set"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "meow": {
      "name": "meow",
      "severity": "high",
      "isDirect": false,
      "via": [
        "trim-newlines"
      ],
      "effects": [
        "speedline"
      ],
      "range": "3.4.0 - 5.0.0",
      "nodes": [
        "node_modules/meow"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "micromatch": {
      "name": "micromatch",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1098615,
          "name": "micromatch",
          "dependency": "micromatch",
          "title": "Regular Expression Denial of Service (ReDoS) in micromatch",
          "url": "https://github.com/advisories/GHSA-952p-6rrq-rcjv",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": "<=4.0.7"
        }
      ],
      "effects": [
        "@jest/core",
        "@jest/transform",
        "fast-glob",
        "findup-sync",
        "jest-config",
        "jest-haste-map",
        "jest-message-util",
        "stylelint"
      ],
      "range": "*",
      "nodes": [
        "node_modules/micromatch"
      ],
      "fixAvailable": {
        "name": "jest",
        "version": "25.0.0",
        "isSemVerMajor": true
      }
    },
    "minimatch": {
      "name": "minimatch",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1096485,
          "name": "minimatch",
          "dependency": "minimatch",
          "title": "minimatch ReDoS vulnerability",
          "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.5"
        }
      ],
      "effects": [
        "recursive-readdir"
      ],
      "range": "<3.0.5",
      "nodes": [
        "node_modules/recursive-readdir/node_modules/minimatch"
      ],
      "fixAvailable": true
    },
    "mwbot": {
      "name": "mwbot",
      "severity": "high",
      "isDirect": false,
      "via": [
        "request",
        "semver"
      ],
      "effects": [
        "wdio-mediawiki"
      ],
      "range": ">=0.1.6",
      "nodes": [
        "node_modules/mwbot"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "package-json": {
      "name": "package-json",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "got"
      ],
      "effects": [
        "latest-version"
      ],
      "range": "<=6.5.0",
      "nodes": [
        "node_modules/package-json"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "postcss": {
      "name": "postcss",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1094544,
          "name": "postcss",
          "dependency": "postcss",
          "title": "PostCSS line return parsing error",
          "url": "https://github.com/advisories/GHSA-7fh5-64p2-3v2j",
          "severity": "moderate",
          "cwe": [
            "CWE-74",
            "CWE-144"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
          },
          "range": "<8.4.31"
        }
      ],
      "effects": [],
      "range": "<8.4.31",
      "nodes": [
        "node_modules/postcss"
      ],
      "fixAvailable": true
    },
    "puppeteer-core": {
      "name": "puppeteer-core",
      "severity": "high",
      "isDirect": false,
      "via": [
        "ws"
      ],
      "effects": [
        "@wdio/devtools-service",
        "devtools",
        "webdriverio"
      ],
      "range": "11.0.0 - 22.11.1",
      "nodes": [
        "node_modules/puppeteer-core"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "recursive-readdir": {
      "name": "recursive-readdir",
      "severity": "high",
      "isDirect": false,
      "via": [
        "minimatch"
      ],
      "effects": [],
      "range": "1.2.0 - 2.2.2",
      "nodes": [
        "node_modules/recursive-readdir"
      ],
      "fixAvailable": true
    },
    "request": {
      "name": "request",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1096727,
          "name": "request",
          "dependency": "request",
          "title": "Server-Side Request Forgery in Request",
          "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
          "severity": "moderate",
          "cwe": [
            "CWE-918"
          ],
          "cvss": {
            "score": 6.1,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
          },
          "range": "<=2.88.2"
        },
        "tough-cookie"
      ],
      "effects": [
        "mwbot"
      ],
      "range": "*",
      "nodes": [
        "node_modules/request"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "semver": {
      "name": "semver",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1098562,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=7.0.0 <7.5.2"
        },
        {
          "source": 1098563,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<5.7.2"
        },
        {
          "source": 1098564,
          "name": "semver",
          "dependency": "semver",
          "title": "semver vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
          "severity": "high",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=6.0.0 <6.3.1"
        }
      ],
      "effects": [
        "core-js-compat",
        "eslint-plugin-compat",
        "mwbot"
      ],
      "range": "<=5.7.1 || 6.0.0 - 6.3.0 || 7.0.0 - 7.5.1",
      "nodes": [
        "node_modules/core-js-compat/node_modules/semver",
        "node_modules/eslint-plugin-compat/node_modules/semver",
        "node_modules/eslint-plugin-jsdoc/node_modules/semver",
        "node_modules/eslint-plugin-unicorn/node_modules/semver",
        "node_modules/eslint-plugin-vue/node_modules/semver",
        "node_modules/jest-snapshot/node_modules/semver",
        "node_modules/lighthouse/node_modules/semver",
        "node_modules/mwbot/node_modules/semver",
        "node_modules/normalize-package-data/node_modules/semver",
        "node_modules/semver",
        "node_modules/stylelint-config-recommended-vue/node_modules/semver",
        "node_modules/stylelint-config-wikimedia/node_modules/semver",
        "node_modules/stylelint/node_modules/semver",
        "node_modules/superagent/node_modules/semver",
        "node_modules/vue-eslint-parser/node_modules/semver"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "speedline": {
      "name": "speedline",
      "severity": "high",
      "isDirect": false,
      "via": [
        "meow"
      ],
      "effects": [
        "@wdio/devtools-service"
      ],
      "range": "*",
      "nodes": [
        "node_modules/speedline"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "stylelint": {
      "name": "stylelint",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "fast-glob",
        "globby",
        "micromatch"
      ],
      "effects": [
        "grunt-stylelint",
        "stylelint-config-html",
        "stylelint-config-recommended",
        "stylelint-config-recommended-vue",
        "stylelint-config-wikimedia",
        "stylelint-no-unsupported-browser-features"
      ],
      "range": ">=7.7.1",
      "nodes": [
        "node_modules/stylelint",
        "node_modules/stylelint-config-wikimedia/node_modules/stylelint"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.3.0",
        "isSemVerMajor": true
      }
    },
    "stylelint-config-html": {
      "name": "stylelint-config-html",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "stylelint"
      ],
      "effects": [
        "stylelint-config-recommended-vue"
      ],
      "range": "*",
      "nodes": [
        "node_modules/stylelint-config-html"
      ],
      "fixAvailable": false
    },
    "stylelint-config-recommended": {
      "name": "stylelint-config-recommended",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "stylelint"
      ],
      "effects": [
        "stylelint-config-wikimedia"
      ],
      "range": "*",
      "nodes": [
        "node_modules/stylelint-config-recommended",
        "node_modules/stylelint-config-wikimedia/node_modules/stylelint-config-recommended"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.3.0",
        "isSemVerMajor": true
      }
    },
    "stylelint-config-recommended-vue": {
      "name": "stylelint-config-recommended-vue",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "stylelint",
        "stylelint-config-html",
        "stylelint-config-recommended"
      ],
      "effects": [],
      "range": "*",
      "nodes": [
        "node_modules/stylelint-config-recommended-vue"
      ],
      "fixAvailable": false
    },
    "stylelint-config-wikimedia": {
      "name": "stylelint-config-wikimedia",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "stylelint",
        "stylelint-config-recommended",
        "stylelint-no-unsupported-browser-features"
      ],
      "effects": [],
      "range": ">=0.4.0",
      "nodes": [
        "node_modules/stylelint-config-wikimedia"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.3.0",
        "isSemVerMajor": true
      }
    },
    "stylelint-no-unsupported-browser-features": {
      "name": "stylelint-no-unsupported-browser-features",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "stylelint"
      ],
      "effects": [
        "stylelint-config-wikimedia"
      ],
      "range": ">=4.0.0",
      "nodes": [
        "node_modules/stylelint-no-unsupported-browser-features"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.3.0",
        "isSemVerMajor": true
      }
    },
    "tough-cookie": {
      "name": "tough-cookie",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097682,
          "name": "tough-cookie",
          "dependency": "tough-cookie",
          "title": "tough-cookie Prototype Pollution vulnerability",
          "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
          "severity": "moderate",
          "cwe": [
            "CWE-1321"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
          },
          "range": "<4.1.3"
        }
      ],
      "effects": [
        "request"
      ],
      "range": "<4.1.3",
      "nodes": [
        "node_modules/request/node_modules/tough-cookie",
        "node_modules/tough-cookie"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "trim-newlines": {
      "name": "trim-newlines",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1095100,
          "name": "trim-newlines",
          "dependency": "trim-newlines",
          "title": "Uncontrolled Resource Consumption in trim-newlines",
          "url": "https://github.com/advisories/GHSA-7p7h-4mm5-852v",
          "severity": "high",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<3.0.1"
        }
      ],
      "effects": [
        "meow"
      ],
      "range": "<3.0.1",
      "nodes": [
        "node_modules/trim-newlines"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "ua-parser-js": {
      "name": "ua-parser-js",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1092302,
          "name": "ua-parser-js",
          "dependency": "ua-parser-js",
          "title": "ReDoS Vulnerability in ua-parser-js version",
          "url": "https://github.com/advisories/GHSA-fhg7-m89q-25r3",
          "severity": "high",
          "cwe": [
            "CWE-400",
            "CWE-1333"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=0.8.0 <1.0.33"
        }
      ],
      "effects": [],
      "range": "0.8.1 - 1.0.32",
      "nodes": [
        "node_modules/ua-parser-js"
      ],
      "fixAvailable": true
    },
    "update-notifier": {
      "name": "update-notifier",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "latest-version"
      ],
      "effects": [
        "lighthouse"
      ],
      "range": "0.2.0 - 5.1.0",
      "nodes": [
        "node_modules/update-notifier"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    },
    "wdio-mediawiki": {
      "name": "wdio-mediawiki",
      "severity": "high",
      "isDirect": true,
      "via": [
        "mwbot"
      ],
      "effects": [],
      "range": "1.1.0 - 2.2.0",
      "nodes": [
        "node_modules/wdio-mediawiki"
      ],
      "fixAvailable": {
        "name": "wdio-mediawiki",
        "version": "2.5.0",
        "isSemVerMajor": false
      }
    },
    "webdriverio": {
      "name": "webdriverio",
      "severity": "high",
      "isDirect": true,
      "via": [
        "devtools",
        "puppeteer-core"
      ],
      "effects": [
        "@wdio/cli",
        "@wdio/devtools-service",
        "@wdio/runner"
      ],
      "range": "7.16.5 - 8.40.3",
      "nodes": [
        "node_modules/webdriverio"
      ],
      "fixAvailable": {
        "name": "webdriverio",
        "version": "9.0.7",
        "isSemVerMajor": true
      }
    },
    "word-wrap": {
      "name": "word-wrap",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1097681,
          "name": "word-wrap",
          "dependency": "word-wrap",
          "title": "word-wrap vulnerable to Regular Expression Denial of Service",
          "url": "https://github.com/advisories/GHSA-j8xg-fqg3-53r7",
          "severity": "moderate",
          "cwe": [
            "CWE-1333"
          ],
          "cvss": {
            "score": 5.3,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": "<1.2.4"
        }
      ],
      "effects": [],
      "range": "<1.2.4",
      "nodes": [
        "node_modules/word-wrap"
      ],
      "fixAvailable": true
    },
    "ws": {
      "name": "ws",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1098392,
          "name": "ws",
          "dependency": "ws",
          "title": "ws affected by a DoS when handling a request with many HTTP headers",
          "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
          "severity": "high",
          "cwe": [
            "CWE-476"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=8.0.0 <8.17.1"
        },
        {
          "source": 1098393,
          "name": "ws",
          "dependency": "ws",
          "title": "ws affected by a DoS when handling a request with many HTTP headers",
          "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
          "severity": "high",
          "cwe": [
            "CWE-476"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": ">=7.0.0 <7.5.10"
        }
      ],
      "effects": [
        "puppeteer-core"
      ],
      "range": "7.0.0 - 7.5.9 || 8.0.0 - 8.17.0",
      "nodes": [
        "node_modules/puppeteer-core/node_modules/ws",
        "node_modules/ws"
      ],
      "fixAvailable": {
        "name": "@wdio/devtools-service",
        "version": "6.3.0",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 53,
      "high": 27,
      "critical": 5,
      "total": 85
    },
    "dependencies": {
      "prod": 1,
      "dev": 1560,
      "optional": 3,
      "peer": 17,
      "peerOptional": 0,
      "total": 1560
    }
  }
}

--- 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 EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.20.1',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@37.9.7',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---
{
  "added": 1561,
  "removed": 0,
  "changed": 0,
  "audited": 1562,
  "funding": 131,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "@babel/traverse": {
        "name": "@babel/traverse",
        "severity": "critical",
        "isDirect": false,
        "via": [
          {
            "source": 1096886,
            "name": "@babel/traverse",
            "dependency": "@babel/traverse",
            "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code",
            "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92",
            "severity": "critical",
            "cwe": [
              "CWE-184",
              "CWE-697"
            ],
            "cvss": {
              "score": 9.4,
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
            },
            "range": "<7.23.2"
          }
        ],
        "effects": [],
        "range": "<7.23.2",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "@jest/console": {
        "name": "@jest/console",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "jest-message-util"
        ],
        "effects": [
          "@jest/core",
          "@jest/reporters",
          "@jest/test-result",
          "jest-runner"
        ],
        "range": ">=25.4.0",
        "nodes": [
          "node_modules/@jest/console"
        ],
        "fixAvailable": false
      },
      "@jest/core": {
        "name": "@jest/core",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/console",
          "@jest/reporters",
          "@jest/test-result",
          "@jest/transform",
          "jest-config",
          "jest-haste-map",
          "jest-message-util",
          "jest-resolve",
          "jest-resolve-dependencies",
          "jest-runner",
          "jest-runtime",
          "jest-snapshot",
          "jest-watcher",
          "micromatch"
        ],
        "effects": [
          "jest",
          "jest-cli"
        ],
        "range": "*",
        "nodes": [
          "node_modules/@jest/core"
        ],
        "fixAvailable": false
      },
      "@jest/environment": {
        "name": "@jest/environment",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/fake-timers"
        ],
        "effects": [
          "@jest/globals",
          "jest-circus",
          "jest-environment-jsdom",
          "jest-runner"
        ],
        "range": "*",
        "nodes": [
          "node_modules/@jest/environment"
        ],
        "fixAvailable": false
      },
      "@jest/fake-timers": {
        "name": "@jest/fake-timers",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "jest-message-util"
        ],
        "effects": [
          "@jest/environment",
          "jest-environment-jsdom",
          "jest-environment-node",
          "jest-runtime"
        ],
        "range": "*",
        "nodes": [
          "node_modules/@jest/fake-timers"
        ],
        "fixAvailable": false
      },
      "@jest/globals": {
        "name": "@jest/globals",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/environment",
          "expect"
        ],
        "effects": [
          "jest-runtime"
        ],
        "range": "*",
        "nodes": [
          "node_modules/@jest/globals"
        ],
        "fixAvailable": false
      },
      "@jest/reporters": {
        "name": "@jest/reporters",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/console",
          "@jest/test-result",
          "@jest/transform",
          "jest-haste-map",
          "jest-resolve"
        ],
        "effects": [],
        "range": "*",
        "nodes": [
          "node_modules/@jest/reporters"
        ],
        "fixAvailable": true
      },
      "@jest/test-result": {
        "name": "@jest/test-result",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/console"
        ],
        "effects": [
          "@jest/test-sequencer",
          "jest-circus",
          "jest-cli",
          "jest-jasmine2",
          "jest-runtime",
          "jest-watcher"
        ],
        "range": ">=25.4.0",
        "nodes": [
          "node_modules/@jest/test-result"
        ],
        "fixAvailable": false
      },
      "@jest/test-sequencer": {
        "name": "@jest/test-sequencer",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/test-result",
          "jest-haste-map",
          "jest-runtime"
        ],
        "effects": [
          "jest-config"
        ],
        "range": "*",
        "nodes": [
          "node_modules/@jest/test-sequencer"
        ],
        "fixAvailable": false
      },
      "@jest/transform": {
        "name": "@jest/transform",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "jest-haste-map",
          "micromatch"
        ],
        "effects": [
          "@jest/reporters",
          "babel-jest",
          "jest-runner",
          "jest-runtime",
          "jest-snapshot"
        ],
        "range": "*",
        "nodes": [
          "node_modules/@jest/transform"
        ],
        "fixAvailable": false
      },
      "@vue/vue3-jest": {
        "name": "@vue/vue3-jest",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "babel-jest",
          "jest"
        ],
        "effects": [],
        "range": "*",
        "nodes": [
          "node_modules/@vue/vue3-jest"
        ],
        "fixAvailable": false
      },
      "@wdio/cli": {
        "name": "@wdio/cli",
        "severity": "high",
        "isDirect": true,
        "via": [
          "webdriverio"
        ],
        "effects": [],
        "range": "7.16.5 - 8.40.3",
        "nodes": [
          "node_modules/@wdio/cli"
        ],
        "fixAvailable": {
          "name": "@wdio/cli",
          "version": "9.0.7",
          "isSemVerMajor": true
        }
      },
      "@wdio/devtools-service": {
        "name": "@wdio/devtools-service",
        "severity": "high",
        "isDirect": true,
        "via": [
          "lighthouse",
          "puppeteer-core",
          "speedline",
          "webdriverio"
        ],
        "effects": [],
        "range": "*",
        "nodes": [
          "node_modules/@wdio/devtools-service"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "@wdio/local-runner": {
        "name": "@wdio/local-runner",
        "severity": "high",
        "isDirect": true,
        "via": [
          "@wdio/runner"
        ],
        "effects": [],
        "range": "7.16.5 - 8.40.3",
        "nodes": [
          "node_modules/@wdio/local-runner"
        ],
        "fixAvailable": {
          "name": "@wdio/local-runner",
          "version": "9.0.7",
          "isSemVerMajor": true
        }
      },
      "@wdio/mocha-framework": {
        "name": "@wdio/mocha-framework",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "expect-webdriverio"
        ],
        "effects": [],
        "range": "6.1.6 - 8.0.0-alpha.631",
        "nodes": [
          "node_modules/@wdio/mocha-framework"
        ],
        "fixAvailable": {
          "name": "@wdio/mocha-framework",
          "version": "9.0.6",
          "isSemVerMajor": true
        }
      },
      "@wdio/runner": {
        "name": "@wdio/runner",
        "severity": "high",
        "isDirect": false,
        "via": [
          "webdriverio"
        ],
        "effects": [
          "@wdio/local-runner"
        ],
        "range": "7.16.5 - 8.40.3",
        "nodes": [
          "node_modules/@wdio/runner"
        ],
        "fixAvailable": {
          "name": "@wdio/local-runner",
          "version": "9.0.7",
          "isSemVerMajor": true
        }
      },
      "babel-core": {
        "name": "babel-core",
        "severity": "critical",
        "isDirect": true,
        "via": [
          "babel-helpers",
          "babel-register",
          "babel-template",
          "babel-traverse",
          "json5"
        ],
        "effects": [
          "babel-register"
        ],
        "range": "5.8.20 - 7.0.0-beta.3",
        "nodes": [
          "node_modules/babel-core"
        ],
        "fixAvailable": {
          "name": "babel-core",
          "version": "4.7.16",
          "isSemVerMajor": true
        }
      },
      "babel-helpers": {
        "name": "babel-helpers",
        "severity": "critical",
        "isDirect": false,
        "via": [
          "babel-template"
        ],
        "effects": [],
        "range": "*",
        "nodes": [
          "node_modules/babel-helpers"
        ],
        "fixAvailable": true
      },
      "babel-jest": {
        "name": "babel-jest",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/transform"
        ],
        "effects": [
          "jest-config"
        ],
        "range": ">=24.2.0-alpha.0",
        "nodes": [
          "node_modules/babel-jest"
        ],
        "fixAvailable": false
      },
      "babel-register": {
        "name": "babel-register",
        "severity": "high",
        "isDirect": false,
        "via": [
          "babel-core"
        ],
        "effects": [
          "babel-core"
        ],
        "range": "*",
        "nodes": [
          "node_modules/babel-register"
        ],
        "fixAvailable": {
          "name": "babel-core",
          "version": "4.7.16",
          "isSemVerMajor": true
        }
      },
      "babel-template": {
        "name": "babel-template",
        "severity": "critical",
        "isDirect": false,
        "via": [
          "babel-traverse"
        ],
        "effects": [
          "babel-helpers"
        ],
        "range": "*",
        "nodes": [
          "node_modules/babel-template"
        ],
        "fixAvailable": true
      },
      "babel-traverse": {
        "name": "babel-traverse",
        "severity": "critical",
        "isDirect": false,
        "via": [
          {
            "source": 1096879,
            "name": "babel-traverse",
            "dependency": "babel-traverse",
            "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code",
            "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92",
            "severity": "critical",
            "cwe": [
              "CWE-184",
              "CWE-697"
            ],
            "cvss": {
              "score": 9.4,
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
            },
            "range": "<7.23.2"
          }
        ],
        "effects": [
          "babel-core",
          "babel-template"
        ],
        "range": "*",
        "nodes": [
          "node_modules/babel-traverse"
        ],
        "fixAvailable": {
          "name": "babel-core",
          "version": "4.7.16",
          "isSemVerMajor": true
        }
      },
      "braces": {
        "name": "braces",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1098094,
            "name": "braces",
            "dependency": "braces",
            "title": "Uncontrolled resource consumption in braces",
            "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
            "severity": "high",
            "cwe": [
              "CWE-400",
              "CWE-1050"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<3.0.3"
          }
        ],
        "effects": [],
        "range": "<3.0.3",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "cookiejar": {
        "name": "cookiejar",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1088659,
            "name": "cookiejar",
            "dependency": "cookiejar",
            "title": "cookiejar Regular Expression Denial of Service via Cookie.parse function",
            "url": "https://github.com/advisories/GHSA-h452-7996-h45h",
            "severity": "moderate",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": "<2.1.4"
          }
        ],
        "effects": [],
        "range": "<2.1.4",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "core-js-compat": {
        "name": "core-js-compat",
        "severity": "high",
        "isDirect": false,
        "via": [
          "semver"
        ],
        "effects": [],
        "range": "3.6.0 - 3.25.0",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "decode-uri-component": {
        "name": "decode-uri-component",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1094087,
            "name": "decode-uri-component",
            "dependency": "decode-uri-component",
            "title": "decode-uri-component vulnerable to Denial of Service (DoS)",
            "url": "https://github.com/advisories/GHSA-w573-4hg7-7wgq",
            "severity": "high",
            "cwe": [
              "CWE-20"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<0.2.1"
          }
        ],
        "effects": [],
        "range": "<0.2.1",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "devtools": {
        "name": "devtools",
        "severity": "high",
        "isDirect": false,
        "via": [
          "puppeteer-core"
        ],
        "effects": [],
        "range": ">=7.16.5",
        "nodes": [
          "node_modules/devtools"
        ],
        "fixAvailable": true
      },
      "ejs": {
        "name": "ejs",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1098366,
            "name": "ejs",
            "dependency": "ejs",
            "title": "ejs lacks certain pollution protection",
            "url": "https://github.com/advisories/GHSA-ghr5-ch3p-vcr6",
            "severity": "moderate",
            "cwe": [
              "CWE-693",
              "CWE-1321"
            ],
            "cvss": {
              "score": 4,
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": "<3.1.10"
          }
        ],
        "effects": [],
        "range": "<3.1.10",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "eslint-plugin-compat": {
        "name": "eslint-plugin-compat",
        "severity": "high",
        "isDirect": false,
        "via": [
          "semver"
        ],
        "effects": [],
        "range": "3.6.0-0 - 4.1.4",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "expect": {
        "name": "expect",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "jest-message-util"
        ],
        "effects": [
          "@jest/globals",
          "expect-webdriverio",
          "jest-circus",
          "jest-jasmine2",
          "jest-snapshot"
        ],
        "range": ">=21.0.0-beta.1",
        "nodes": [
          "",
          "node_modules/@jest/globals/node_modules/expect",
          "node_modules/jest-circus/node_modules/expect",
          "node_modules/jest-jasmine2/node_modules/expect",
          "node_modules/jest-snapshot/node_modules/expect"
        ],
        "fixAvailable": false
      },
      "expect-webdriverio": {
        "name": "expect-webdriverio",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "expect"
        ],
        "effects": [
          "@wdio/mocha-framework"
        ],
        "range": "1.0.0 - 4.6.1 || >=4.7.2",
        "nodes": [
          ""
        ],
        "fixAvailable": {
          "name": "@wdio/mocha-framework",
          "version": "9.0.6",
          "isSemVerMajor": true
        }
      },
      "fast-glob": {
        "name": "fast-glob",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "micromatch"
        ],
        "effects": [
          "globby",
          "stylelint"
        ],
        "range": "*",
        "nodes": [
          "",
          "node_modules/fast-glob"
        ],
        "fixAvailable": {
          "name": "stylelint-config-wikimedia",
          "version": "0.3.0",
          "isSemVerMajor": true
        }
      },
      "findup-sync": {
        "name": "findup-sync",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "micromatch"
        ],
        "effects": [
          "liftup"
        ],
        "range": ">=0.4.0",
        "nodes": [
          "node_modules/liftup/node_modules/findup-sync"
        ],
        "fixAvailable": {
          "name": "grunt",
          "version": "1.3.0",
          "isSemVerMajor": true
        }
      },
      "get-func-name": {
        "name": "get-func-name",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1094574,
            "name": "get-func-name",
            "dependency": "get-func-name",
            "title": "Chaijs/get-func-name vulnerable to ReDoS",
            "url": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5",
            "severity": "high",
            "cwe": [
              "CWE-400",
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<2.0.1"
          }
        ],
        "effects": [],
        "range": "<2.0.1",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "globby": {
        "name": "globby",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "fast-glob"
        ],
        "effects": [
          "stylelint"
        ],
        "range": ">=8.0.0",
        "nodes": [
          "node_modules/globby"
        ],
        "fixAvailable": {
          "name": "stylelint-config-wikimedia",
          "version": "0.3.0",
          "isSemVerMajor": true
        }
      },
      "got": {
        "name": "got",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1088948,
            "name": "got",
            "dependency": "got",
            "title": "Got allows a redirect to a UNIX socket",
            "url": "https://github.com/advisories/GHSA-pfrx-2q88-qq97",
            "severity": "moderate",
            "cwe": [],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
            },
            "range": "<11.8.5"
          }
        ],
        "effects": [
          "package-json"
        ],
        "range": "<11.8.5",
        "nodes": [
          "node_modules/package-json/node_modules/got"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "grunt": {
        "name": "grunt",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "grunt-cli"
        ],
        "effects": [],
        "range": ">=1.4.0",
        "nodes": [
          "node_modules/grunt"
        ],
        "fixAvailable": {
          "name": "grunt",
          "version": "1.3.0",
          "isSemVerMajor": true
        }
      },
      "grunt-cli": {
        "name": "grunt-cli",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "liftup"
        ],
        "effects": [
          "grunt"
        ],
        "range": ">=1.4.0",
        "nodes": [
          "node_modules/grunt-cli"
        ],
        "fixAvailable": {
          "name": "grunt",
          "version": "1.3.0",
          "isSemVerMajor": true
        }
      },
      "grunt-stylelint": {
        "name": "grunt-stylelint",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "stylelint"
        ],
        "effects": [],
        "range": ">=0.7.0",
        "nodes": [
          "node_modules/grunt-stylelint"
        ],
        "fixAvailable": {
          "name": "grunt-stylelint",
          "version": "0.6.0",
          "isSemVerMajor": true
        }
      },
      "http-cache-semantics": {
        "name": "http-cache-semantics",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1092316,
            "name": "http-cache-semantics",
            "dependency": "http-cache-semantics",
            "title": "http-cache-semantics vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-rc47-6667-2j5j",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<4.1.1"
          }
        ],
        "effects": [],
        "range": "<4.1.1",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "jest": {
        "name": "jest",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "@jest/core",
          "jest-cli"
        ],
        "effects": [
          "@vue/vue3-jest"
        ],
        "range": ">=24.2.0-alpha.0",
        "nodes": [
          "node_modules/jest"
        ],
        "fixAvailable": false
      },
      "jest-circus": {
        "name": "jest-circus",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/environment",
          "@jest/test-result",
          "expect",
          "jest-message-util",
          "jest-runtime",
          "jest-snapshot"
        ],
        "effects": [
          "jest-config"
        ],
        "range": ">=20.1.0-alpha.1",
        "nodes": [
          "node_modules/jest-circus"
        ],
        "fixAvailable": false
      },
      "jest-cli": {
        "name": "jest-cli",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/core",
          "@jest/test-result",
          "jest-config"
        ],
        "effects": [
          "jest"
        ],
        "range": ">=23.5.0",
        "nodes": [
          "node_modules/jest-cli"
        ],
        "fixAvailable": false
      },
      "jest-config": {
        "name": "jest-config",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/test-sequencer",
          "babel-jest",
          "jest-circus",
          "jest-environment-jsdom",
          "jest-environment-node",
          "jest-jasmine2",
          "jest-resolve",
          "jest-runner",
          "micromatch"
        ],
        "effects": [
          "jest-cli"
        ],
        "range": ">=18.1.0",
        "nodes": [
          "node_modules/jest-config"
        ],
        "fixAvailable": false
      },
      "jest-environment-jsdom": {
        "name": "jest-environment-jsdom",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/environment",
          "@jest/fake-timers"
        ],
        "effects": [
          "jest-config",
          "jest-runner"
        ],
        "range": ">=24.2.0-alpha.0",
        "nodes": [
          "node_modules/jest-environment-jsdom"
        ],
        "fixAvailable": false
      },
      "jest-environment-node": {
        "name": "jest-environment-node",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/environment",
          "@jest/fake-timers"
        ],
        "effects": [
          "jest-runner"
        ],
        "range": ">=24.2.0-alpha.0",
        "nodes": [
          "node_modules/jest-environment-node"
        ],
        "fixAvailable": false
      },
      "jest-haste-map": {
        "name": "jest-haste-map",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "micromatch"
        ],
        "effects": [
          "@jest/reporters",
          "@jest/test-sequencer",
          "jest-resolve",
          "jest-runtime",
          "jest-snapshot"
        ],
        "range": ">=18.1.0",
        "nodes": [
          "node_modules/jest-haste-map"
        ],
        "fixAvailable": false
      },
      "jest-jasmine2": {
        "name": "jest-jasmine2",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/environment",
          "@jest/test-result",
          "expect",
          "jest-message-util",
          "jest-runtime",
          "jest-snapshot"
        ],
        "effects": [
          "jest-config"
        ],
        "range": ">=18.5.0-alpha.7da3df39",
        "nodes": [
          "node_modules/jest-jasmine2"
        ],
        "fixAvailable": false
      },
      "jest-message-util": {
        "name": "jest-message-util",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "micromatch"
        ],
        "effects": [
          "@jest/console",
          "@jest/fake-timers",
          "expect",
          "jest-circus",
          "jest-jasmine2",
          "jest-runner",
          "jest-runtime",
          "jest-snapshot"
        ],
        "range": ">=18.5.0-alpha.7da3df39",
        "nodes": [
          "",
          "node_modules/@jest/console/node_modules/jest-message-util",
          "node_modules/@jest/core/node_modules/jest-message-util",
          "node_modules/@jest/fake-timers/node_modules/jest-message-util",
          "node_modules/@jest/globals/node_modules/jest-message-util",
          "node_modules/jest-circus/node_modules/jest-message-util",
          "node_modules/jest-jasmine2/node_modules/jest-message-util",
          "node_modules/jest-message-util",
          "node_modules/jest-runner/node_modules/jest-message-util",
          "node_modules/jest-runtime/node_modules/jest-message-util",
          "node_modules/jest-snapshot/node_modules/jest-message-util"
        ],
        "fixAvailable": false
      },
      "jest-resolve": {
        "name": "jest-resolve",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "jest-haste-map"
        ],
        "effects": [
          "@jest/core",
          "@jest/reporters",
          "jest-config",
          "jest-runner",
          "jest-runtime"
        ],
        "range": "18.1.0 - 19.0.2 || 24.2.0-alpha.0 - 24.5.0 || >=27.1.0",
        "nodes": [
          "node_modules/jest-resolve"
        ],
        "fixAvailable": false
      },
      "jest-resolve-dependencies": {
        "name": "jest-resolve-dependencies",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "jest-snapshot"
        ],
        "effects": [],
        "range": ">=23.3.0",
        "nodes": [
          "node_modules/jest-resolve-dependencies"
        ],
        "fixAvailable": true
      },
      "jest-runner": {
        "name": "jest-runner",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/console",
          "@jest/environment",
          "@jest/test-result",
          "@jest/transform",
          "jest-environment-jsdom",
          "jest-environment-node",
          "jest-haste-map",
          "jest-message-util",
          "jest-resolve",
          "jest-runtime"
        ],
        "effects": [
          "jest-config"
        ],
        "range": ">=21.0.0-alpha.1",
        "nodes": [
          "node_modules/jest-runner"
        ],
        "fixAvailable": false
      },
      "jest-runtime": {
        "name": "jest-runtime",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/environment",
          "@jest/fake-timers",
          "@jest/globals",
          "@jest/test-result",
          "@jest/transform",
          "jest-haste-map",
          "jest-message-util",
          "jest-resolve",
          "jest-snapshot"
        ],
        "effects": [
          "@jest/test-sequencer",
          "jest-circus",
          "jest-jasmine2",
          "jest-runner"
        ],
        "range": ">=18.1.0",
        "nodes": [
          "node_modules/jest-runtime"
        ],
        "fixAvailable": false
      },
      "jest-snapshot": {
        "name": "jest-snapshot",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/transform",
          "expect",
          "jest-haste-map",
          "jest-message-util"
        ],
        "effects": [
          "jest-circus",
          "jest-jasmine2",
          "jest-resolve-dependencies",
          "jest-runtime"
        ],
        "range": ">=23.3.0",
        "nodes": [
          "node_modules/jest-snapshot"
        ],
        "fixAvailable": false
      },
      "jest-watcher": {
        "name": "jest-watcher",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@jest/test-result"
        ],
        "effects": [],
        "range": ">=25.4.0",
        "nodes": [
          "node_modules/jest-watcher"
        ],
        "fixAvailable": true
      },
      "json5": {
        "name": "json5",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1096543,
            "name": "json5",
            "dependency": "json5",
            "title": "Prototype Pollution in JSON5 via Parse Method",
            "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h",
            "severity": "high",
            "cwe": [
              "CWE-1321"
            ],
            "cvss": {
              "score": 7.1,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"
            },
            "range": "<1.0.2"
          },
          {
            "source": 1096544,
            "name": "json5",
            "dependency": "json5",
            "title": "Prototype Pollution in JSON5 via Parse Method",
            "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h",
            "severity": "high",
            "cwe": [
              "CWE-1321"
            ],
            "cvss": {
              "score": 7.1,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"
            },
            "range": ">=2.0.0 <2.2.2"
          }
        ],
        "effects": [
          "babel-core"
        ],
        "range": "<1.0.2 || >=2.0.0 <2.2.2",
        "nodes": [
          "",
          "node_modules/babel-core/node_modules/json5"
        ],
        "fixAvailable": {
          "name": "babel-core",
          "version": "4.7.16",
          "isSemVerMajor": true
        }
      },
      "latest-version": {
        "name": "latest-version",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "package-json"
        ],
        "effects": [
          "update-notifier"
        ],
        "range": "0.2.0 - 5.1.0",
        "nodes": [
          "node_modules/latest-version"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "liftup": {
        "name": "liftup",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "findup-sync"
        ],
        "effects": [
          "grunt-cli"
        ],
        "range": "*",
        "nodes": [
          "node_modules/liftup"
        ],
        "fixAvailable": {
          "name": "grunt",
          "version": "1.3.0",
          "isSemVerMajor": true
        }
      },
      "lighthouse": {
        "name": "lighthouse",
        "severity": "high",
        "isDirect": false,
        "via": [
          "lodash.set",
          "update-notifier"
        ],
        "effects": [
          "@wdio/devtools-service"
        ],
        "range": "1.6.5 - 9.4.0",
        "nodes": [
          "node_modules/lighthouse"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "lodash.set": {
        "name": "lodash.set",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1096302,
            "name": "lodash.set",
            "dependency": "lodash.set",
            "title": "Prototype Pollution in lodash",
            "url": "https://github.com/advisories/GHSA-p6mc-m468-83gw",
            "severity": "high",
            "cwe": [
              "CWE-770",
              "CWE-1321"
            ],
            "cvss": {
              "score": 7.4,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H"
            },
            "range": ">=3.7.0 <=4.3.2"
          }
        ],
        "effects": [
          "lighthouse"
        ],
        "range": "*",
        "nodes": [
          "node_modules/lodash.set"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "meow": {
        "name": "meow",
        "severity": "high",
        "isDirect": false,
        "via": [
          "trim-newlines"
        ],
        "effects": [
          "speedline"
        ],
        "range": "3.4.0 - 5.0.0",
        "nodes": [
          "node_modules/meow"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "micromatch": {
        "name": "micromatch",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1098615,
            "name": "micromatch",
            "dependency": "micromatch",
            "title": "Regular Expression Denial of Service (ReDoS) in micromatch",
            "url": "https://github.com/advisories/GHSA-952p-6rrq-rcjv",
            "severity": "moderate",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 0,
              "vectorString": null
            },
            "range": "<=4.0.7"
          }
        ],
        "effects": [
          "@jest/core",
          "@jest/transform",
          "fast-glob",
          "findup-sync",
          "jest-config",
          "jest-haste-map",
          "jest-message-util",
          "stylelint"
        ],
        "range": "*",
        "nodes": [
          "",
          "node_modules/micromatch"
        ],
        "fixAvailable": false
      },
      "minimatch": {
        "name": "minimatch",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1096485,
            "name": "minimatch",
            "dependency": "minimatch",
            "title": "minimatch ReDoS vulnerability",
            "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3",
            "severity": "high",
            "cwe": [
              "CWE-400",
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<3.0.5"
          }
        ],
        "effects": [
          "recursive-readdir"
        ],
        "range": "<3.0.5",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "mwbot": {
        "name": "mwbot",
        "severity": "high",
        "isDirect": false,
        "via": [
          "request",
          "semver"
        ],
        "effects": [
          "wdio-mediawiki"
        ],
        "range": ">=0.1.6",
        "nodes": [
          "node_modules/mwbot"
        ],
        "fixAvailable": {
          "name": "wdio-mediawiki",
          "version": "2.5.0",
          "isSemVerMajor": false
        }
      },
      "package-json": {
        "name": "package-json",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "got"
        ],
        "effects": [
          "latest-version"
        ],
        "range": "<=6.5.0",
        "nodes": [
          "node_modules/package-json"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "postcss": {
        "name": "postcss",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1094544,
            "name": "postcss",
            "dependency": "postcss",
            "title": "PostCSS line return parsing error",
            "url": "https://github.com/advisories/GHSA-7fh5-64p2-3v2j",
            "severity": "moderate",
            "cwe": [
              "CWE-74",
              "CWE-144"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"
            },
            "range": "<8.4.31"
          }
        ],
        "effects": [],
        "range": "<8.4.31",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "puppeteer-core": {
        "name": "puppeteer-core",
        "severity": "high",
        "isDirect": false,
        "via": [
          "ws"
        ],
        "effects": [
          "@wdio/devtools-service",
          "devtools",
          "webdriverio"
        ],
        "range": "11.0.0 - 22.11.1",
        "nodes": [
          "node_modules/puppeteer-core"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "recursive-readdir": {
        "name": "recursive-readdir",
        "severity": "high",
        "isDirect": false,
        "via": [
          "minimatch"
        ],
        "effects": [],
        "range": "1.2.0 - 2.2.2",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "request": {
        "name": "request",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1096727,
            "name": "request",
            "dependency": "request",
            "title": "Server-Side Request Forgery in Request",
            "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
            "severity": "moderate",
            "cwe": [
              "CWE-918"
            ],
            "cvss": {
              "score": 6.1,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
            },
            "range": "<=2.88.2"
          },
          "tough-cookie"
        ],
        "effects": [
          "mwbot"
        ],
        "range": "*",
        "nodes": [
          "node_modules/request"
        ],
        "fixAvailable": {
          "name": "wdio-mediawiki",
          "version": "2.5.0",
          "isSemVerMajor": false
        }
      },
      "semver": {
        "name": "semver",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1098562,
            "name": "semver",
            "dependency": "semver",
            "title": "semver vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=7.0.0 <7.5.2"
          },
          {
            "source": 1098563,
            "name": "semver",
            "dependency": "semver",
            "title": "semver vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<5.7.2"
          },
          {
            "source": 1098564,
            "name": "semver",
            "dependency": "semver",
            "title": "semver vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
            "severity": "high",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=6.0.0 <6.3.1"
          }
        ],
        "effects": [
          "core-js-compat",
          "eslint-plugin-compat",
          "mwbot"
        ],
        "range": "<=5.7.1 || 6.0.0 - 6.3.0 || 7.0.0 - 7.5.1",
        "nodes": [
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          "",
          "node_modules/mwbot/node_modules/semver"
        ],
        "fixAvailable": {
          "name": "wdio-mediawiki",
          "version": "2.5.0",
          "isSemVerMajor": false
        }
      },
      "speedline": {
        "name": "speedline",
        "severity": "high",
        "isDirect": false,
        "via": [
          "meow"
        ],
        "effects": [
          "@wdio/devtools-service"
        ],
        "range": "*",
        "nodes": [
          "node_modules/speedline"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "stylelint": {
        "name": "stylelint",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "fast-glob",
          "globby",
          "micromatch"
        ],
        "effects": [
          "grunt-stylelint",
          "stylelint-config-html",
          "stylelint-config-recommended",
          "stylelint-config-recommended-vue",
          "stylelint-config-wikimedia",
          "stylelint-no-unsupported-browser-features"
        ],
        "range": ">=7.7.1",
        "nodes": [
          "",
          "node_modules/stylelint",
          "node_modules/stylelint-config-wikimedia/node_modules/stylelint"
        ],
        "fixAvailable": {
          "name": "stylelint-config-wikimedia",
          "version": "0.3.0",
          "isSemVerMajor": true
        }
      },
      "stylelint-config-html": {
        "name": "stylelint-config-html",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "stylelint"
        ],
        "effects": [
          "stylelint-config-recommended-vue"
        ],
        "range": "*",
        "nodes": [
          ""
        ],
        "fixAvailable": false
      },
      "stylelint-config-recommended": {
        "name": "stylelint-config-recommended",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "stylelint"
        ],
        "effects": [
          "stylelint-config-wikimedia"
        ],
        "range": "*",
        "nodes": [
          "",
          "node_modules/stylelint-config-wikimedia/node_modules/stylelint-config-recommended"
        ],
        "fixAvailable": {
          "name": "stylelint-config-wikimedia",
          "version": "0.3.0",
          "isSemVerMajor": true
        }
      },
      "stylelint-config-recommended-vue": {
        "name": "stylelint-config-recommended-vue",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "stylelint",
          "stylelint-config-html",
          "stylelint-config-recommended"
        ],
        "effects": [],
        "range": "*",
        "nodes": [
          "node_modules/stylelint-config-recommended-vue"
        ],
        "fixAvailable": false
      },
      "stylelint-config-wikimedia": {
        "name": "stylelint-config-wikimedia",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "stylelint",
          "stylelint-config-recommended",
          "stylelint-no-unsupported-browser-features"
        ],
        "effects": [],
        "range": ">=0.4.0",
        "nodes": [
          "node_modules/stylelint-config-wikimedia"
        ],
        "fixAvailable": {
          "name": "stylelint-config-wikimedia",
          "version": "0.3.0",
          "isSemVerMajor": true
        }
      },
      "stylelint-no-unsupported-browser-features": {
        "name": "stylelint-no-unsupported-browser-features",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "stylelint"
        ],
        "effects": [
          "stylelint-config-wikimedia"
        ],
        "range": ">=4.0.0",
        "nodes": [
          "node_modules/stylelint-no-unsupported-browser-features"
        ],
        "fixAvailable": {
          "name": "stylelint-config-wikimedia",
          "version": "0.3.0",
          "isSemVerMajor": true
        }
      },
      "tough-cookie": {
        "name": "tough-cookie",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1097682,
            "name": "tough-cookie",
            "dependency": "tough-cookie",
            "title": "tough-cookie Prototype Pollution vulnerability",
            "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
            "severity": "moderate",
            "cwe": [
              "CWE-1321"
            ],
            "cvss": {
              "score": 6.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
            },
            "range": "<4.1.3"
          }
        ],
        "effects": [
          "request"
        ],
        "range": "<4.1.3",
        "nodes": [
          "",
          "node_modules/request/node_modules/tough-cookie"
        ],
        "fixAvailable": {
          "name": "wdio-mediawiki",
          "version": "2.5.0",
          "isSemVerMajor": false
        }
      },
      "trim-newlines": {
        "name": "trim-newlines",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1095100,
            "name": "trim-newlines",
            "dependency": "trim-newlines",
            "title": "Uncontrolled Resource Consumption in trim-newlines",
            "url": "https://github.com/advisories/GHSA-7p7h-4mm5-852v",
            "severity": "high",
            "cwe": [
              "CWE-400"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<3.0.1"
          }
        ],
        "effects": [
          "meow"
        ],
        "range": "<3.0.1",
        "nodes": [
          "node_modules/trim-newlines"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "ua-parser-js": {
        "name": "ua-parser-js",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1092302,
            "name": "ua-parser-js",
            "dependency": "ua-parser-js",
            "title": "ReDoS Vulnerability in ua-parser-js version",
            "url": "https://github.com/advisories/GHSA-fhg7-m89q-25r3",
            "severity": "high",
            "cwe": [
              "CWE-400",
              "CWE-1333"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=0.8.0 <1.0.33"
          }
        ],
        "effects": [],
        "range": "0.8.1 - 1.0.32",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "update-notifier": {
        "name": "update-notifier",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "latest-version"
        ],
        "effects": [
          "lighthouse"
        ],
        "range": "0.2.0 - 5.1.0",
        "nodes": [
          "node_modules/update-notifier"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      },
      "wdio-mediawiki": {
        "name": "wdio-mediawiki",
        "severity": "high",
        "isDirect": true,
        "via": [
          "mwbot"
        ],
        "effects": [],
        "range": "1.1.0 - 2.2.0",
        "nodes": [
          "node_modules/wdio-mediawiki"
        ],
        "fixAvailable": {
          "name": "wdio-mediawiki",
          "version": "2.5.0",
          "isSemVerMajor": false
        }
      },
      "webdriverio": {
        "name": "webdriverio",
        "severity": "high",
        "isDirect": true,
        "via": [
          "devtools",
          "puppeteer-core"
        ],
        "effects": [
          "@wdio/cli",
          "@wdio/devtools-service",
          "@wdio/runner"
        ],
        "range": "7.16.5 - 8.40.3",
        "nodes": [
          "node_modules/webdriverio"
        ],
        "fixAvailable": {
          "name": "webdriverio",
          "version": "9.0.7",
          "isSemVerMajor": true
        }
      },
      "word-wrap": {
        "name": "word-wrap",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1097681,
            "name": "word-wrap",
            "dependency": "word-wrap",
            "title": "word-wrap vulnerable to Regular Expression Denial of Service",
            "url": "https://github.com/advisories/GHSA-j8xg-fqg3-53r7",
            "severity": "moderate",
            "cwe": [
              "CWE-1333"
            ],
            "cvss": {
              "score": 5.3,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": "<1.2.4"
          }
        ],
        "effects": [],
        "range": "<1.2.4",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "ws": {
        "name": "ws",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1098392,
            "name": "ws",
            "dependency": "ws",
            "title": "ws affected by a DoS when handling a request with many HTTP headers",
            "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
            "severity": "high",
            "cwe": [
              "CWE-476"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=8.0.0 <8.17.1"
          },
          {
            "source": 1098393,
            "name": "ws",
            "dependency": "ws",
            "title": "ws affected by a DoS when handling a request with many HTTP headers",
            "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
            "severity": "high",
            "cwe": [
              "CWE-476"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": ">=7.0.0 <7.5.10"
          }
        ],
        "effects": [
          "puppeteer-core"
        ],
        "range": "7.0.0 - 7.5.9 || 8.0.0 - 8.17.0",
        "nodes": [
          "",
          "node_modules/puppeteer-core/node_modules/ws"
        ],
        "fixAvailable": {
          "name": "@wdio/devtools-service",
          "version": "6.3.0",
          "isSemVerMajor": true
        }
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 53,
        "high": 27,
        "critical": 5,
        "total": 85
      },
      "dependencies": {
        "prod": 1,
        "dev": 1561,
        "optional": 3,
        "peer": 17,
        "peerOptional": 0,
        "total": 1561
      }
    }
  }
}

--- end ---
{"added": 1561, "removed": 0, "changed": 0, "audited": 1562, "funding": 131, "audit": {"auditReportVersion": 2, "vulnerabilities": {"@babel/traverse": {"name": "@babel/traverse", "severity": "critical", "isDirect": false, "via": [{"source": 1096886, "name": "@babel/traverse", "dependency": "@babel/traverse", "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code", "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92", "severity": "critical", "cwe": ["CWE-184", "CWE-697"], "cvss": {"score": 9.4, "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"}, "range": "<7.23.2"}], "effects": [], "range": "<7.23.2", "nodes": [""], "fixAvailable": true}, "@jest/console": {"name": "@jest/console", "severity": "moderate", "isDirect": false, "via": ["jest-message-util"], "effects": ["@jest/core", "@jest/reporters", "@jest/test-result", "jest-runner"], "range": ">=25.4.0", "nodes": ["node_modules/@jest/console"], "fixAvailable": false}, "@jest/core": {"name": "@jest/core", "severity": "moderate", "isDirect": false, "via": ["@jest/console", "@jest/reporters", "@jest/test-result", "@jest/transform", "jest-config", "jest-haste-map", "jest-message-util", "jest-resolve", "jest-resolve-dependencies", "jest-runner", "jest-runtime", "jest-snapshot", "jest-watcher", "micromatch"], "effects": ["jest", "jest-cli"], "range": "*", "nodes": ["node_modules/@jest/core"], "fixAvailable": false}, "@jest/environment": {"name": "@jest/environment", "severity": "moderate", "isDirect": false, "via": ["@jest/fake-timers"], "effects": ["@jest/globals", "jest-circus", "jest-environment-jsdom", "jest-runner"], "range": "*", "nodes": ["node_modules/@jest/environment"], "fixAvailable": false}, "@jest/fake-timers": {"name": "@jest/fake-timers", "severity": "moderate", "isDirect": false, "via": ["jest-message-util"], "effects": ["@jest/environment", "jest-environment-jsdom", "jest-environment-node", "jest-runtime"], "range": "*", "nodes": ["node_modules/@jest/fake-timers"], "fixAvailable": false}, "@jest/globals": {"name": "@jest/globals", "severity": "moderate", "isDirect": false, "via": ["@jest/environment", "expect"], "effects": ["jest-runtime"], "range": "*", "nodes": ["node_modules/@jest/globals"], "fixAvailable": false}, "@jest/reporters": {"name": "@jest/reporters", "severity": "moderate", "isDirect": false, "via": ["@jest/console", "@jest/test-result", "@jest/transform", "jest-haste-map", "jest-resolve"], "effects": [], "range": "*", "nodes": ["node_modules/@jest/reporters"], "fixAvailable": true}, "@jest/test-result": {"name": "@jest/test-result", "severity": "moderate", "isDirect": false, "via": ["@jest/console"], "effects": ["@jest/test-sequencer", "jest-circus", "jest-cli", "jest-jasmine2", "jest-runtime", "jest-watcher"], "range": ">=25.4.0", "nodes": ["node_modules/@jest/test-result"], "fixAvailable": false}, "@jest/test-sequencer": {"name": "@jest/test-sequencer", "severity": "moderate", "isDirect": false, "via": ["@jest/test-result", "jest-haste-map", "jest-runtime"], "effects": ["jest-config"], "range": "*", "nodes": ["node_modules/@jest/test-sequencer"], "fixAvailable": false}, "@jest/transform": {"name": "@jest/transform", "severity": "moderate", "isDirect": false, "via": ["jest-haste-map", "micromatch"], "effects": ["@jest/reporters", "babel-jest", "jest-runner", "jest-runtime", "jest-snapshot"], "range": "*", "nodes": ["node_modules/@jest/transform"], "fixAvailable": false}, "@vue/vue3-jest": {"name": "@vue/vue3-jest", "severity": "moderate", "isDirect": true, "via": ["babel-jest", "jest"], "effects": [], "range": "*", "nodes": ["node_modules/@vue/vue3-jest"], "fixAvailable": false}, "@wdio/cli": {"name": "@wdio/cli", "severity": "high", "isDirect": true, "via": ["webdriverio"], "effects": [], "range": "7.16.5 - 8.40.3", "nodes": ["node_modules/@wdio/cli"], "fixAvailable": {"name": "@wdio/cli", "version": "9.0.7", "isSemVerMajor": true}}, "@wdio/devtools-service": {"name": "@wdio/devtools-service", "severity": "high", "isDirect": true, "via": ["lighthouse", "puppeteer-core", "speedline", "webdriverio"], "effects": [], "range": "*", "nodes": ["node_modules/@wdio/devtools-service"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "@wdio/local-runner": {"name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": ["@wdio/runner"], "effects": [], "range": "7.16.5 - 8.40.3", "nodes": ["node_modules/@wdio/local-runner"], "fixAvailable": {"name": "@wdio/local-runner", "version": "9.0.7", "isSemVerMajor": true}}, "@wdio/mocha-framework": {"name": "@wdio/mocha-framework", "severity": "moderate", "isDirect": true, "via": ["expect-webdriverio"], "effects": [], "range": "6.1.6 - 8.0.0-alpha.631", "nodes": ["node_modules/@wdio/mocha-framework"], "fixAvailable": {"name": "@wdio/mocha-framework", "version": "9.0.6", "isSemVerMajor": true}}, "@wdio/runner": {"name": "@wdio/runner", "severity": "high", "isDirect": false, "via": ["webdriverio"], "effects": ["@wdio/local-runner"], "range": "7.16.5 - 8.40.3", "nodes": ["node_modules/@wdio/runner"], "fixAvailable": {"name": "@wdio/local-runner", "version": "9.0.7", "isSemVerMajor": true}}, "babel-core": {"name": "babel-core", "severity": "critical", "isDirect": true, "via": ["babel-helpers", "babel-register", "babel-template", "babel-traverse", "json5"], "effects": ["babel-register"], "range": "5.8.20 - 7.0.0-beta.3", "nodes": ["node_modules/babel-core"], "fixAvailable": {"name": "babel-core", "version": "4.7.16", "isSemVerMajor": true}}, "babel-helpers": {"name": "babel-helpers", "severity": "critical", "isDirect": false, "via": ["babel-template"], "effects": [], "range": "*", "nodes": ["node_modules/babel-helpers"], "fixAvailable": true}, "babel-jest": {"name": "babel-jest", "severity": "moderate", "isDirect": false, "via": ["@jest/transform"], "effects": ["jest-config"], "range": ">=24.2.0-alpha.0", "nodes": ["node_modules/babel-jest"], "fixAvailable": false}, "babel-register": {"name": "babel-register", "severity": "high", "isDirect": false, "via": ["babel-core"], "effects": ["babel-core"], "range": "*", "nodes": ["node_modules/babel-register"], "fixAvailable": {"name": "babel-core", "version": "4.7.16", "isSemVerMajor": true}}, "babel-template": {"name": "babel-template", "severity": "critical", "isDirect": false, "via": ["babel-traverse"], "effects": ["babel-helpers"], "range": "*", "nodes": ["node_modules/babel-template"], "fixAvailable": true}, "babel-traverse": {"name": "babel-traverse", "severity": "critical", "isDirect": false, "via": [{"source": 1096879, "name": "babel-traverse", "dependency": "babel-traverse", "title": "Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code", "url": "https://github.com/advisories/GHSA-67hx-6x53-jw92", "severity": "critical", "cwe": ["CWE-184", "CWE-697"], "cvss": {"score": 9.4, "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"}, "range": "<7.23.2"}], "effects": ["babel-core", "babel-template"], "range": "*", "nodes": ["node_modules/babel-traverse"], "fixAvailable": {"name": "babel-core", "version": "4.7.16", "isSemVerMajor": true}}, "braces": {"name": "braces", "severity": "high", "isDirect": false, "via": [{"source": 1098094, "name": "braces", "dependency": "braces", "title": "Uncontrolled resource consumption in braces", "url": "https://github.com/advisories/GHSA-grv7-fg5c-xmjg", "severity": "high", "cwe": ["CWE-400", "CWE-1050"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<3.0.3"}], "effects": [], "range": "<3.0.3", "nodes": [""], "fixAvailable": true}, "cookiejar": {"name": "cookiejar", "severity": "moderate", "isDirect": false, "via": [{"source": 1088659, "name": "cookiejar", "dependency": "cookiejar", "title": "cookiejar Regular Expression Denial of Service via Cookie.parse function", "url": "https://github.com/advisories/GHSA-h452-7996-h45h", "severity": "moderate", "cwe": ["CWE-1333"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": "<2.1.4"}], "effects": [], "range": "<2.1.4", "nodes": [""], "fixAvailable": true}, "core-js-compat": {"name": "core-js-compat", "severity": "high", "isDirect": false, "via": ["semver"], "effects": [], "range": "3.6.0 - 3.25.0", "nodes": [""], "fixAvailable": true}, "decode-uri-component": {"name": "decode-uri-component", "severity": "high", "isDirect": false, "via": [{"source": 1094087, "name": "decode-uri-component", "dependency": "decode-uri-component", "title": "decode-uri-component vulnerable to Denial of Service (DoS)", "url": "https://github.com/advisories/GHSA-w573-4hg7-7wgq", "severity": "high", "cwe": ["CWE-20"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<0.2.1"}], "effects": [], "range": "<0.2.1", "nodes": [""], "fixAvailable": true}, "devtools": {"name": "devtools", "severity": "high", "isDirect": false, "via": ["puppeteer-core"], "effects": [], "range": ">=7.16.5", "nodes": ["node_modules/devtools"], "fixAvailable": true}, "ejs": {"name": "ejs", "severity": "moderate", "isDirect": false, "via": [{"source": 1098366, "name": "ejs", "dependency": "ejs", "title": "ejs lacks certain pollution protection", "url": "https://github.com/advisories/GHSA-ghr5-ch3p-vcr6", "severity": "moderate", "cwe": ["CWE-693", "CWE-1321"], "cvss": {"score": 4, "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": "<3.1.10"}], "effects": [], "range": "<3.1.10", "nodes": [""], "fixAvailable": true}, "eslint-plugin-compat": {"name": "eslint-plugin-compat", "severity": "high", "isDirect": false, "via": ["semver"], "effects": [], "range": "3.6.0-0 - 4.1.4", "nodes": [""], "fixAvailable": true}, "expect": {"name": "expect", "severity": "moderate", "isDirect": false, "via": ["jest-message-util"], "effects": ["@jest/globals", "expect-webdriverio", "jest-circus", "jest-jasmine2", "jest-snapshot"], "range": ">=21.0.0-beta.1", "nodes": ["", "node_modules/@jest/globals/node_modules/expect", "node_modules/jest-circus/node_modules/expect", "node_modules/jest-jasmine2/node_modules/expect", "node_modules/jest-snapshot/node_modules/expect"], "fixAvailable": false}, "expect-webdriverio": {"name": "expect-webdriverio", "severity": "moderate", "isDirect": false, "via": ["expect"], "effects": ["@wdio/mocha-framework"], "range": "1.0.0 - 4.6.1 || >=4.7.2", "nodes": [""], "fixAvailable": {"name": "@wdio/mocha-framework", "version": "9.0.6", "isSemVerMajor": true}}, "fast-glob": {"name": "fast-glob", "severity": "moderate", "isDirect": false, "via": ["micromatch"], "effects": ["globby", "stylelint"], "range": "*", "nodes": ["", "node_modules/fast-glob"], "fixAvailable": {"name": "stylelint-config-wikimedia", "version": "0.3.0", "isSemVerMajor": true}}, "findup-sync": {"name": "findup-sync", "severity": "moderate", "isDirect": false, "via": ["micromatch"], "effects": ["liftup"], "range": ">=0.4.0", "nodes": ["node_modules/liftup/node_modules/findup-sync"], "fixAvailable": {"name": "grunt", "version": "1.3.0", "isSemVerMajor": true}}, "get-func-name": {"name": "get-func-name", "severity": "high", "isDirect": false, "via": [{"source": 1094574, "name": "get-func-name", "dependency": "get-func-name", "title": "Chaijs/get-func-name vulnerable to ReDoS", "url": "https://github.com/advisories/GHSA-4q6p-r6v2-jvc5", "severity": "high", "cwe": ["CWE-400", "CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<2.0.1"}], "effects": [], "range": "<2.0.1", "nodes": [""], "fixAvailable": true}, "globby": {"name": "globby", "severity": "moderate", "isDirect": false, "via": ["fast-glob"], "effects": ["stylelint"], "range": ">=8.0.0", "nodes": ["node_modules/globby"], "fixAvailable": {"name": "stylelint-config-wikimedia", "version": "0.3.0", "isSemVerMajor": true}}, "got": {"name": "got", "severity": "moderate", "isDirect": false, "via": [{"source": 1088948, "name": "got", "dependency": "got", "title": "Got allows a redirect to a UNIX socket", "url": "https://github.com/advisories/GHSA-pfrx-2q88-qq97", "severity": "moderate", "cwe": [], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"}, "range": "<11.8.5"}], "effects": ["package-json"], "range": "<11.8.5", "nodes": ["node_modules/package-json/node_modules/got"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "grunt": {"name": "grunt", "severity": "moderate", "isDirect": true, "via": ["grunt-cli"], "effects": [], "range": ">=1.4.0", "nodes": ["node_modules/grunt"], "fixAvailable": {"name": "grunt", "version": "1.3.0", "isSemVerMajor": true}}, "grunt-cli": {"name": "grunt-cli", "severity": "moderate", "isDirect": false, "via": ["liftup"], "effects": ["grunt"], "range": ">=1.4.0", "nodes": ["node_modules/grunt-cli"], "fixAvailable": {"name": "grunt", "version": "1.3.0", "isSemVerMajor": true}}, "grunt-stylelint": {"name": "grunt-stylelint", "severity": "moderate", "isDirect": true, "via": ["stylelint"], "effects": [], "range": ">=0.7.0", "nodes": ["node_modules/grunt-stylelint"], "fixAvailable": {"name": "grunt-stylelint", "version": "0.6.0", "isSemVerMajor": true}}, "http-cache-semantics": {"name": "http-cache-semantics", "severity": "high", "isDirect": false, "via": [{"source": 1092316, "name": "http-cache-semantics", "dependency": "http-cache-semantics", "title": "http-cache-semantics vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-rc47-6667-2j5j", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<4.1.1"}], "effects": [], "range": "<4.1.1", "nodes": [""], "fixAvailable": true}, "jest": {"name": "jest", "severity": "moderate", "isDirect": true, "via": ["@jest/core", "jest-cli"], "effects": ["@vue/vue3-jest"], "range": ">=24.2.0-alpha.0", "nodes": ["node_modules/jest"], "fixAvailable": false}, "jest-circus": {"name": "jest-circus", "severity": "moderate", "isDirect": false, "via": ["@jest/environment", "@jest/test-result", "expect", "jest-message-util", "jest-runtime", "jest-snapshot"], "effects": ["jest-config"], "range": ">=20.1.0-alpha.1", "nodes": ["node_modules/jest-circus"], "fixAvailable": false}, "jest-cli": {"name": "jest-cli", "severity": "moderate", "isDirect": false, "via": ["@jest/core", "@jest/test-result", "jest-config"], "effects": ["jest"], "range": ">=23.5.0", "nodes": ["node_modules/jest-cli"], "fixAvailable": false}, "jest-config": {"name": "jest-config", "severity": "moderate", "isDirect": false, "via": ["@jest/test-sequencer", "babel-jest", "jest-circus", "jest-environment-jsdom", "jest-environment-node", "jest-jasmine2", "jest-resolve", "jest-runner", "micromatch"], "effects": ["jest-cli"], "range": ">=18.1.0", "nodes": ["node_modules/jest-config"], "fixAvailable": false}, "jest-environment-jsdom": {"name": "jest-environment-jsdom", "severity": "moderate", "isDirect": false, "via": ["@jest/environment", "@jest/fake-timers"], "effects": ["jest-config", "jest-runner"], "range": ">=24.2.0-alpha.0", "nodes": ["node_modules/jest-environment-jsdom"], "fixAvailable": false}, "jest-environment-node": {"name": "jest-environment-node", "severity": "moderate", "isDirect": false, "via": ["@jest/environment", "@jest/fake-timers"], "effects": ["jest-runner"], "range": ">=24.2.0-alpha.0", "nodes": ["node_modules/jest-environment-node"], "fixAvailable": false}, "jest-haste-map": {"name": "jest-haste-map", "severity": "moderate", "isDirect": false, "via": ["micromatch"], "effects": ["@jest/reporters", "@jest/test-sequencer", "jest-resolve", "jest-runtime", "jest-snapshot"], "range": ">=18.1.0", "nodes": ["node_modules/jest-haste-map"], "fixAvailable": false}, "jest-jasmine2": {"name": "jest-jasmine2", "severity": "moderate", "isDirect": false, "via": ["@jest/environment", "@jest/test-result", "expect", "jest-message-util", "jest-runtime", "jest-snapshot"], "effects": ["jest-config"], "range": ">=18.5.0-alpha.7da3df39", "nodes": ["node_modules/jest-jasmine2"], "fixAvailable": false}, "jest-message-util": {"name": "jest-message-util", "severity": "moderate", "isDirect": false, "via": ["micromatch"], "effects": ["@jest/console", "@jest/fake-timers", "expect", "jest-circus", "jest-jasmine2", "jest-runner", "jest-runtime", "jest-snapshot"], "range": ">=18.5.0-alpha.7da3df39", "nodes": ["", "node_modules/@jest/console/node_modules/jest-message-util", "node_modules/@jest/core/node_modules/jest-message-util", "node_modules/@jest/fake-timers/node_modules/jest-message-util", "node_modules/@jest/globals/node_modules/jest-message-util", "node_modules/jest-circus/node_modules/jest-message-util", "node_modules/jest-jasmine2/node_modules/jest-message-util", "node_modules/jest-message-util", "node_modules/jest-runner/node_modules/jest-message-util", "node_modules/jest-runtime/node_modules/jest-message-util", "node_modules/jest-snapshot/node_modules/jest-message-util"], "fixAvailable": false}, "jest-resolve": {"name": "jest-resolve", "severity": "moderate", "isDirect": false, "via": ["jest-haste-map"], "effects": ["@jest/core", "@jest/reporters", "jest-config", "jest-runner", "jest-runtime"], "range": "18.1.0 - 19.0.2 || 24.2.0-alpha.0 - 24.5.0 || >=27.1.0", "nodes": ["node_modules/jest-resolve"], "fixAvailable": false}, "jest-resolve-dependencies": {"name": "jest-resolve-dependencies", "severity": "moderate", "isDirect": false, "via": ["jest-snapshot"], "effects": [], "range": ">=23.3.0", "nodes": ["node_modules/jest-resolve-dependencies"], "fixAvailable": true}, "jest-runner": {"name": "jest-runner", "severity": "moderate", "isDirect": false, "via": ["@jest/console", "@jest/environment", "@jest/test-result", "@jest/transform", "jest-environment-jsdom", "jest-environment-node", "jest-haste-map", "jest-message-util", "jest-resolve", "jest-runtime"], "effects": ["jest-config"], "range": ">=21.0.0-alpha.1", "nodes": ["node_modules/jest-runner"], "fixAvailable": false}, "jest-runtime": {"name": "jest-runtime", "severity": "moderate", "isDirect": false, "via": ["@jest/environment", "@jest/fake-timers", "@jest/globals", "@jest/test-result", "@jest/transform", "jest-haste-map", "jest-message-util", "jest-resolve", "jest-snapshot"], "effects": ["@jest/test-sequencer", "jest-circus", "jest-jasmine2", "jest-runner"], "range": ">=18.1.0", "nodes": ["node_modules/jest-runtime"], "fixAvailable": false}, "jest-snapshot": {"name": "jest-snapshot", "severity": "moderate", "isDirect": false, "via": ["@jest/transform", "expect", "jest-haste-map", "jest-message-util"], "effects": ["jest-circus", "jest-jasmine2", "jest-resolve-dependencies", "jest-runtime"], "range": ">=23.3.0", "nodes": ["node_modules/jest-snapshot"], "fixAvailable": false}, "jest-watcher": {"name": "jest-watcher", "severity": "moderate", "isDirect": false, "via": ["@jest/test-result"], "effects": [], "range": ">=25.4.0", "nodes": ["node_modules/jest-watcher"], "fixAvailable": true}, "json5": {"name": "json5", "severity": "high", "isDirect": false, "via": [{"source": 1096543, "name": "json5", "dependency": "json5", "title": "Prototype Pollution in JSON5 via Parse Method", "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h", "severity": "high", "cwe": ["CWE-1321"], "cvss": {"score": 7.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"}, "range": "<1.0.2"}, {"source": 1096544, "name": "json5", "dependency": "json5", "title": "Prototype Pollution in JSON5 via Parse Method", "url": "https://github.com/advisories/GHSA-9c47-m6qq-7p4h", "severity": "high", "cwe": ["CWE-1321"], "cvss": {"score": 7.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H"}, "range": ">=2.0.0 <2.2.2"}], "effects": ["babel-core"], "range": "<1.0.2 || >=2.0.0 <2.2.2", "nodes": ["", "node_modules/babel-core/node_modules/json5"], "fixAvailable": {"name": "babel-core", "version": "4.7.16", "isSemVerMajor": true}}, "latest-version": {"name": "latest-version", "severity": "moderate", "isDirect": false, "via": ["package-json"], "effects": ["update-notifier"], "range": "0.2.0 - 5.1.0", "nodes": ["node_modules/latest-version"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "liftup": {"name": "liftup", "severity": "moderate", "isDirect": false, "via": ["findup-sync"], "effects": ["grunt-cli"], "range": "*", "nodes": ["node_modules/liftup"], "fixAvailable": {"name": "grunt", "version": "1.3.0", "isSemVerMajor": true}}, "lighthouse": {"name": "lighthouse", "severity": "high", "isDirect": false, "via": ["lodash.set", "update-notifier"], "effects": ["@wdio/devtools-service"], "range": "1.6.5 - 9.4.0", "nodes": ["node_modules/lighthouse"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "lodash.set": {"name": "lodash.set", "severity": "high", "isDirect": false, "via": [{"source": 1096302, "name": "lodash.set", "dependency": "lodash.set", "title": "Prototype Pollution in lodash", "url": "https://github.com/advisories/GHSA-p6mc-m468-83gw", "severity": "high", "cwe": ["CWE-770", "CWE-1321"], "cvss": {"score": 7.4, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H"}, "range": ">=3.7.0 <=4.3.2"}], "effects": ["lighthouse"], "range": "*", "nodes": ["node_modules/lodash.set"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "meow": {"name": "meow", "severity": "high", "isDirect": false, "via": ["trim-newlines"], "effects": ["speedline"], "range": "3.4.0 - 5.0.0", "nodes": ["node_modules/meow"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "micromatch": {"name": "micromatch", "severity": "moderate", "isDirect": false, "via": [{"source": 1098615, "name": "micromatch", "dependency": "micromatch", "title": "Regular Expression Denial of Service (ReDoS) in micromatch", "url": "https://github.com/advisories/GHSA-952p-6rrq-rcjv", "severity": "moderate", "cwe": ["CWE-1333"], "cvss": {"score": 0, "vectorString": null}, "range": "<=4.0.7"}], "effects": ["@jest/core", "@jest/transform", "fast-glob", "findup-sync", "jest-config", "jest-haste-map", "jest-message-util", "stylelint"], "range": "*", "nodes": ["", "node_modules/micromatch"], "fixAvailable": false}, "minimatch": {"name": "minimatch", "severity": "high", "isDirect": false, "via": [{"source": 1096485, "name": "minimatch", "dependency": "minimatch", "title": "minimatch ReDoS vulnerability", "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3", "severity": "high", "cwe": ["CWE-400", "CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<3.0.5"}], "effects": ["recursive-readdir"], "range": "<3.0.5", "nodes": [""], "fixAvailable": true}, "mwbot": {"name": "mwbot", "severity": "high", "isDirect": false, "via": ["request", "semver"], "effects": ["wdio-mediawiki"], "range": ">=0.1.6", "nodes": ["node_modules/mwbot"], "fixAvailable": {"name": "wdio-mediawiki", "version": "2.5.0", "isSemVerMajor": false}}, "package-json": {"name": "package-json", "severity": "moderate", "isDirect": false, "via": ["got"], "effects": ["latest-version"], "range": "<=6.5.0", "nodes": ["node_modules/package-json"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "postcss": {"name": "postcss", "severity": "moderate", "isDirect": false, "via": [{"source": 1094544, "name": "postcss", "dependency": "postcss", "title": "PostCSS line return parsing error", "url": "https://github.com/advisories/GHSA-7fh5-64p2-3v2j", "severity": "moderate", "cwe": ["CWE-74", "CWE-144"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N"}, "range": "<8.4.31"}], "effects": [], "range": "<8.4.31", "nodes": [""], "fixAvailable": true}, "puppeteer-core": {"name": "puppeteer-core", "severity": "high", "isDirect": false, "via": ["ws"], "effects": ["@wdio/devtools-service", "devtools", "webdriverio"], "range": "11.0.0 - 22.11.1", "nodes": ["node_modules/puppeteer-core"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "recursive-readdir": {"name": "recursive-readdir", "severity": "high", "isDirect": false, "via": ["minimatch"], "effects": [], "range": "1.2.0 - 2.2.2", "nodes": [""], "fixAvailable": true}, "request": {"name": "request", "severity": "moderate", "isDirect": false, "via": [{"source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": ["CWE-918"], "cvss": {"score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"}, "range": "<=2.88.2"}, "tough-cookie"], "effects": ["mwbot"], "range": "*", "nodes": ["node_modules/request"], "fixAvailable": {"name": "wdio-mediawiki", "version": "2.5.0", "isSemVerMajor": false}}, "semver": {"name": "semver", "severity": "high", "isDirect": false, "via": [{"source": 1098562, "name": "semver", "dependency": "semver", "title": "semver vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=7.0.0 <7.5.2"}, {"source": 1098563, "name": "semver", "dependency": "semver", "title": "semver vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<5.7.2"}, {"source": 1098564, "name": "semver", "dependency": "semver", "title": "semver vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-c2qf-rxjj-qqgw", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=6.0.0 <6.3.1"}], "effects": ["core-js-compat", "eslint-plugin-compat", "mwbot"], "range": "<=5.7.1 || 6.0.0 - 6.3.0 || 7.0.0 - 7.5.1", "nodes": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "node_modules/mwbot/node_modules/semver"], "fixAvailable": {"name": "wdio-mediawiki", "version": "2.5.0", "isSemVerMajor": false}}, "speedline": {"name": "speedline", "severity": "high", "isDirect": false, "via": ["meow"], "effects": ["@wdio/devtools-service"], "range": "*", "nodes": ["node_modules/speedline"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "stylelint": {"name": "stylelint", "severity": "moderate", "isDirect": false, "via": ["fast-glob", "globby", "micromatch"], "effects": ["grunt-stylelint", "stylelint-config-html", "stylelint-config-recommended", "stylelint-config-recommended-vue", "stylelint-config-wikimedia", "stylelint-no-unsupported-browser-features"], "range": ">=7.7.1", "nodes": ["", "node_modules/stylelint", "node_modules/stylelint-config-wikimedia/node_modules/stylelint"], "fixAvailable": {"name": "stylelint-config-wikimedia", "version": "0.3.0", "isSemVerMajor": true}}, "stylelint-config-html": {"name": "stylelint-config-html", "severity": "moderate", "isDirect": false, "via": ["stylelint"], "effects": ["stylelint-config-recommended-vue"], "range": "*", "nodes": [""], "fixAvailable": false}, "stylelint-config-recommended": {"name": "stylelint-config-recommended", "severity": "moderate", "isDirect": false, "via": ["stylelint"], "effects": ["stylelint-config-wikimedia"], "range": "*", "nodes": ["", "node_modules/stylelint-config-wikimedia/node_modules/stylelint-config-recommended"], "fixAvailable": {"name": "stylelint-config-wikimedia", "version": "0.3.0", "isSemVerMajor": true}}, "stylelint-config-recommended-vue": {"name": "stylelint-config-recommended-vue", "severity": "moderate", "isDirect": true, "via": ["stylelint", "stylelint-config-html", "stylelint-config-recommended"], "effects": [], "range": "*", "nodes": ["node_modules/stylelint-config-recommended-vue"], "fixAvailable": false}, "stylelint-config-wikimedia": {"name": "stylelint-config-wikimedia", "severity": "moderate", "isDirect": true, "via": ["stylelint", "stylelint-config-recommended", "stylelint-no-unsupported-browser-features"], "effects": [], "range": ">=0.4.0", "nodes": ["node_modules/stylelint-config-wikimedia"], "fixAvailable": {"name": "stylelint-config-wikimedia", "version": "0.3.0", "isSemVerMajor": true}}, "stylelint-no-unsupported-browser-features": {"name": "stylelint-no-unsupported-browser-features", "severity": "moderate", "isDirect": false, "via": ["stylelint"], "effects": ["stylelint-config-wikimedia"], "range": ">=4.0.0", "nodes": ["node_modules/stylelint-no-unsupported-browser-features"], "fixAvailable": {"name": "stylelint-config-wikimedia", "version": "0.3.0", "isSemVerMajor": true}}, "tough-cookie": {"name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [{"source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": ["CWE-1321"], "cvss": {"score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"}, "range": "<4.1.3"}], "effects": ["request"], "range": "<4.1.3", "nodes": ["", "node_modules/request/node_modules/tough-cookie"], "fixAvailable": {"name": "wdio-mediawiki", "version": "2.5.0", "isSemVerMajor": false}}, "trim-newlines": {"name": "trim-newlines", "severity": "high", "isDirect": false, "via": [{"source": 1095100, "name": "trim-newlines", "dependency": "trim-newlines", "title": "Uncontrolled Resource Consumption in trim-newlines", "url": "https://github.com/advisories/GHSA-7p7h-4mm5-852v", "severity": "high", "cwe": ["CWE-400"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<3.0.1"}], "effects": ["meow"], "range": "<3.0.1", "nodes": ["node_modules/trim-newlines"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "ua-parser-js": {"name": "ua-parser-js", "severity": "high", "isDirect": false, "via": [{"source": 1092302, "name": "ua-parser-js", "dependency": "ua-parser-js", "title": "ReDoS Vulnerability in ua-parser-js version", "url": "https://github.com/advisories/GHSA-fhg7-m89q-25r3", "severity": "high", "cwe": ["CWE-400", "CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=0.8.0 <1.0.33"}], "effects": [], "range": "0.8.1 - 1.0.32", "nodes": [""], "fixAvailable": true}, "update-notifier": {"name": "update-notifier", "severity": "moderate", "isDirect": false, "via": ["latest-version"], "effects": ["lighthouse"], "range": "0.2.0 - 5.1.0", "nodes": ["node_modules/update-notifier"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}, "wdio-mediawiki": {"name": "wdio-mediawiki", "severity": "high", "isDirect": true, "via": ["mwbot"], "effects": [], "range": "1.1.0 - 2.2.0", "nodes": ["node_modules/wdio-mediawiki"], "fixAvailable": {"name": "wdio-mediawiki", "version": "2.5.0", "isSemVerMajor": false}}, "webdriverio": {"name": "webdriverio", "severity": "high", "isDirect": true, "via": ["devtools", "puppeteer-core"], "effects": ["@wdio/cli", "@wdio/devtools-service", "@wdio/runner"], "range": "7.16.5 - 8.40.3", "nodes": ["node_modules/webdriverio"], "fixAvailable": {"name": "webdriverio", "version": "9.0.7", "isSemVerMajor": true}}, "word-wrap": {"name": "word-wrap", "severity": "moderate", "isDirect": false, "via": [{"source": 1097681, "name": "word-wrap", "dependency": "word-wrap", "title": "word-wrap vulnerable to Regular Expression Denial of Service", "url": "https://github.com/advisories/GHSA-j8xg-fqg3-53r7", "severity": "moderate", "cwe": ["CWE-1333"], "cvss": {"score": 5.3, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": "<1.2.4"}], "effects": [], "range": "<1.2.4", "nodes": [""], "fixAvailable": true}, "ws": {"name": "ws", "severity": "high", "isDirect": false, "via": [{"source": 1098392, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": ["CWE-476"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=8.0.0 <8.17.1"}, {"source": 1098393, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": ["CWE-476"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=7.0.0 <7.5.10"}], "effects": ["puppeteer-core"], "range": "7.0.0 - 7.5.9 || 8.0.0 - 8.17.0", "nodes": ["", "node_modules/puppeteer-core/node_modules/ws"], "fixAvailable": {"name": "@wdio/devtools-service", "version": "6.3.0", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 53, "high": 27, "critical": 5, "total": 85}, "dependencies": {"prod": 1, "dev": 1561, "optional": 3, "peer": 17, "peerOptional": 0, "total": 1561}}}}
{}
Upgrading n:wdio-mediawiki from 2.1.0 -> 2.5.0
$ /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 EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.20.1',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@37.9.7',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'wdio-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated intl-messageformat-parser@1.8.1: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser
npm WARN deprecated raven@2.6.4: Please upgrade to @sentry/node. See the migration guide https://bit.ly/3ybOlo7
npm WARN deprecated uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated superagent@6.1.0: Please upgrade to v7.0.2+ of superagent.  We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing.  See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated core-js@3.22.8: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
--- stdout ---

added 1560 packages, and audited 1561 packages in 29s

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

# npm audit report

babel-traverse  *
Severity: critical
Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code - https://github.com/advisories/GHSA-67hx-6x53-jw92
fix available via `npm audit fix --force`
Will install babel-core@4.7.16, which is a breaking change
node_modules/babel-traverse
  babel-core  5.8.20 - 7.0.0-beta.3
  Depends on vulnerable versions of babel-helpers
  Depends on vulnerable versions of babel-register
  Depends on vulnerable versions of babel-template
  Depends on vulnerable versions of babel-traverse
  Depends on vulnerable versions of json5
  node_modules/babel-core
    babel-register  *
    Depends on vulnerable versions of babel-core
    node_modules/babel-register
  babel-template  *
  Depends on vulnerable versions of babel-traverse
  node_modules/babel-template
    babel-helpers  *
    Depends on vulnerable versions of babel-template
    node_modules/babel-helpers

got  <11.8.5
Severity: moderate
Got allows a redirect to a UNIX socket - https://github.com/advisories/GHSA-pfrx-2q88-qq97
fix available via `npm audit fix --force`
Will install @wdio/devtools-service@6.3.0, which is a breaking change
node_modules/package-json/node_modules/got
  package-json  <=6.5.0
  Depends on vulnerable versions of got
  node_modules/package-json
    latest-version  0.2.0 - 5.1.0
    Depends on vulnerable versions of package-json
    node_modules/latest-version
      update-notifier  0.2.0 - 5.1.0
      Depends on vulnerable versions of latest-version
      node_modules/update-notifier
        lighthouse  1.6.5 - 9.4.0
        Depends on vulnerable versions of lodash.set
        Depends on vulnerable versions of update-notifier
        node_modules/lighthouse
          @wdio/devtools-service  *
          Depends on vulnerable versions of lighthouse
          Depends on vulnerable versions of puppeteer-core
          Depends on vulnerable versions of speedline
          Depends on vulnerable versions of webdriverio
          node_modules/@wdio/devtools-service

json5  <1.0.2
Severity: high
Prototype Pollution in JSON5 via Parse Method - https://github.com/advisories/GHSA-9c47-m6qq-7p4h
fix available via `npm audit fix --force`
Will install babel-core@4.7.16, which is a breaking change
node_modules/babel-core/node_modules/json5

lodash.set  *
Severity: high
Prototype Pollution in lodash - https://github.com/advisories/GHSA-p6mc-m468-83gw
fix available via `npm audit fix --force`
Will install @wdio/devtools-service@6.3.0, which is a breaking change
node_modules/lodash.set

micromatch  *
Severity: moderate
Regular Expression Denial of Service (ReDoS) in micromatch - https://github.com/advisories/GHSA-952p-6rrq-rcjv
fix available via `npm audit fix --force`
Will install @wdio/mocha-framework@9.0.6, which is a breaking change
node_modules/micromatch
  @jest/core  *
  Depends on vulnerable versions of @jest/console
  Depends on vulnerable versions of @jest/reporters
  Depends on vulnerable versions of @jest/test-result
  Depends on vulnerable versions of @jest/transform
  Depends on vulnerable versions of jest-config
  Depends on vulnerable versions of jest-haste-map
  Depends on vulnerable versions of jest-message-util
  Depends on vulnerable versions of jest-resolve
  Depends on vulnerable versions of jest-resolve-dependencies
  Depends on vulnerable versions of jest-runner
  Depends on vulnerable versions of jest-runtime
  Depends on vulnerable versions of jest-snapshot
  Depends on vulnerable versions of jest-watcher
  Depends on vulnerable versions of micromatch
  node_modules/@jest/core
    jest  >=24.2.0-alpha.0
    Depends on vulnerable versions of @jest/core
    Depends on vulnerable versions of jest-cli
    node_modules/jest
      @vue/vue3-jest  *
      Depends on vulnerable versions of babel-jest
      Depends on vulnerable versions of jest
      node_modules/@vue/vue3-jest
    jest-cli  >=23.5.0
    Depends on vulnerable versions of @jest/core
    Depends on vulnerable versions of @jest/test-result
    Depends on vulnerable versions of jest-config
    node_modules/jest-cli
  @jest/transform  *
  Depends on vulnerable versions of jest-haste-map
  Depends on vulnerable versions of micromatch
  node_modules/@jest/transform
    @jest/reporters  *
    Depends on vulnerable versions of @jest/console
    Depends on vulnerable versions of @jest/test-result
    Depends on vulnerable versions of @jest/transform
    Depends on vulnerable versions of jest-haste-map
    Depends on vulnerable versions of jest-resolve
    node_modules/@jest/reporters
    babel-jest  >=24.2.0-alpha.0
    Depends on vulnerable versions of @jest/transform
    node_modules/babel-jest
      jest-config  >=18.1.0
      Depends on vulnerable versions of @jest/test-sequencer
      Depends on vulnerable versions of babel-jest
      Depends on vulnerable versions of jest-circus
      Depends on vulnerable versions of jest-environment-jsdom
      Depends on vulnerable versions of jest-environment-node
      Depends on vulnerable versions of jest-jasmine2
      Depends on vulnerable versions of jest-resolve
      Depends on vulnerable versions of jest-runner
      Depends on vulnerable versions of micromatch
      node_modules/jest-config
    jest-runner  >=21.0.0-alpha.1
    Depends on vulnerable versions of @jest/console
    Depends on vulnerable versions of @jest/environment
    Depends on vulnerable versions of @jest/test-result
    Depends on vulnerable versions of @jest/transform
    Depends on vulnerable versions of jest-environment-jsdom
    Depends on vulnerable versions of jest-environment-node
    Depends on vulnerable versions of jest-haste-map
    Depends on vulnerable versions of jest-message-util
    Depends on vulnerable versions of jest-resolve
    Depends on vulnerable versions of jest-runtime
    node_modules/jest-runner
    jest-runtime  >=18.1.0
    Depends on vulnerable versions of @jest/environment
    Depends on vulnerable versions of @jest/fake-timers
    Depends on vulnerable versions of @jest/globals
    Depends on vulnerable versions of @jest/test-result
    Depends on vulnerable versions of @jest/transform
    Depends on vulnerable versions of jest-haste-map
    Depends on vulnerable versions of jest-message-util
    Depends on vulnerable versions of jest-resolve
    Depends on vulnerable versions of jest-snapshot
    node_modules/jest-runtime
      @jest/test-sequencer  *
      Depends on vulnerable versions of @jest/test-result
      Depends on vulnerable versions of jest-haste-map
      Depends on vulnerable versions of jest-runtime
      node_modules/@jest/test-sequencer
      jest-circus  >=20.1.0-alpha.1
      Depends on vulnerable versions of @jest/environment
      Depends on vulnerable versions of @jest/test-result
      Depends on vulnerable versions of expect
      Depends on vulnerable versions of jest-message-util
      Depends on vulnerable versions of jest-runtime
      Depends on vulnerable versions of jest-snapshot
      node_modules/jest-circus
      jest-jasmine2  >=18.5.0-alpha.7da3df39
      Depends on vulnerable versions of @jest/environment
      Depends on vulnerable versions of @jest/test-result
      Depends on vulnerable versions of expect
      Depends on vulnerable versions of jest-message-util
      Depends on vulnerable versions of jest-runtime
      Depends on vulnerable versions of jest-snapshot
      node_modules/jest-jasmine2
    jest-snapshot  >=23.3.0
    Depends on vulnerable versions of @jest/transform
    Depends on vulnerable versions of expect
    Depends on vulnerable versions of jest-haste-map
    Depends on vulnerable versions of jest-message-util
    node_modules/jest-snapshot
      jest-resolve-dependencies  >=23.3.0
      Depends on vulnerable versions of jest-snapshot
      node_modules/jest-resolve-dependencies
  fast-glob  *
  Depends on vulnerable versions of micromatch
  node_modules/fast-glob
    globby  >=8.0.0
    Depends on vulnerable versions of fast-glob
    node_modules/globby
      stylelint  >=7.7.1
      Depends on vulnerable versions of fast-glob
      Depends on vulnerable versions of globby
      Depends on vulnerable versions of micromatch
      node_modules/stylelint
      node_modules/stylelint-config-wikimedia/node_modules/stylelint
        grunt-stylelint  >=0.7.0
        Depends on vulnerable versions of stylelint
        node_modules/grunt-stylelint
        stylelint-config-html  *
        Depends on vulnerable versions of stylelint
        node_modules/stylelint-config-html
          stylelint-config-recommended-vue  *
          Depends on vulnerable versions of stylelint
          Depends on vulnerable versions of stylelint-config-html
          Depends on vulnerable versions of stylelint-config-recommended
          node_modules/stylelint-config-recommended-vue
        stylelint-config-recommended  *
        Depends on vulnerable versions of stylelint
        node_modules/stylelint-config-recommended-vue/node_modules/stylelint-config-recommended
        node_modules/stylelint-config-wikimedia/node_modules/stylelint-config-recommended
          stylelint-config-wikimedia  >=0.4.0
          Depends on vulnerable versions of stylelint
          Depends on vulnerable versions of stylelint-config-recommended
          Depends on vulnerable versions of stylelint-no-unsupported-browser-features
          node_modules/stylelint-config-wikimedia
        stylelint-no-unsupported-browser-features  >=4.0.0
        Depends on vulnerable versions of stylelint
        node_modules/stylelint-no-unsupported-browser-features
  findup-sync  >=0.4.0
  Depends on vulnerable versions of micromatch
  node_modules/liftup/node_modules/findup-sync
    liftup  *
    Depends on vulnerable versions of findup-sync
    node_modules/liftup
      grunt-cli  >=1.4.0
      Depends on vulnerable versions of liftup
      node_modules/grunt-cli
        grunt  >=1.4.0
        Depends on vulnerable versions of grunt-cli
        node_modules/grunt
  jest-haste-map  >=18.1.0
  Depends on vulnerable versions of micromatch
  node_modules/jest-haste-map
    jest-resolve  18.1.0 - 19.0.2 || 24.2.0-alpha.0 - 24.5.0 || >=27.1.0
    Depends on vulnerable versions of jest-haste-map
    node_modules/jest-resolve
  jest-message-util  >=18.5.0-alpha.7da3df39
  Depends on vulnerable versions of micromatch
  node_modules/@jest/console/node_modules/jest-message-util
  node_modules/@jest/core/node_modules/jest-message-util
  node_modules/@jest/fake-timers/node_modules/jest-message-util
  node_modules/@jest/globals/node_modules/jest-message-util
  node_modules/jest-circus/node_modules/jest-message-util
  node_modules/jest-jasmine2/node_modules/jest-message-util
  node_modules/jest-message-util
  node_modules/jest-runner/node_modules/jest-message-util
  node_modules/jest-runtime/node_modules/jest-message-util
  node_modules/jest-snapshot/node_modules/jest-message-util
    @jest/console  >=25.4.0
    Depends on vulnerable versions of jest-message-util
    node_modules/@jest/console
      @jest/test-result  >=25.4.0
      Depends on vulnerable versions of @jest/console
      node_modules/@jest/test-result
        jest-watcher  >=25.4.0
        Depends on vulnerable versions of @jest/test-result
        node_modules/jest-watcher
    @jest/fake-timers  *
    Depends on vulnerable versions of jest-message-util
    node_modules/@jest/fake-timers
      @jest/environment  *
      Depends on vulnerable versions of @jest/fake-timers
      node_modules/@jest/environment
        @jest/globals  *
        Depends on vulnerable versions of @jest/environment
        Depends on vulnerable versions of expect
        node_modules/@jest/globals
        jest-environment-jsdom  >=24.2.0-alpha.0
        Depends on vulnerable versions of @jest/environment
        Depends on vulnerable versions of @jest/fake-timers
        node_modules/jest-environment-jsdom
      jest-environment-node  >=24.2.0-alpha.0
      Depends on vulnerable versions of @jest/environment
      Depends on vulnerable versions of @jest/fake-timers
      node_modules/jest-environment-node
    expect  >=21.0.0-beta.1
    Depends on vulnerable versions of jest-message-util
    node_modules/@jest/globals/node_modules/expect
    node_modules/expect
    node_modules/jest-circus/node_modules/expect
    node_modules/jest-jasmine2/node_modules/expect
    node_modules/jest-snapshot/node_modules/expect
      expect-webdriverio  1.0.0 - 4.6.1 || >=4.7.2
      Depends on vulnerable versions of expect
      node_modules/expect-webdriverio
        @wdio/mocha-framework  6.1.6 - 8.0.0-alpha.631
        Depends on vulnerable versions of expect-webdriverio
        node_modules/@wdio/mocha-framework

request  *
Severity: moderate
Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6
Depends on vulnerable versions of tough-cookie
No fix available
node_modules/request
  mwbot  >=0.1.6
  Depends on vulnerable versions of request
  node_modules/mwbot
    wdio-mediawiki  *
    Depends on vulnerable versions of mwbot
    node_modules/wdio-mediawiki

tough-cookie  <4.1.3
Severity: moderate
tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3
No fix available
node_modules/request/node_modules/tough-cookie

trim-newlines  <3.0.1
Severity: high
Uncontrolled Resource Consumption in trim-newlines - https://github.com/advisories/GHSA-7p7h-4mm5-852v
fix available via `npm audit fix --force`
Will install @wdio/devtools-service@6.3.0, which is a breaking change
node_modules/trim-newlines
  meow  3.4.0 - 5.0.0
  Depends on vulnerable versions of trim-newlines
  node_modules/meow
    speedline  *
    Depends on vulnerable versions of meow
    node_modules/speedline

ws  8.0.0 - 8.17.0
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q
fix available via `npm audit fix --force`
Will install @wdio/devtools-service@6.3.0, which is a breaking change
node_modules/puppeteer-core/node_modules/ws
  puppeteer-core  11.0.0 - 22.11.1
  Depends on vulnerable versions of ws
  node_modules/puppeteer-core
    devtools  >=7.16.5
    Depends on vulnerable versions of puppeteer-core
    node_modules/devtools
    webdriverio  7.16.5 - 8.40.3
    Depends on vulnerable versions of devtools
    Depends on vulnerable versions of puppeteer-core
    node_modules/webdriverio
      @wdio/cli  7.16.5 - 8.40.3
      Depends on vulnerable versions of webdriverio
      node_modules/@wdio/cli
      @wdio/runner  7.16.5 - 8.40.3
      Depends on vulnerable versions of webdriverio
      node_modules/@wdio/runner
        @wdio/local-runner  7.16.5 - 8.40.3
        Depends on vulnerable versions of @wdio/runner
        node_modules/@wdio/local-runner

70 vulnerabilities (51 moderate, 15 high, 4 critical)

To address issues that do not require attention, run:
  npm audit fix

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

Some issues need review, and may require choosing
a different dependency.

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: stylelint-config-recommended@14.0.1
npm WARN Found: stylelint@14.16.1
npm WARN node_modules/stylelint
npm WARN   peer stylelint@"^14.0.0" from grunt-stylelint@0.17.0
npm WARN   node_modules/grunt-stylelint
npm WARN     dev grunt-stylelint@"0.17.0" from the root project
npm WARN   3 more (stylelint-config-html, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer stylelint@"^16.1.0" from stylelint-config-recommended@14.0.1
npm WARN node_modules/stylelint-config-recommended-vue/node_modules/stylelint-config-recommended
npm WARN   stylelint-config-recommended@">=6.0.0" from stylelint-config-recommended-vue@1.4.0
npm WARN   node_modules/stylelint-config-recommended-vue
npm WARN 
npm WARN Conflicting peer dependency: stylelint@16.8.2
npm WARN node_modules/stylelint
npm WARN   peer stylelint@"^16.1.0" from stylelint-config-recommended@14.0.1
npm WARN   node_modules/stylelint-config-recommended-vue/node_modules/stylelint-config-recommended
npm WARN     stylelint-config-recommended@">=6.0.0" from stylelint-config-recommended-vue@1.4.0
npm WARN     node_modules/stylelint-config-recommended-vue
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@es-joy/jsdoccomment@0.20.1',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'eslint-plugin-jsdoc@37.9.7',
npm WARN EBADENGINE   required: { node: '^12 || ^14 || ^16 || ^17' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'wdio-mediawiki@2.5.0',
npm WARN EBADENGINE   required: { node: '>=18.17.0', npm: '>=9.6.7' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated intl-messageformat-parser@1.8.1: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser
npm WARN deprecated raven@2.6.4: Please upgrade to @sentry/node. See the migration guide https://bit.ly/3ybOlo7
npm WARN deprecated uuid@3.3.2: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated superagent@6.1.0: Please upgrade to v7.0.2+ of superagent.  We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing.  See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated core-js@3.22.8: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
--- stdout ---

added 1560 packages, and audited 1561 packages in 34s

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

70 vulnerabilities (51 moderate, 15 high, 4 critical)

To address issues that do not require attention, run:
  npm audit fix

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

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

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

> test
> grunt test && npm run test:jest

Running "eslint:all" (eslint) task

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTable.vue
   24:1  warning  This line has a length of 124. Maximum allowed is 100  max-len
  186:1  warning  This line has a length of 116. Maximum allowed is 100  max-len
  189:1  warning  This line has a length of 118. Maximum allowed is 100  max-len
  193:1  warning  This line has a length of 120. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTablePagination.vue
  14:1  warning  This line has a length of 112. Maximum allowed is 100  max-len
  25:1  warning  This line has a length of 112. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/DataTableCellMentee.vue
  11:1  warning  This line has a length of 108. Maximum allowed is 100  max-len
  12:1  warning  This line has a length of 104. Maximum allowed is 100  max-len
  24:1  warning  This line has a length of 112. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/InfoBox.vue
  11:1  warning  This line has a length of 111. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/LegendBox.vue
  18:1  warning  This line has a length of 102. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeFilters.vue
  11:1  warning  This line has a length of 111. Maximum allowed is 100  max-len
  12:1  warning  This line has a length of 107. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeFiltersForm.vue
  11:1   warning  This line has a length of 111. Maximum allowed is 100  max-len
  15:1   warning  This line has a length of 111. Maximum allowed is 100  max-len
  25:1   warning  This line has a length of 109. Maximum allowed is 100  max-len
  33:1   warning  This line has a length of 113. Maximum allowed is 100  max-len
  35:1   warning  This line has a length of 115. Maximum allowed is 100  max-len
  40:1   warning  This line has a length of 119. Maximum allowed is 100  max-len
  58:1   warning  This line has a length of 121. Maximum allowed is 100  max-len
  74:1   warning  This line has a length of 113. Maximum allowed is 100  max-len
  77:1   warning  This line has a length of 115. Maximum allowed is 100  max-len
  80:1   warning  This line has a length of 131. Maximum allowed is 100  max-len
  81:1   warning  This line has a length of 113. Maximum allowed is 100  max-len
  81:91  warning  'type' should be on a new line                         vue/max-attributes-per-line

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeOverview.vue
    4:1   warning  This line has a length of 116. Maximum allowed is 100  max-len
   31:1   warning  This line has a length of 111. Maximum allowed is 100  max-len
   33:1   warning  This line has a length of 114. Maximum allowed is 100  max-len
   39:1   warning  This line has a length of 114. Maximum allowed is 100  max-len
   41:1   warning  This line has a length of 117. Maximum allowed is 100  max-len
  250:51  warning  Object.assign() is not supported in IE 11              compat/compat

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeSearch.vue
  5:1  warning  This line has a length of 107. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/store/modules/mentees.js
   24:11  warning  Number.isInteger() is not supported in IE 11           compat/compat
   27:5   warning  Number.isInteger() is not supported in IE 11           compat/compat
   30:5   warning  Number.isInteger() is not supported in IE 11           compat/compat
  136:23  warning  Object.assign() is not supported in IE 11              compat/compat
  141:1   warning  This line has a length of 112. Maximum allowed is 100  max-len
  144:1   warning  This line has a length of 112. Maximum allowed is 100  max-len
  173:9   warning  Object.assign() is not supported in IE 11              compat/compat

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/store/modules/user-preferences.js
  23:18  warning  Object.assign() is not supported in IE 11  compat/compat

/src/repo/modules/ext.growthExperiments.MentorDashboard/MenteeOverview/MenteeOverviewApi.js
  67:2  warning  Missing JSDoc @return declaration                                          jsdoc/require-returns
  73:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/src/repo/modules/ext.growthExperiments.MentorDashboard/MentorTools/MentorTools.js
  182:0  warning  The type 'Promise' is undefined  jsdoc/no-undefined-types
  182:0  warning  The type 'Promise' is undefined  jsdoc/no-undefined-types

✖ 44 problems (0 errors, 44 warnings)
  0 errors and 2 warnings potentially fixable with the `--fix` option.


Running "banana:docs" (banana) task
>> 10 message directories checked.

Running "stylelint:all" (stylelint) task

Invalid Option: Invalid value "consecutive-duplicates-with-different-syntaxes" for option "ignore" of rule "declaration-block-no-duplicate-properties"

modules/ext.growthExperiments.Homepage.NewImpact/components/NewImpact.vue
 11:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 11:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/CNumberInput/CNumberInput.vue
 152:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 152:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/CPopper/CPopper.vue
 55:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 55:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTable.vue
 147:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 147:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTableCellValue.vue
 24:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 24:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTableLimit.vue
 46:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 46:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTablePagination.vue
 66:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 66:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/HorizontalDivider/HorizontalDivider.vue
 13:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 13:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/DataTableCellMentee.vue
 65:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 65:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/InfoBox.vue
 76:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 76:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/LegendBox.vue
 46:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 46:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeFilters.vue
 81:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 81:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeFiltersForm.vue
 192:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 192:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeOverview.vue
 267:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 267:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/NoResults.vue
 36:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 36:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

30 problems (30 errors, 0 warnings)


⚠ 30 warnings

Warning: Task "stylelint:all" failed. Use --force to continue.

Aborted due to warnings.

--- end ---
$ node_modules/.bin/jest -u
--- stderr ---
PASS modules/ext.growthExperiments.MentorDashboard.Vue/store/modules/mentees.test.js
PASS modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTableCellValue.test.js
PASS modules/ext.growthExperiments.Homepage.NewImpact/components/NewImpactVue.test.js
PASS modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeOverview.test.js
  ● Console

    console.warn
      [Vue warn]: Invalid prop: type check failed for prop "icon". Expected String with value "undefined", got Undefined  
        at <NoResults key=2 class="ext-growthExperiments-MenteeOverview__no-results" icon=undefined  ... > 
        at <Anonymous ref="VTU_COMPONENT" > 
        at <VTUROOT>

      at warn (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:40:17)
      at validateProp (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3453:13)
      at validateProps (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3424:9)
      at initProps (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3128:9)
      at setupComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6930:5)
      at mountComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4855:13)
      at processComponent (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4830:17)
      at patch (node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4433:21)


Test Suites: 4 passed, 4 total
Tests:       16 passed, 16 total
Snapshots:   0 total
Time:        5.105 s
Ran all test suites.
--- stdout ---
------------------------------------------------------------------------|---------|----------|---------|---------|-------------------------------------------------------------------------
File                                                                    | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s                                                       
------------------------------------------------------------------------|---------|----------|---------|---------|-------------------------------------------------------------------------
All files                                                               |   49.42 |    47.91 |   28.03 |   48.82 |                                                                         
 ext.growthExperiments.Homepage.NewImpact                               |       0 |      100 |       0 |       0 |                                                                         
  index.js                                                              |       0 |      100 |       0 |       0 | 1-7                                                                     
 ext.growthExperiments.MentorDashboard.Vue                              |       0 |      100 |       0 |       0 |                                                                         
  init.js                                                               |       0 |      100 |       0 |       0 | 1-13                                                                    
 ext.growthExperiments.MentorDashboard.Vue/components/CNumberInput      |   16.66 |      100 |       0 |   16.66 |                                                                         
  CNumberInput.vue                                                      |   16.66 |      100 |       0 |   16.66 | 98-145                                                                  
 ext.growthExperiments.MentorDashboard.Vue/components/CPopper           |      60 |      100 |       0 |      60 |                                                                         
  CPopper.vue                                                           |      60 |      100 |       0 |      60 | 44-49                                                                   
 ext.growthExperiments.MentorDashboard.Vue/components/DataTable         |   45.23 |        0 |       0 |   45.23 |                                                                         
  DataTable.vue                                                         |      36 |        0 |       0 |      36 | 87-140                                                                  
  DataTableCellLink.vue                                                 |     100 |      100 |     100 |     100 |                                                                         
  DataTableCellValue.vue                                                |     100 |      100 |     100 |     100 |                                                                         
  DataTableLimit.vue                                                    |   28.57 |        0 |       0 |   28.57 | 26-37                                                                   
  DataTablePagination.vue                                               |      60 |      100 |       0 |      60 | 48-55                                                                   
 ext.growthExperiments.MentorDashboard.Vue/components/HorizontalDivider |     100 |      100 |     100 |     100 |                                                                         
  HorizontalDivider.vue                                                 |     100 |      100 |     100 |     100 |                                                                         
 ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview    |   53.84 |    17.64 |   32.78 |   54.31 |                                                                         
  DataTableCellMentee.vue                                               |      50 |      100 |       0 |      50 | 46-58                                                                   
  InfoBox.vue                                                           |      50 |      100 |       0 |      50 | 52-69                                                                   
  LegendBox.vue                                                         |      75 |      100 |       0 |      75 | 38                                                                      
  MenteeFilters.vue                                                     |   28.57 |        0 |       0 |   28.57 | 44-75                                                                   
  MenteeFiltersForm.vue                                                 |   29.41 |        0 |       0 |   29.41 | 123-186                                                                 
  MenteeOverview.vue                                                    |   71.15 |    42.85 |    62.5 |   72.54 | 64-129,217-235                                                          
  MenteeSearch.vue                                                      |   33.33 |        0 |       0 |   33.33 | 28-51                                                                   
  NoResults.vue                                                         |     100 |      100 |     100 |     100 |                                                                         
 ext.growthExperiments.MentorDashboard.Vue/directives                   |       0 |        0 |       0 |       0 |                                                                         
  click-outside.directive.js                                            |       0 |        0 |       0 |       0 | 1-13                                                                    
 ext.growthExperiments.MentorDashboard.Vue/store                        |       0 |      100 |     100 |       0 |                                                                         
  index.js                                                              |       0 |      100 |     100 |       0 | 1-14                                                                    
 ext.growthExperiments.MentorDashboard.Vue/store/modules                |   59.25 |    68.25 |   35.55 |   58.01 |                                                                         
  mentees-search.js                                                     |       0 |        0 |       0 |       0 | 2-52                                                                    
  mentees.js                                                            |   70.19 |    69.35 |   46.87 |      69 | 41,70,78-80,116,131,138,150,153,156,166,173,206-207,223-226,235,248-278 
  user-preferences.js                                                   |      50 |      100 |      20 |      50 | 16,22-27,36                                                             
 ext.growthExperiments.MentorDashboard.Vue/validators                   |     100 |      100 |     100 |     100 |                                                                         
  align-text.validator.js                                               |     100 |      100 |     100 |     100 |                                                                         
------------------------------------------------------------------------|---------|----------|---------|---------|-------------------------------------------------------------------------

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

> test
> grunt test && npm run test:jest

Running "eslint:all" (eslint) task

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTable.vue
   24:1  warning  This line has a length of 124. Maximum allowed is 100  max-len
  186:1  warning  This line has a length of 116. Maximum allowed is 100  max-len
  189:1  warning  This line has a length of 118. Maximum allowed is 100  max-len
  193:1  warning  This line has a length of 120. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTablePagination.vue
  14:1  warning  This line has a length of 112. Maximum allowed is 100  max-len
  25:1  warning  This line has a length of 112. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/DataTableCellMentee.vue
  11:1  warning  This line has a length of 108. Maximum allowed is 100  max-len
  12:1  warning  This line has a length of 104. Maximum allowed is 100  max-len
  24:1  warning  This line has a length of 112. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/InfoBox.vue
  11:1  warning  This line has a length of 111. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/LegendBox.vue
  18:1  warning  This line has a length of 102. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeFilters.vue
  11:1  warning  This line has a length of 111. Maximum allowed is 100  max-len
  12:1  warning  This line has a length of 107. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeFiltersForm.vue
  11:1   warning  This line has a length of 111. Maximum allowed is 100  max-len
  15:1   warning  This line has a length of 111. Maximum allowed is 100  max-len
  25:1   warning  This line has a length of 109. Maximum allowed is 100  max-len
  33:1   warning  This line has a length of 113. Maximum allowed is 100  max-len
  35:1   warning  This line has a length of 115. Maximum allowed is 100  max-len
  40:1   warning  This line has a length of 119. Maximum allowed is 100  max-len
  58:1   warning  This line has a length of 121. Maximum allowed is 100  max-len
  74:1   warning  This line has a length of 113. Maximum allowed is 100  max-len
  77:1   warning  This line has a length of 115. Maximum allowed is 100  max-len
  80:1   warning  This line has a length of 131. Maximum allowed is 100  max-len
  81:1   warning  This line has a length of 113. Maximum allowed is 100  max-len
  81:91  warning  'type' should be on a new line                         vue/max-attributes-per-line

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeOverview.vue
    4:1   warning  This line has a length of 116. Maximum allowed is 100  max-len
   31:1   warning  This line has a length of 111. Maximum allowed is 100  max-len
   33:1   warning  This line has a length of 114. Maximum allowed is 100  max-len
   39:1   warning  This line has a length of 114. Maximum allowed is 100  max-len
   41:1   warning  This line has a length of 117. Maximum allowed is 100  max-len
  250:51  warning  Object.assign() is not supported in IE 11              compat/compat

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeSearch.vue
  5:1  warning  This line has a length of 107. Maximum allowed is 100  max-len

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/store/modules/mentees.js
   24:11  warning  Number.isInteger() is not supported in IE 11           compat/compat
   27:5   warning  Number.isInteger() is not supported in IE 11           compat/compat
   30:5   warning  Number.isInteger() is not supported in IE 11           compat/compat
  136:23  warning  Object.assign() is not supported in IE 11              compat/compat
  141:1   warning  This line has a length of 112. Maximum allowed is 100  max-len
  144:1   warning  This line has a length of 112. Maximum allowed is 100  max-len
  173:9   warning  Object.assign() is not supported in IE 11              compat/compat

/src/repo/modules/ext.growthExperiments.MentorDashboard.Vue/store/modules/user-preferences.js
  23:18  warning  Object.assign() is not supported in IE 11  compat/compat

/src/repo/modules/ext.growthExperiments.MentorDashboard/MenteeOverview/MenteeOverviewApi.js
  67:2  warning  Missing JSDoc @return declaration                                          jsdoc/require-returns
  73:0  warning  Invalid JSDoc tag (preference). Replace "returns" JSDoc tag with "return"  jsdoc/check-tag-names

/src/repo/modules/ext.growthExperiments.MentorDashboard/MentorTools/MentorTools.js
  182:0  warning  The type 'Promise' is undefined  jsdoc/no-undefined-types
  182:0  warning  The type 'Promise' is undefined  jsdoc/no-undefined-types

✖ 44 problems (0 errors, 44 warnings)
  0 errors and 2 warnings potentially fixable with the `--fix` option.


Running "banana:docs" (banana) task
>> 10 message directories checked.

Running "stylelint:all" (stylelint) task

Invalid Option: Invalid value "consecutive-duplicates-with-different-syntaxes" for option "ignore" of rule "declaration-block-no-duplicate-properties"

modules/ext.growthExperiments.Homepage.NewImpact/components/NewImpact.vue
 11:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 11:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/CNumberInput/CNumberInput.vue
 152:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 152:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/CPopper/CPopper.vue
 55:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 55:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTable.vue
 147:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 147:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTableCellValue.vue
 24:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 24:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTableLimit.vue
 46:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 46:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/DataTable/DataTablePagination.vue
 66:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 66:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/HorizontalDivider/HorizontalDivider.vue
 13:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 13:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/DataTableCellMentee.vue
 65:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 65:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/InfoBox.vue
 76:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 76:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/LegendBox.vue
 46:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 46:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeFilters.vue
 81:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 81:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeFiltersForm.vue
 192:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 192:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/MenteeOverview.vue
 267:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 267:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

modules/ext.growthExperiments.MentorDashboard.Vue/components/MenteeOverview/NoResults.vue
 36:1  ✖  Unknown rule media-query-no-invalid       media-query-no-invalid
 36:1  ✖  Unknown rule selector-anb-no-unmatchable  selector-anb-no-unmatchable

30 problems (30 errors, 0 warnings)


⚠ 30 warnings

Warning: Task "stylelint:all" failed. Use --force to continue.

Aborted due to warnings.

--- end ---
Traceback (most recent call last):
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 325, in npm_test
    self.check_call(["npm", "test"])
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/shell2.py", line 59, in check_call
    res.check_returncode()
  File "/usr/lib/python3.11/subprocess.py", line 502, in check_returncode
    raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'test']' returned non-zero exit status 3.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 1864, in main
    libup.run(args.repo, args.output, args.branch)
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 1809, in run
    self.npm_audit_fix(new_npm_audit)
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 275, in npm_audit_fix
    self.npm_test()
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 331, in npm_test
    self.check_call(["npm", "test"])
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/shell2.py", line 59, in check_call
    res.check_returncode()
  File "/usr/lib/python3.11/subprocess.py", line 502, in check_returncode
    raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'test']' returned non-zero exit status 3.
Source code is licensed under the AGPL.