mediawiki/extensions/NearbyPages: REL1_39 (log #2114176)

sourcepatches

This run took 29 seconds.

$ date
--- stdout ---
Sun Sep 21 09:04:03 UTC 2025

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-NearbyPages.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 ---
d7c94372f35f60b8c24aef3b3f9ca18d86d3894f refs/heads/REL1_39

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@parcel/config-default": {
      "name": "@parcel/config-default",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@parcel/reporter-dev-server"
      ],
      "effects": [],
      "range": "2.3.1 - 2.14.4",
      "nodes": [
        "node_modules/@parcel/config-default"
      ],
      "fixAvailable": true
    },
    "@parcel/reporter-dev-server": {
      "name": "@parcel/reporter-dev-server",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1108119,
          "name": "@parcel/reporter-dev-server",
          "dependency": "@parcel/reporter-dev-server",
          "title": "Parcel has an Origin Validation Error vulnerability",
          "url": "https://github.com/advisories/GHSA-qm9p-f9j5-w83w",
          "severity": "moderate",
          "cwe": [
            "CWE-346"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"
          },
          "range": ">=1.6.0 <=2.14.4"
        }
      ],
      "effects": [
        "@parcel/config-default",
        "parcel"
      ],
      "range": "<=2.14.4",
      "nodes": [
        "node_modules/@parcel/reporter-dev-server"
      ],
      "fixAvailable": {
        "name": "parcel",
        "version": "2.16.0",
        "isSemVerMajor": false
      }
    },
    "autoprefixer": {
      "name": "autoprefixer",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "1.0.20131222 - 9.8.8",
      "nodes": [
        "node_modules/autoprefixer"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "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-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
      }
    },
    "brace-expansion": {
      "name": "brace-expansion",
      "severity": "low",
      "isDirect": false,
      "via": [
        {
          "source": 1105443,
          "name": "brace-expansion",
          "dependency": "brace-expansion",
          "title": "brace-expansion Regular Expression Denial of Service vulnerability",
          "url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw",
          "severity": "low",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 3.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=1.0.0 <=1.1.11"
        },
        {
          "source": 1105444,
          "name": "brace-expansion",
          "dependency": "brace-expansion",
          "title": "brace-expansion Regular Expression Denial of Service vulnerability",
          "url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw",
          "severity": "low",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 3.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=2.0.0 <=2.0.1"
        }
      ],
      "effects": [],
      "range": "1.0.0 - 1.1.11 || 2.0.0 - 2.0.1",
      "nodes": [
        "node_modules/brace-expansion",
        "node_modules/filelist/node_modules/brace-expansion"
      ],
      "fixAvailable": true
    },
    "cross-spawn": {
      "name": "cross-spawn",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1104663,
          "name": "cross-spawn",
          "dependency": "cross-spawn",
          "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
          "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
          "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.6"
        }
      ],
      "effects": [
        "pre-commit"
      ],
      "range": "<6.0.6",
      "nodes": [
        "node_modules/pre-commit/node_modules/cross-spawn"
      ],
      "fixAvailable": {
        "name": "pre-commit",
        "version": "1.0.10",
        "isSemVerMajor": true
      }
    },
    "eslint-config-wikimedia": {
      "name": "eslint-config-wikimedia",
      "severity": "high",
      "isDirect": true,
      "via": [
        "eslint-plugin-compat"
      ],
      "effects": [],
      "range": "0.18.0 - 0.21.0",
      "nodes": [
        "node_modules/eslint-config-wikimedia"
      ],
      "fixAvailable": {
        "name": "eslint-config-wikimedia",
        "version": "0.31.0",
        "isSemVerMajor": true
      }
    },
    "eslint-plugin-compat": {
      "name": "eslint-plugin-compat",
      "severity": "high",
      "isDirect": false,
      "via": [
        "semver"
      ],
      "effects": [
        "eslint-config-wikimedia"
      ],
      "range": "3.6.0-0 - 4.1.4",
      "nodes": [
        "node_modules/eslint-plugin-compat"
      ],
      "fixAvailable": {
        "name": "eslint-config-wikimedia",
        "version": "0.31.0",
        "isSemVerMajor": true
      }
    },
    "form-data": {
      "name": "form-data",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1106508,
          "name": "form-data",
          "dependency": "form-data",
          "title": "form-data uses unsafe random function in form-data for choosing boundary",
          "url": "https://github.com/advisories/GHSA-fjxv-7rqg-78g4",
          "severity": "critical",
          "cwe": [
            "CWE-330"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": ">=3.0.0 <3.0.4"
        }
      ],
      "effects": [],
      "range": "3.0.0 - 3.0.3",
      "nodes": [
        "node_modules/form-data"
      ],
      "fixAvailable": true
    },
    "jsdoc": {
      "name": "jsdoc",
      "severity": "high",
      "isDirect": true,
      "via": [
        "taffydb"
      ],
      "effects": [],
      "range": "3.2.0-dev - 3.6.11",
      "nodes": [
        "node_modules/jsdoc"
      ],
      "fixAvailable": {
        "name": "jsdoc",
        "version": "4.0.4",
        "isSemVerMajor": 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"
        }
      ],
      "effects": [
        "babel-core"
      ],
      "range": "<1.0.2",
      "nodes": [
        "node_modules/babel-core/node_modules/json5"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "parcel": {
      "name": "parcel",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "@parcel/config-default",
        "@parcel/reporter-dev-server"
      ],
      "effects": [],
      "range": "2.3.1 - 2.14.4",
      "nodes": [
        "node_modules/parcel"
      ],
      "fixAvailable": {
        "name": "parcel",
        "version": "2.16.0",
        "isSemVerMajor": false
      }
    },
    "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": [
        "autoprefixer",
        "postcss-less",
        "postcss-safe-parser",
        "postcss-sass",
        "postcss-scss",
        "stylelint",
        "sugarss"
      ],
      "range": "<8.4.31",
      "nodes": [
        "node_modules/autoprefixer/node_modules/postcss",
        "node_modules/postcss-less/node_modules/postcss",
        "node_modules/postcss-safe-parser/node_modules/postcss",
        "node_modules/postcss-sass/node_modules/postcss",
        "node_modules/postcss-scss/node_modules/postcss",
        "node_modules/stylelint-config-wikimedia/node_modules/postcss",
        "node_modules/stylelint/node_modules/postcss",
        "node_modules/sugarss/node_modules/postcss"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "postcss-less": {
      "name": "postcss-less",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "<=3.1.4",
      "nodes": [
        "node_modules/postcss-less"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "postcss-safe-parser": {
      "name": "postcss-safe-parser",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "<=4.0.2",
      "nodes": [
        "node_modules/postcss-safe-parser"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "postcss-sass": {
      "name": "postcss-sass",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "<=0.4.4",
      "nodes": [
        "node_modules/postcss-sass"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "postcss-scss": {
      "name": "postcss-scss",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "<=2.1.1",
      "nodes": [
        "node_modules/postcss-scss"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "pre-commit": {
      "name": "pre-commit",
      "severity": "high",
      "isDirect": true,
      "via": [
        "cross-spawn"
      ],
      "effects": [],
      "range": ">=1.1.0",
      "nodes": [
        "node_modules/pre-commit"
      ],
      "fixAvailable": {
        "name": "pre-commit",
        "version": "1.0.10",
        "isSemVerMajor": true
      }
    },
    "semver": {
      "name": "semver",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1101088,
          "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"
        }
      ],
      "effects": [
        "eslint-plugin-compat"
      ],
      "range": "7.0.0 - 7.5.1",
      "nodes": [
        "node_modules/eslint-plugin-compat/node_modules/semver"
      ],
      "fixAvailable": {
        "name": "eslint-config-wikimedia",
        "version": "0.31.0",
        "isSemVerMajor": true
      }
    },
    "stylelint": {
      "name": "stylelint",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "autoprefixer",
        "postcss",
        "postcss-less",
        "postcss-safe-parser",
        "postcss-sass",
        "postcss-scss",
        "sugarss"
      ],
      "effects": [
        "stylelint-config-wikimedia"
      ],
      "range": "0.1.0 - 13.13.1",
      "nodes": [
        "node_modules/stylelint",
        "node_modules/stylelint-config-wikimedia/node_modules/stylelint"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "stylelint-config-wikimedia": {
      "name": "stylelint-config-wikimedia",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "stylelint"
      ],
      "effects": [],
      "range": "<=0.11.1",
      "nodes": [
        "node_modules/stylelint-config-wikimedia"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.18.0",
        "isSemVerMajor": true
      }
    },
    "sugarss": {
      "name": "sugarss",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [],
      "range": "<=2.0.0",
      "nodes": [
        "node_modules/sugarss"
      ],
      "fixAvailable": true
    },
    "taffydb": {
      "name": "taffydb",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1089386,
          "name": "taffydb",
          "dependency": "taffydb",
          "title": "TaffyDB can allow access to any data items in the DB",
          "url": "https://github.com/advisories/GHSA-mxhp-79qh-mcx6",
          "severity": "high",
          "cwe": [
            "CWE-20",
            "CWE-668"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
          },
          "range": "<=2.7.3"
        }
      ],
      "effects": [
        "jsdoc"
      ],
      "range": "*",
      "nodes": [
        "node_modules/taffydb"
      ],
      "fixAvailable": {
        "name": "jsdoc",
        "version": "4.0.4",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 1,
      "moderate": 12,
      "high": 9,
      "critical": 5,
      "total": 27
    },
    "dependencies": {
      "prod": 1,
      "dev": 1260,
      "optional": 21,
      "peer": 0,
      "peerOptional": 0,
      "total": 1260
    }
  }
}

--- 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: 36 installs, 0 updates, 0 removals
  - Locking composer/pcre (1.0.1)
  - Locking composer/semver (3.4.4)
  - Locking composer/spdx-licenses (1.5.9)
  - Locking composer/xdebug-handler (2.0.5)
  - Locking doctrine/deprecations (1.1.5)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v38.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.5.0)
  - Locking phan/phan (5.2.0)
  - Locking php-parallel-lint/php-console-color (v0.3)
  - Locking php-parallel-lint/php-console-highlighter (v0.5)
  - Locking php-parallel-lint/php-parallel-lint (v1.3.1)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.6.3)
  - Locking phpdocumentor/type-resolver (1.10.0)
  - Locking phpstan/phpdoc-parser (2.3.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (2.0.0)
  - Locking sabre/event (5.1.7)
  - Locking squizlabs/php_codesniffer (3.6.1)
  - Locking symfony/console (v5.4.47)
  - Locking symfony/deprecation-contracts (v3.6.0)
  - Locking symfony/polyfill-ctype (v1.33.0)
  - Locking symfony/polyfill-intl-grapheme (v1.33.0)
  - Locking symfony/polyfill-intl-normalizer (v1.33.0)
  - Locking symfony/polyfill-mbstring (v1.33.0)
  - Locking symfony/polyfill-php73 (v1.33.0)
  - Locking symfony/polyfill-php80 (v1.33.0)
  - Locking symfony/service-contracts (v3.6.0)
  - Locking symfony/string (v6.4.25)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 36 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing composer/pcre (1.0.1): Extracting archive
  - Installing squizlabs/php_codesniffer (3.6.1): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.33.0): Extracting archive
  - Installing composer/spdx-licenses (1.5.9): Extracting archive
  - Installing composer/semver (3.4.4): Extracting archive
  - Installing mediawiki/mediawiki-codesniffer (v38.0.0): Extracting archive
  - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
  - Installing symfony/polyfill-php80 (v1.33.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.33.0): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.33.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.33.0): Extracting archive
  - Installing symfony/string (v6.4.25): Extracting archive
  - Installing symfony/deprecation-contracts (v3.6.0): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing symfony/service-contracts (v3.6.0): Extracting archive
  - Installing symfony/polyfill-php73 (v1.33.0): Extracting archive
  - Installing symfony/console (v5.4.47): Extracting archive
  - Installing sabre/event (5.1.7): Extracting archive
  - Installing netresearch/jsonmapper (v4.5.0): Extracting archive
  - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive
  - Installing webmozart/assert (1.11.0): Extracting archive
  - Installing phpstan/phpdoc-parser (2.3.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing doctrine/deprecations (1.1.5): Extracting archive
  - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.6.3): 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 (v0.3): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v0.5): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.3.1): Extracting archive
  0/36 [>---------------------------]   0%
 23/36 [=================>----------]  63%
 35/36 [===========================>]  97%
 36/36 [============================] 100%
3 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
15 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": {
    "@parcel/config-default": {
      "name": "@parcel/config-default",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "@parcel/reporter-dev-server"
      ],
      "effects": [],
      "range": "2.3.1 - 2.14.4",
      "nodes": [
        "node_modules/@parcel/config-default"
      ],
      "fixAvailable": true
    },
    "@parcel/reporter-dev-server": {
      "name": "@parcel/reporter-dev-server",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        {
          "source": 1108119,
          "name": "@parcel/reporter-dev-server",
          "dependency": "@parcel/reporter-dev-server",
          "title": "Parcel has an Origin Validation Error vulnerability",
          "url": "https://github.com/advisories/GHSA-qm9p-f9j5-w83w",
          "severity": "moderate",
          "cwe": [
            "CWE-346"
          ],
          "cvss": {
            "score": 6.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"
          },
          "range": ">=1.6.0 <=2.14.4"
        }
      ],
      "effects": [
        "@parcel/config-default",
        "parcel"
      ],
      "range": "<=2.14.4",
      "nodes": [
        "node_modules/@parcel/reporter-dev-server"
      ],
      "fixAvailable": {
        "name": "parcel",
        "version": "2.16.0",
        "isSemVerMajor": false
      }
    },
    "autoprefixer": {
      "name": "autoprefixer",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "1.0.20131222 - 9.8.8",
      "nodes": [
        "node_modules/autoprefixer"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "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-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
      }
    },
    "brace-expansion": {
      "name": "brace-expansion",
      "severity": "low",
      "isDirect": false,
      "via": [
        {
          "source": 1105443,
          "name": "brace-expansion",
          "dependency": "brace-expansion",
          "title": "brace-expansion Regular Expression Denial of Service vulnerability",
          "url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw",
          "severity": "low",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 3.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=1.0.0 <=1.1.11"
        },
        {
          "source": 1105444,
          "name": "brace-expansion",
          "dependency": "brace-expansion",
          "title": "brace-expansion Regular Expression Denial of Service vulnerability",
          "url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw",
          "severity": "low",
          "cwe": [
            "CWE-400"
          ],
          "cvss": {
            "score": 3.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"
          },
          "range": ">=2.0.0 <=2.0.1"
        }
      ],
      "effects": [],
      "range": "1.0.0 - 1.1.11 || 2.0.0 - 2.0.1",
      "nodes": [
        "node_modules/brace-expansion",
        "node_modules/filelist/node_modules/brace-expansion"
      ],
      "fixAvailable": true
    },
    "cross-spawn": {
      "name": "cross-spawn",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1104663,
          "name": "cross-spawn",
          "dependency": "cross-spawn",
          "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
          "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
          "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.6"
        }
      ],
      "effects": [
        "pre-commit"
      ],
      "range": "<6.0.6",
      "nodes": [
        "node_modules/pre-commit/node_modules/cross-spawn"
      ],
      "fixAvailable": {
        "name": "pre-commit",
        "version": "1.0.10",
        "isSemVerMajor": true
      }
    },
    "eslint-config-wikimedia": {
      "name": "eslint-config-wikimedia",
      "severity": "high",
      "isDirect": true,
      "via": [
        "eslint-plugin-compat"
      ],
      "effects": [],
      "range": "0.18.0 - 0.21.0",
      "nodes": [
        "node_modules/eslint-config-wikimedia"
      ],
      "fixAvailable": {
        "name": "eslint-config-wikimedia",
        "version": "0.31.0",
        "isSemVerMajor": true
      }
    },
    "eslint-plugin-compat": {
      "name": "eslint-plugin-compat",
      "severity": "high",
      "isDirect": false,
      "via": [
        "semver"
      ],
      "effects": [
        "eslint-config-wikimedia"
      ],
      "range": "3.6.0-0 - 4.1.4",
      "nodes": [
        "node_modules/eslint-plugin-compat"
      ],
      "fixAvailable": {
        "name": "eslint-config-wikimedia",
        "version": "0.31.0",
        "isSemVerMajor": true
      }
    },
    "form-data": {
      "name": "form-data",
      "severity": "critical",
      "isDirect": false,
      "via": [
        {
          "source": 1106508,
          "name": "form-data",
          "dependency": "form-data",
          "title": "form-data uses unsafe random function in form-data for choosing boundary",
          "url": "https://github.com/advisories/GHSA-fjxv-7rqg-78g4",
          "severity": "critical",
          "cwe": [
            "CWE-330"
          ],
          "cvss": {
            "score": 0,
            "vectorString": null
          },
          "range": ">=3.0.0 <3.0.4"
        }
      ],
      "effects": [],
      "range": "3.0.0 - 3.0.3",
      "nodes": [
        "node_modules/form-data"
      ],
      "fixAvailable": true
    },
    "jsdoc": {
      "name": "jsdoc",
      "severity": "high",
      "isDirect": true,
      "via": [
        "taffydb"
      ],
      "effects": [],
      "range": "3.2.0-dev - 3.6.11",
      "nodes": [
        "node_modules/jsdoc"
      ],
      "fixAvailable": {
        "name": "jsdoc",
        "version": "4.0.4",
        "isSemVerMajor": 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"
        }
      ],
      "effects": [
        "babel-core"
      ],
      "range": "<1.0.2",
      "nodes": [
        "node_modules/babel-core/node_modules/json5"
      ],
      "fixAvailable": {
        "name": "babel-core",
        "version": "4.7.16",
        "isSemVerMajor": true
      }
    },
    "parcel": {
      "name": "parcel",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "@parcel/config-default",
        "@parcel/reporter-dev-server"
      ],
      "effects": [],
      "range": "2.3.1 - 2.14.4",
      "nodes": [
        "node_modules/parcel"
      ],
      "fixAvailable": {
        "name": "parcel",
        "version": "2.16.0",
        "isSemVerMajor": false
      }
    },
    "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": [
        "autoprefixer",
        "postcss-less",
        "postcss-safe-parser",
        "postcss-sass",
        "postcss-scss",
        "stylelint",
        "sugarss"
      ],
      "range": "<8.4.31",
      "nodes": [
        "node_modules/autoprefixer/node_modules/postcss",
        "node_modules/postcss-less/node_modules/postcss",
        "node_modules/postcss-safe-parser/node_modules/postcss",
        "node_modules/postcss-sass/node_modules/postcss",
        "node_modules/postcss-scss/node_modules/postcss",
        "node_modules/stylelint-config-wikimedia/node_modules/postcss",
        "node_modules/stylelint/node_modules/postcss",
        "node_modules/sugarss/node_modules/postcss"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "postcss-less": {
      "name": "postcss-less",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [],
      "range": "<=3.1.4",
      "nodes": [
        "node_modules/postcss-less"
      ],
      "fixAvailable": true
    },
    "postcss-safe-parser": {
      "name": "postcss-safe-parser",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "<=4.0.2",
      "nodes": [
        "node_modules/postcss-safe-parser"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "postcss-sass": {
      "name": "postcss-sass",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "<=0.4.4",
      "nodes": [
        "node_modules/postcss-sass"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "postcss-scss": {
      "name": "postcss-scss",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "<=2.1.1",
      "nodes": [
        "node_modules/postcss-scss"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "pre-commit": {
      "name": "pre-commit",
      "severity": "high",
      "isDirect": true,
      "via": [
        "cross-spawn"
      ],
      "effects": [],
      "range": ">=1.1.0",
      "nodes": [
        "node_modules/pre-commit"
      ],
      "fixAvailable": {
        "name": "pre-commit",
        "version": "1.0.10",
        "isSemVerMajor": true
      }
    },
    "semver": {
      "name": "semver",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1101088,
          "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"
        }
      ],
      "effects": [
        "eslint-plugin-compat"
      ],
      "range": "7.0.0 - 7.5.1",
      "nodes": [
        "node_modules/eslint-plugin-compat/node_modules/semver"
      ],
      "fixAvailable": {
        "name": "eslint-config-wikimedia",
        "version": "0.31.0",
        "isSemVerMajor": true
      }
    },
    "stylelint": {
      "name": "stylelint",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "autoprefixer",
        "postcss",
        "postcss-less",
        "postcss-safe-parser",
        "postcss-sass",
        "postcss-scss",
        "sugarss"
      ],
      "effects": [
        "stylelint-config-wikimedia"
      ],
      "range": "0.1.0 - 13.13.1",
      "nodes": [
        "node_modules/stylelint",
        "node_modules/stylelint-config-wikimedia/node_modules/stylelint"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "stylelint-config-wikimedia": {
      "name": "stylelint-config-wikimedia",
      "severity": "moderate",
      "isDirect": true,
      "via": [
        "stylelint"
      ],
      "effects": [],
      "range": "<=0.11.1",
      "nodes": [
        "node_modules/stylelint-config-wikimedia"
      ],
      "fixAvailable": {
        "name": "stylelint-config-wikimedia",
        "version": "0.18.0",
        "isSemVerMajor": true
      }
    },
    "sugarss": {
      "name": "sugarss",
      "severity": "moderate",
      "isDirect": false,
      "via": [
        "postcss"
      ],
      "effects": [
        "stylelint"
      ],
      "range": "<=2.0.0",
      "nodes": [
        "node_modules/sugarss"
      ],
      "fixAvailable": {
        "name": "stylelint",
        "version": "16.24.0",
        "isSemVerMajor": true
      }
    },
    "taffydb": {
      "name": "taffydb",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1089386,
          "name": "taffydb",
          "dependency": "taffydb",
          "title": "TaffyDB can allow access to any data items in the DB",
          "url": "https://github.com/advisories/GHSA-mxhp-79qh-mcx6",
          "severity": "high",
          "cwe": [
            "CWE-20",
            "CWE-668"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
          },
          "range": "<=2.7.3"
        }
      ],
      "effects": [
        "jsdoc"
      ],
      "range": "*",
      "nodes": [
        "node_modules/taffydb"
      ],
      "fixAvailable": {
        "name": "jsdoc",
        "version": "4.0.4",
        "isSemVerMajor": true
      }
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 1,
      "moderate": 12,
      "high": 9,
      "critical": 5,
      "total": 27
    },
    "dependencies": {
      "prod": 1,
      "dev": 1260,
      "optional": 21,
      "peer": 0,
      "peerOptional": 0,
      "total": 1260
    }
  }
}

--- 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 EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: undefined,
npm WARN EBADENGINE   required: { node: '12.21.0' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---
{
  "added": 1271,
  "removed": 0,
  "changed": 0,
  "audited": 1272,
  "funding": 170,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "@parcel/config-default": {
        "name": "@parcel/config-default",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "@parcel/reporter-dev-server"
        ],
        "effects": [],
        "range": "2.3.1 - 2.14.4",
        "nodes": [
          "node_modules/@parcel/config-default"
        ],
        "fixAvailable": true
      },
      "@parcel/reporter-dev-server": {
        "name": "@parcel/reporter-dev-server",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          {
            "source": 1108119,
            "name": "@parcel/reporter-dev-server",
            "dependency": "@parcel/reporter-dev-server",
            "title": "Parcel has an Origin Validation Error vulnerability",
            "url": "https://github.com/advisories/GHSA-qm9p-f9j5-w83w",
            "severity": "moderate",
            "cwe": [
              "CWE-346"
            ],
            "cvss": {
              "score": 6.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"
            },
            "range": ">=1.6.0 <=2.14.4"
          }
        ],
        "effects": [
          "@parcel/config-default",
          "parcel"
        ],
        "range": "<=2.14.4",
        "nodes": [
          "node_modules/@parcel/reporter-dev-server"
        ],
        "fixAvailable": {
          "name": "parcel",
          "version": "2.16.0",
          "isSemVerMajor": false
        }
      },
      "autoprefixer": {
        "name": "autoprefixer",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "postcss"
        ],
        "effects": [
          "stylelint"
        ],
        "range": "1.0.20131222 - 9.8.8",
        "nodes": [
          "node_modules/autoprefixer"
        ],
        "fixAvailable": {
          "name": "stylelint",
          "version": "16.24.0",
          "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-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
        }
      },
      "brace-expansion": {
        "name": "brace-expansion",
        "severity": "low",
        "isDirect": false,
        "via": [
          {
            "source": 1105443,
            "name": "brace-expansion",
            "dependency": "brace-expansion",
            "title": "brace-expansion Regular Expression Denial of Service vulnerability",
            "url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw",
            "severity": "low",
            "cwe": [
              "CWE-400"
            ],
            "cvss": {
              "score": 3.1,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": ">=1.0.0 <=1.1.11"
          },
          {
            "source": 1105444,
            "name": "brace-expansion",
            "dependency": "brace-expansion",
            "title": "brace-expansion Regular Expression Denial of Service vulnerability",
            "url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw",
            "severity": "low",
            "cwe": [
              "CWE-400"
            ],
            "cvss": {
              "score": 3.1,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"
            },
            "range": ">=2.0.0 <=2.0.1"
          }
        ],
        "effects": [],
        "range": "1.0.0 - 1.1.11 || 2.0.0 - 2.0.1",
        "nodes": [
          "",
          ""
        ],
        "fixAvailable": true
      },
      "cross-spawn": {
        "name": "cross-spawn",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1104663,
            "name": "cross-spawn",
            "dependency": "cross-spawn",
            "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
            "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
            "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.6"
          }
        ],
        "effects": [
          "pre-commit"
        ],
        "range": "<6.0.6",
        "nodes": [
          "node_modules/pre-commit/node_modules/cross-spawn"
        ],
        "fixAvailable": {
          "name": "pre-commit",
          "version": "1.0.10",
          "isSemVerMajor": true
        }
      },
      "eslint-config-wikimedia": {
        "name": "eslint-config-wikimedia",
        "severity": "high",
        "isDirect": true,
        "via": [
          "eslint-plugin-compat"
        ],
        "effects": [],
        "range": "0.18.0 - 0.21.0",
        "nodes": [
          "node_modules/eslint-config-wikimedia"
        ],
        "fixAvailable": {
          "name": "eslint-config-wikimedia",
          "version": "0.31.0",
          "isSemVerMajor": true
        }
      },
      "eslint-plugin-compat": {
        "name": "eslint-plugin-compat",
        "severity": "high",
        "isDirect": false,
        "via": [
          "semver"
        ],
        "effects": [
          "eslint-config-wikimedia"
        ],
        "range": "3.6.0-0 - 4.1.4",
        "nodes": [
          "node_modules/eslint-plugin-compat"
        ],
        "fixAvailable": {
          "name": "eslint-config-wikimedia",
          "version": "0.31.0",
          "isSemVerMajor": true
        }
      },
      "form-data": {
        "name": "form-data",
        "severity": "critical",
        "isDirect": false,
        "via": [
          {
            "source": 1106508,
            "name": "form-data",
            "dependency": "form-data",
            "title": "form-data uses unsafe random function in form-data for choosing boundary",
            "url": "https://github.com/advisories/GHSA-fjxv-7rqg-78g4",
            "severity": "critical",
            "cwe": [
              "CWE-330"
            ],
            "cvss": {
              "score": 0,
              "vectorString": null
            },
            "range": ">=3.0.0 <3.0.4"
          }
        ],
        "effects": [],
        "range": "3.0.0 - 3.0.3",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "jsdoc": {
        "name": "jsdoc",
        "severity": "high",
        "isDirect": true,
        "via": [
          "taffydb"
        ],
        "effects": [],
        "range": "3.2.0-dev - 3.6.11",
        "nodes": [
          "node_modules/jsdoc"
        ],
        "fixAvailable": {
          "name": "jsdoc",
          "version": "4.0.4",
          "isSemVerMajor": 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"
          }
        ],
        "effects": [
          "babel-core"
        ],
        "range": "<1.0.2",
        "nodes": [
          "node_modules/babel-core/node_modules/json5"
        ],
        "fixAvailable": {
          "name": "babel-core",
          "version": "4.7.16",
          "isSemVerMajor": true
        }
      },
      "parcel": {
        "name": "parcel",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "@parcel/config-default",
          "@parcel/reporter-dev-server"
        ],
        "effects": [],
        "range": "2.3.1 - 2.14.4",
        "nodes": [
          "node_modules/parcel"
        ],
        "fixAvailable": {
          "name": "parcel",
          "version": "2.16.0",
          "isSemVerMajor": false
        }
      },
      "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": [
          "autoprefixer",
          "postcss-less",
          "postcss-safe-parser",
          "postcss-sass",
          "postcss-scss",
          "stylelint",
          "sugarss"
        ],
        "range": "<8.4.31",
        "nodes": [
          "node_modules/autoprefixer/node_modules/postcss",
          "node_modules/postcss-less/node_modules/postcss",
          "node_modules/postcss-safe-parser/node_modules/postcss",
          "node_modules/postcss-sass/node_modules/postcss",
          "node_modules/postcss-scss/node_modules/postcss",
          "node_modules/stylelint-config-wikimedia/node_modules/postcss",
          "node_modules/stylelint/node_modules/postcss",
          "node_modules/sugarss/node_modules/postcss"
        ],
        "fixAvailable": {
          "name": "stylelint",
          "version": "16.24.0",
          "isSemVerMajor": true
        }
      },
      "postcss-less": {
        "name": "postcss-less",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "postcss"
        ],
        "effects": [
          "stylelint"
        ],
        "range": "<=3.1.4",
        "nodes": [
          "node_modules/postcss-less"
        ],
        "fixAvailable": {
          "name": "stylelint",
          "version": "16.24.0",
          "isSemVerMajor": true
        }
      },
      "postcss-safe-parser": {
        "name": "postcss-safe-parser",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "postcss"
        ],
        "effects": [
          "stylelint"
        ],
        "range": "<=4.0.2",
        "nodes": [
          "node_modules/postcss-safe-parser"
        ],
        "fixAvailable": {
          "name": "stylelint",
          "version": "16.24.0",
          "isSemVerMajor": true
        }
      },
      "postcss-sass": {
        "name": "postcss-sass",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "postcss"
        ],
        "effects": [
          "stylelint"
        ],
        "range": "<=0.4.4",
        "nodes": [
          "node_modules/postcss-sass"
        ],
        "fixAvailable": {
          "name": "stylelint",
          "version": "16.24.0",
          "isSemVerMajor": true
        }
      },
      "postcss-scss": {
        "name": "postcss-scss",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "postcss"
        ],
        "effects": [
          "stylelint"
        ],
        "range": "<=2.1.1",
        "nodes": [
          "node_modules/postcss-scss"
        ],
        "fixAvailable": {
          "name": "stylelint",
          "version": "16.24.0",
          "isSemVerMajor": true
        }
      },
      "pre-commit": {
        "name": "pre-commit",
        "severity": "high",
        "isDirect": true,
        "via": [
          "cross-spawn"
        ],
        "effects": [],
        "range": ">=1.1.0",
        "nodes": [
          "node_modules/pre-commit"
        ],
        "fixAvailable": {
          "name": "pre-commit",
          "version": "1.0.10",
          "isSemVerMajor": true
        }
      },
      "semver": {
        "name": "semver",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1101088,
            "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"
          }
        ],
        "effects": [
          "eslint-plugin-compat"
        ],
        "range": "7.0.0 - 7.5.1",
        "nodes": [
          "node_modules/eslint-plugin-compat/node_modules/semver"
        ],
        "fixAvailable": {
          "name": "eslint-config-wikimedia",
          "version": "0.31.0",
          "isSemVerMajor": true
        }
      },
      "stylelint": {
        "name": "stylelint",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "autoprefixer",
          "postcss",
          "postcss-less",
          "postcss-safe-parser",
          "postcss-sass",
          "postcss-scss",
          "sugarss"
        ],
        "effects": [
          "stylelint-config-wikimedia"
        ],
        "range": "0.1.0 - 13.13.1",
        "nodes": [
          "node_modules/stylelint",
          "node_modules/stylelint-config-wikimedia/node_modules/stylelint"
        ],
        "fixAvailable": {
          "name": "stylelint",
          "version": "16.24.0",
          "isSemVerMajor": true
        }
      },
      "stylelint-config-wikimedia": {
        "name": "stylelint-config-wikimedia",
        "severity": "moderate",
        "isDirect": true,
        "via": [
          "stylelint"
        ],
        "effects": [],
        "range": "<=0.11.1",
        "nodes": [
          "node_modules/stylelint-config-wikimedia"
        ],
        "fixAvailable": {
          "name": "stylelint-config-wikimedia",
          "version": "0.18.0",
          "isSemVerMajor": true
        }
      },
      "sugarss": {
        "name": "sugarss",
        "severity": "moderate",
        "isDirect": false,
        "via": [
          "postcss"
        ],
        "effects": [],
        "range": "<=2.0.0",
        "nodes": [
          "node_modules/sugarss"
        ],
        "fixAvailable": true
      },
      "taffydb": {
        "name": "taffydb",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1089386,
            "name": "taffydb",
            "dependency": "taffydb",
            "title": "TaffyDB can allow access to any data items in the DB",
            "url": "https://github.com/advisories/GHSA-mxhp-79qh-mcx6",
            "severity": "high",
            "cwe": [
              "CWE-20",
              "CWE-668"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
            },
            "range": "<=2.7.3"
          }
        ],
        "effects": [
          "jsdoc"
        ],
        "range": "*",
        "nodes": [
          "node_modules/taffydb"
        ],
        "fixAvailable": {
          "name": "jsdoc",
          "version": "4.0.4",
          "isSemVerMajor": true
        }
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 1,
        "moderate": 12,
        "high": 9,
        "critical": 5,
        "total": 27
      },
      "dependencies": {
        "prod": 1,
        "dev": 1271,
        "optional": 21,
        "peer": 0,
        "peerOptional": 0,
        "total": 1271
      }
    }
  }
}

--- end ---
{"added": 1271, "removed": 0, "changed": 0, "audited": 1272, "funding": 170, "audit": {"auditReportVersion": 2, "vulnerabilities": {"@parcel/config-default": {"name": "@parcel/config-default", "severity": "moderate", "isDirect": false, "via": ["@parcel/reporter-dev-server"], "effects": [], "range": "2.3.1 - 2.14.4", "nodes": ["node_modules/@parcel/config-default"], "fixAvailable": true}, "@parcel/reporter-dev-server": {"name": "@parcel/reporter-dev-server", "severity": "moderate", "isDirect": false, "via": [{"source": 1108119, "name": "@parcel/reporter-dev-server", "dependency": "@parcel/reporter-dev-server", "title": "Parcel has an Origin Validation Error vulnerability", "url": "https://github.com/advisories/GHSA-qm9p-f9j5-w83w", "severity": "moderate", "cwe": ["CWE-346"], "cvss": {"score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N"}, "range": ">=1.6.0 <=2.14.4"}], "effects": ["@parcel/config-default", "parcel"], "range": "<=2.14.4", "nodes": ["node_modules/@parcel/reporter-dev-server"], "fixAvailable": {"name": "parcel", "version": "2.16.0", "isSemVerMajor": false}}, "autoprefixer": {"name": "autoprefixer", "severity": "moderate", "isDirect": false, "via": ["postcss"], "effects": ["stylelint"], "range": "1.0.20131222 - 9.8.8", "nodes": ["node_modules/autoprefixer"], "fixAvailable": {"name": "stylelint", "version": "16.24.0", "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-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}}, "brace-expansion": {"name": "brace-expansion", "severity": "low", "isDirect": false, "via": [{"source": 1105443, "name": "brace-expansion", "dependency": "brace-expansion", "title": "brace-expansion Regular Expression Denial of Service vulnerability", "url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw", "severity": "low", "cwe": ["CWE-400"], "cvss": {"score": 3.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"}, "range": ">=1.0.0 <=1.1.11"}, {"source": 1105444, "name": "brace-expansion", "dependency": "brace-expansion", "title": "brace-expansion Regular Expression Denial of Service vulnerability", "url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw", "severity": "low", "cwe": ["CWE-400"], "cvss": {"score": 3.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"}, "range": ">=2.0.0 <=2.0.1"}], "effects": [], "range": "1.0.0 - 1.1.11 || 2.0.0 - 2.0.1", "nodes": ["", ""], "fixAvailable": true}, "cross-spawn": {"name": "cross-spawn", "severity": "high", "isDirect": false, "via": [{"source": 1104663, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "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.6"}], "effects": ["pre-commit"], "range": "<6.0.6", "nodes": ["node_modules/pre-commit/node_modules/cross-spawn"], "fixAvailable": {"name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true}}, "eslint-config-wikimedia": {"name": "eslint-config-wikimedia", "severity": "high", "isDirect": true, "via": ["eslint-plugin-compat"], "effects": [], "range": "0.18.0 - 0.21.0", "nodes": ["node_modules/eslint-config-wikimedia"], "fixAvailable": {"name": "eslint-config-wikimedia", "version": "0.31.0", "isSemVerMajor": true}}, "eslint-plugin-compat": {"name": "eslint-plugin-compat", "severity": "high", "isDirect": false, "via": ["semver"], "effects": ["eslint-config-wikimedia"], "range": "3.6.0-0 - 4.1.4", "nodes": ["node_modules/eslint-plugin-compat"], "fixAvailable": {"name": "eslint-config-wikimedia", "version": "0.31.0", "isSemVerMajor": true}}, "form-data": {"name": "form-data", "severity": "critical", "isDirect": false, "via": [{"source": 1106508, "name": "form-data", "dependency": "form-data", "title": "form-data uses unsafe random function in form-data for choosing boundary", "url": "https://github.com/advisories/GHSA-fjxv-7rqg-78g4", "severity": "critical", "cwe": ["CWE-330"], "cvss": {"score": 0, "vectorString": null}, "range": ">=3.0.0 <3.0.4"}], "effects": [], "range": "3.0.0 - 3.0.3", "nodes": [""], "fixAvailable": true}, "jsdoc": {"name": "jsdoc", "severity": "high", "isDirect": true, "via": ["taffydb"], "effects": [], "range": "3.2.0-dev - 3.6.11", "nodes": ["node_modules/jsdoc"], "fixAvailable": {"name": "jsdoc", "version": "4.0.4", "isSemVerMajor": 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"}], "effects": ["babel-core"], "range": "<1.0.2", "nodes": ["node_modules/babel-core/node_modules/json5"], "fixAvailable": {"name": "babel-core", "version": "4.7.16", "isSemVerMajor": true}}, "parcel": {"name": "parcel", "severity": "moderate", "isDirect": true, "via": ["@parcel/config-default", "@parcel/reporter-dev-server"], "effects": [], "range": "2.3.1 - 2.14.4", "nodes": ["node_modules/parcel"], "fixAvailable": {"name": "parcel", "version": "2.16.0", "isSemVerMajor": false}}, "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": ["autoprefixer", "postcss-less", "postcss-safe-parser", "postcss-sass", "postcss-scss", "stylelint", "sugarss"], "range": "<8.4.31", "nodes": ["node_modules/autoprefixer/node_modules/postcss", "node_modules/postcss-less/node_modules/postcss", "node_modules/postcss-safe-parser/node_modules/postcss", "node_modules/postcss-sass/node_modules/postcss", "node_modules/postcss-scss/node_modules/postcss", "node_modules/stylelint-config-wikimedia/node_modules/postcss", "node_modules/stylelint/node_modules/postcss", "node_modules/sugarss/node_modules/postcss"], "fixAvailable": {"name": "stylelint", "version": "16.24.0", "isSemVerMajor": true}}, "postcss-less": {"name": "postcss-less", "severity": "moderate", "isDirect": false, "via": ["postcss"], "effects": ["stylelint"], "range": "<=3.1.4", "nodes": ["node_modules/postcss-less"], "fixAvailable": {"name": "stylelint", "version": "16.24.0", "isSemVerMajor": true}}, "postcss-safe-parser": {"name": "postcss-safe-parser", "severity": "moderate", "isDirect": false, "via": ["postcss"], "effects": ["stylelint"], "range": "<=4.0.2", "nodes": ["node_modules/postcss-safe-parser"], "fixAvailable": {"name": "stylelint", "version": "16.24.0", "isSemVerMajor": true}}, "postcss-sass": {"name": "postcss-sass", "severity": "moderate", "isDirect": false, "via": ["postcss"], "effects": ["stylelint"], "range": "<=0.4.4", "nodes": ["node_modules/postcss-sass"], "fixAvailable": {"name": "stylelint", "version": "16.24.0", "isSemVerMajor": true}}, "postcss-scss": {"name": "postcss-scss", "severity": "moderate", "isDirect": false, "via": ["postcss"], "effects": ["stylelint"], "range": "<=2.1.1", "nodes": ["node_modules/postcss-scss"], "fixAvailable": {"name": "stylelint", "version": "16.24.0", "isSemVerMajor": true}}, "pre-commit": {"name": "pre-commit", "severity": "high", "isDirect": true, "via": ["cross-spawn"], "effects": [], "range": ">=1.1.0", "nodes": ["node_modules/pre-commit"], "fixAvailable": {"name": "pre-commit", "version": "1.0.10", "isSemVerMajor": true}}, "semver": {"name": "semver", "severity": "high", "isDirect": false, "via": [{"source": 1101088, "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"}], "effects": ["eslint-plugin-compat"], "range": "7.0.0 - 7.5.1", "nodes": ["node_modules/eslint-plugin-compat/node_modules/semver"], "fixAvailable": {"name": "eslint-config-wikimedia", "version": "0.31.0", "isSemVerMajor": true}}, "stylelint": {"name": "stylelint", "severity": "moderate", "isDirect": true, "via": ["autoprefixer", "postcss", "postcss-less", "postcss-safe-parser", "postcss-sass", "postcss-scss", "sugarss"], "effects": ["stylelint-config-wikimedia"], "range": "0.1.0 - 13.13.1", "nodes": ["node_modules/stylelint", "node_modules/stylelint-config-wikimedia/node_modules/stylelint"], "fixAvailable": {"name": "stylelint", "version": "16.24.0", "isSemVerMajor": true}}, "stylelint-config-wikimedia": {"name": "stylelint-config-wikimedia", "severity": "moderate", "isDirect": true, "via": ["stylelint"], "effects": [], "range": "<=0.11.1", "nodes": ["node_modules/stylelint-config-wikimedia"], "fixAvailable": {"name": "stylelint-config-wikimedia", "version": "0.18.0", "isSemVerMajor": true}}, "sugarss": {"name": "sugarss", "severity": "moderate", "isDirect": false, "via": ["postcss"], "effects": [], "range": "<=2.0.0", "nodes": ["node_modules/sugarss"], "fixAvailable": true}, "taffydb": {"name": "taffydb", "severity": "high", "isDirect": false, "via": [{"source": 1089386, "name": "taffydb", "dependency": "taffydb", "title": "TaffyDB can allow access to any data items in the DB", "url": "https://github.com/advisories/GHSA-mxhp-79qh-mcx6", "severity": "high", "cwe": ["CWE-20", "CWE-668"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"}, "range": "<=2.7.3"}], "effects": ["jsdoc"], "range": "*", "nodes": ["node_modules/taffydb"], "fixAvailable": {"name": "jsdoc", "version": "4.0.4", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 1, "moderate": 12, "high": 9, "critical": 5, "total": 27}, "dependencies": {"prod": 1, "dev": 1271, "optional": 21, "peer": 0, "peerOptional": 0, "total": 1271}}}}
{}
Upgrading n:parcel from 2.3.2 -> 2.16.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 ERR! code ENOENT
npm ERR! syscall stat
npm ERR! path /cache/_cacache/content-v2/sha512/b2/1f/4e474fdff0c98655ef0514caf053d14a34d2cfebee9ff54b478f041f947680faac1e4f97bf459e9720d7171d9cdbe9ce015b0c3e3dd79dc1ff895f61b534
npm ERR! errno ENOENT
npm ERR! enoent Invalid response body while trying to fetch https://registry.npmjs.org/@parcel%2fsource-map: ENOENT: no such file or directory, stat '/cache/_cacache/content-v2/sha512/b2/1f/4e474fdff0c98655ef0514caf053d14a34d2cfebee9ff54b478f041f947680faac1e4f97bf459e9720d7171d9cdbe9ce015b0c3e3dd79dc1ff895f61b534'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /cache/_logs/2025-09-21T09_04_16_147Z-debug-0.log
--- stdout ---

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: undefined,
npm WARN EBADENGINE   required: { node: '12.21.0' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm ERR! code EUSAGE
npm ERR! 
npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
npm ERR! 
npm ERR! Invalid: lock file's parcel@2.3.2 does not satisfy parcel@2.16.0
npm ERR! Invalid: lock file's @parcel/config-default@2.3.2 does not satisfy @parcel/config-default@2.16.0
npm ERR! Invalid: lock file's @parcel/core@2.3.2 does not satisfy @parcel/core@2.16.0
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/feature-flags@2.16.0 from lock file
npm ERR! Missing: @parcel/fs@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/package-manager@2.16.0 from lock file
npm ERR! Invalid: lock file's @parcel/reporter-cli@2.3.2 does not satisfy @parcel/reporter-cli@2.16.0
npm ERR! Invalid: lock file's @parcel/reporter-dev-server@2.3.2 does not satisfy @parcel/reporter-dev-server@2.16.0
npm ERR! Missing: @parcel/reporter-tracer@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Invalid: lock file's commander@7.2.0 does not satisfy commander@12.1.0
npm ERR! Invalid: lock file's @parcel/bundler-default@2.3.2 does not satisfy @parcel/bundler-default@2.16.0
npm ERR! Invalid: lock file's @parcel/compressor-raw@2.3.2 does not satisfy @parcel/compressor-raw@2.16.0
npm ERR! Invalid: lock file's @parcel/namer-default@2.3.2 does not satisfy @parcel/namer-default@2.16.0
npm ERR! Missing: @parcel/optimizer-css@2.16.0 from lock file
npm ERR! Missing: @parcel/optimizer-html@2.16.0 from lock file
npm ERR! Invalid: lock file's @parcel/optimizer-image@2.3.2 does not satisfy @parcel/optimizer-image@2.16.0
npm ERR! Missing: @parcel/optimizer-svg@2.16.0 from lock file
npm ERR! Missing: @parcel/optimizer-swc@2.16.0 from lock file
npm ERR! Invalid: lock file's @parcel/packager-css@2.3.2 does not satisfy @parcel/packager-css@2.16.0
npm ERR! Invalid: lock file's @parcel/packager-html@2.3.2 does not satisfy @parcel/packager-html@2.16.0
npm ERR! Invalid: lock file's @parcel/packager-js@2.3.2 does not satisfy @parcel/packager-js@2.16.0
npm ERR! Invalid: lock file's @parcel/packager-raw@2.3.2 does not satisfy @parcel/packager-raw@2.16.0
npm ERR! Invalid: lock file's @parcel/packager-svg@2.3.2 does not satisfy @parcel/packager-svg@2.16.0
npm ERR! Missing: @parcel/packager-wasm@2.16.0 from lock file
npm ERR! Invalid: lock file's @parcel/resolver-default@2.3.2 does not satisfy @parcel/resolver-default@2.16.0
npm ERR! Invalid: lock file's @parcel/runtime-browser-hmr@2.3.2 does not satisfy @parcel/runtime-browser-hmr@2.16.0
npm ERR! Invalid: lock file's @parcel/runtime-js@2.3.2 does not satisfy @parcel/runtime-js@2.16.0
npm ERR! Missing: @parcel/runtime-rsc@2.16.0 from lock file
npm ERR! Invalid: lock file's @parcel/runtime-service-worker@2.3.2 does not satisfy @parcel/runtime-service-worker@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-babel@2.3.2 does not satisfy @parcel/transformer-babel@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-css@2.3.2 does not satisfy @parcel/transformer-css@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-html@2.3.2 does not satisfy @parcel/transformer-html@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-image@2.3.2 does not satisfy @parcel/transformer-image@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-js@2.3.2 does not satisfy @parcel/transformer-js@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-json@2.3.2 does not satisfy @parcel/transformer-json@2.16.0
npm ERR! Missing: @parcel/transformer-node@2.16.0 from lock file
npm ERR! Invalid: lock file's @parcel/transformer-postcss@2.3.2 does not satisfy @parcel/transformer-postcss@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-posthtml@2.3.2 does not satisfy @parcel/transformer-posthtml@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-raw@2.3.2 does not satisfy @parcel/transformer-raw@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-react-refresh-wrap@2.3.2 does not satisfy @parcel/transformer-react-refresh-wrap@2.16.0
npm ERR! Invalid: lock file's @parcel/transformer-svg@2.3.2 does not satisfy @parcel/transformer-svg@2.16.0
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Invalid: lock file's @parcel/graph@2.3.2 does not satisfy @parcel/graph@3.6.0
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/rust@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @mischnic/json-sourcemap@0.1.1 from lock file
npm ERR! Missing: @parcel/cache@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/fs@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/package-manager@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/profiler@2.16.0 from lock file
npm ERR! Invalid: lock file's @parcel/source-map@2.0.2 does not satisfy @parcel/source-map@2.1.1
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Invalid: lock file's browserslist@4.22.3 does not satisfy browserslist@4.26.2
npm ERR! Invalid: lock file's dotenv@7.0.0 does not satisfy dotenv@16.6.1
npm ERR! Invalid: lock file's dotenv-expand@5.1.0 does not satisfy dotenv-expand@11.0.7
npm ERR! Invalid: lock file's msgpackr@1.10.1 does not satisfy msgpackr@1.11.5
npm ERR! Invalid: lock file's semver@5.7.2 does not satisfy semver@7.7.2
npm ERR! Missing: @lezer/common@1.2.3 from lock file
npm ERR! Missing: @lezer/lr@1.4.2 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: lightningcss@1.30.1 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @swc/core@1.13.5 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Invalid: lock file's globals@13.12.1 does not satisfy globals@13.24.0
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/types-internal@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: term-size@2.2.1 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Invalid: lock file's @parcel/node-resolver-core@2.3.2 does not satisfy @parcel/node-resolver-core@3.7.0
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/fs@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: semver@7.7.2 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/rust-darwin-arm64@2.16.0 from lock file
npm ERR! Missing: @parcel/rust-darwin-x64@2.16.0 from lock file
npm ERR! Missing: @parcel/rust-linux-arm-gnueabihf@2.16.0 from lock file
npm ERR! Missing: @parcel/rust-linux-arm64-gnu@2.16.0 from lock file
npm ERR! Missing: @parcel/rust-linux-arm64-musl@2.16.0 from lock file
npm ERR! Missing: @parcel/rust-linux-x64-gnu@2.16.0 from lock file
npm ERR! Missing: @parcel/rust-linux-x64-musl@2.16.0 from lock file
npm ERR! Missing: @parcel/rust-win32-x64-msvc@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Invalid: lock file's semver@5.7.2 does not satisfy semver@7.7.2
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Invalid: lock file's @swc/helpers@0.2.14 does not satisfy @swc/helpers@0.5.17
npm ERR! Invalid: lock file's regenerator-runtime@0.13.9 does not satisfy regenerator-runtime@0.14.1
npm ERR! Invalid: lock file's semver@5.7.2 does not satisfy semver@7.7.2
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Invalid: lock file's semver@5.7.2 does not satisfy semver@7.7.2
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/error-overlay@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Invalid: lock file's react-refresh@0.9.0 does not satisfy react-refresh@0.16.0
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/plugin@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Invalid: lock file's utility-types@3.10.0 does not satisfy utility-types@3.11.0
npm ERR! Missing: @swc/core-darwin-arm64@1.13.5 from lock file
npm ERR! Missing: @swc/core-darwin-x64@1.13.5 from lock file
npm ERR! Missing: @swc/core-linux-arm-gnueabihf@1.13.5 from lock file
npm ERR! Missing: @swc/core-linux-arm64-gnu@1.13.5 from lock file
npm ERR! Missing: @swc/core-linux-arm64-musl@1.13.5 from lock file
npm ERR! Missing: @swc/core-linux-x64-gnu@1.13.5 from lock file
npm ERR! Missing: @swc/core-linux-x64-musl@1.13.5 from lock file
npm ERR! Missing: @swc/core-win32-arm64-msvc@1.13.5 from lock file
npm ERR! Missing: @swc/core-win32-ia32-msvc@1.13.5 from lock file
npm ERR! Missing: @swc/core-win32-x64-msvc@1.13.5 from lock file
npm ERR! Missing: @swc/counter@0.1.3 from lock file
npm ERR! Missing: @swc/types@0.1.25 from lock file
npm ERR! Invalid: lock file's tslib@2.3.1 does not satisfy tslib@2.8.1
npm ERR! Missing: baseline-browser-mapping@2.8.6 from lock file
npm ERR! Invalid: lock file's caniuse-lite@1.0.30001585 does not satisfy caniuse-lite@1.0.30001743
npm ERR! Invalid: lock file's electron-to-chromium@1.4.662 does not satisfy electron-to-chromium@1.5.222
npm ERR! Invalid: lock file's node-releases@2.0.14 does not satisfy node-releases@2.0.21
npm ERR! Invalid: lock file's update-browserslist-db@1.0.13 does not satisfy update-browserslist-db@1.1.3
npm ERR! Missing: detect-libc@2.1.0 from lock file
npm ERR! Missing: lightningcss-darwin-arm64@1.30.1 from lock file
npm ERR! Missing: lightningcss-darwin-x64@1.30.1 from lock file
npm ERR! Missing: lightningcss-freebsd-x64@1.30.1 from lock file
npm ERR! Missing: lightningcss-linux-arm-gnueabihf@1.30.1 from lock file
npm ERR! Missing: lightningcss-linux-arm64-gnu@1.30.1 from lock file
npm ERR! Missing: lightningcss-linux-arm64-musl@1.30.1 from lock file
npm ERR! Missing: lightningcss-linux-x64-gnu@1.30.1 from lock file
npm ERR! Missing: lightningcss-linux-x64-musl@1.30.1 from lock file
npm ERR! Missing: lightningcss-win32-arm64-msvc@1.30.1 from lock file
npm ERR! Missing: lightningcss-win32-x64-msvc@1.30.1 from lock file
npm ERR! Invalid: lock file's escalade@3.1.1 does not satisfy escalade@3.2.0
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Invalid: lock file's lmdb@2.2.4 does not satisfy lmdb@2.8.5
npm ERR! Missing: @lmdb/lmdb-darwin-arm64@2.8.5 from lock file
npm ERR! Missing: @lmdb/lmdb-darwin-x64@2.8.5 from lock file
npm ERR! Missing: @lmdb/lmdb-linux-arm@2.8.5 from lock file
npm ERR! Missing: @lmdb/lmdb-linux-arm64@2.8.5 from lock file
npm ERR! Missing: @lmdb/lmdb-linux-x64@2.8.5 from lock file
npm ERR! Missing: @lmdb/lmdb-win32-x64@2.8.5 from lock file
npm ERR! Missing: node-addon-api@6.1.0 from lock file
npm ERR! Missing: node-gyp-build-optional-packages@5.1.1 from lock file
npm ERR! Invalid: lock file's ordered-binary@1.2.4 does not satisfy ordered-binary@1.6.0
npm ERR! Invalid: lock file's @parcel/watcher@2.0.5 does not satisfy @parcel/watcher@2.5.1
npm ERR! Missing: @parcel/watcher-android-arm64@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-darwin-arm64@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-darwin-x64@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-freebsd-x64@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-linux-arm-glibc@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-linux-arm-musl@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-linux-arm64-glibc@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-linux-arm64-musl@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-linux-x64-glibc@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-linux-x64-musl@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-win32-arm64@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-win32-ia32@2.5.1 from lock file
npm ERR! Missing: @parcel/watcher-win32-x64@2.5.1 from lock file
npm ERR! Invalid: lock file's node-addon-api@3.2.1 does not satisfy node-addon-api@7.1.1
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/diagnostic@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/logger@2.16.0 from lock file
npm ERR! Missing: @parcel/utils@2.16.0 from lock file
npm ERR! Missing: @parcel/events@2.16.0 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! Missing: chalk@4.1.2 from lock file
npm ERR! Missing: ansi-styles@4.3.0 from lock file
npm ERR! Missing: supports-color@7.2.0 from lock file
npm ERR! Missing: color-convert@2.0.1 from lock file
npm ERR! Missing: color-name@1.1.4 from lock file
npm ERR! Missing: has-flag@4.0.0 from lock file
npm ERR! Missing: detect-libc@2.1.0 from lock file
npm ERR! Missing: @parcel/workers@2.16.0 from lock file
npm ERR! Missing: @parcel/types@2.16.0 from lock file
npm ERR! Missing: semver@7.7.2 from lock file
npm ERR! Missing: @parcel/codeframe@2.16.0 from lock file
npm ERR! Missing: @parcel/markdown-ansi@2.16.0 from lock file
npm ERR! 
npm ERR! Clean install a project
npm ERR! 
npm ERR! Usage:
npm ERR! npm ci
npm ERR! 
npm ERR! Options:
npm ERR! [-S|--save|--no-save|--save-prod|--save-dev|--save-optional|--save-peer|--save-bundle]
npm ERR! [-E|--save-exact] [-g|--global] [--install-strategy <hoisted|nested|shallow>]
npm ERR! [--legacy-bundling] [--global-style]
npm ERR! [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
npm ERR! [--strict-peer-deps] [--no-package-lock] [--foreground-scripts]
npm ERR! [--ignore-scripts] [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
npm ERR! [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
npm ERR! [-ws|--workspaces] [--include-workspace-root] [--no-install-links]
npm ERR! 
npm ERR! aliases: clean-install, ic, install-clean, isntall-clean
npm ERR! 
npm ERR! Run "npm help ci" for more info

npm ERR! A complete log of this run can be found in:
npm ERR!     /cache/_logs/2025-09-21T09_04_24_927Z-debug-0.log
--- stdout ---

--- end ---
Traceback (most recent call last):
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 2031, 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 1973, 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 322, in npm_test
    self.check_call(["npm", "ci"])
  File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/shell2.py", line 63, 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', 'ci']' returned non-zero exit status 1.
Source code is licensed under the AGPL.