mediawiki/extensions/WikibaseQualityConstraints: main (log #2317954)

sourcepatches

This run took 66 seconds.

From 3a3437693d3c2ea7e8f5f7abedcdbbc2643101b5 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 9 Jan 2026 04:15:53 +0000
Subject: [PATCH] build: Updating npm dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* @cypress/request: 3.0.9 → 3.0.10
  * https://github.com/advisories/GHSA-6rw7-vpxm-498p
* cypress: 15.7.1, ^15.7.1 → 15.8.2, ^15.7.1
  * https://github.com/advisories/GHSA-wphj-fx3q-84ch
* qs: 6.14.0 → 6.14.1
  * https://github.com/advisories/GHSA-6rw7-vpxm-498p
* systeminformation: 5.27.7 → 5.30.2
  * https://github.com/advisories/GHSA-wphj-fx3q-84ch

Change-Id: Iaba8f8e44725eb8c7d3b56a54dad91510d156989
---
 package-lock.json | 62 +++++++++++++++++++++++------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 717e5fa..1fe5a46 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
 				"cypress": "^15.7.1",
 				"cypress-axe": "^1.7.0",
 				"cypress-wikibase-api": "^0.0.7",
-				"eslint-config-wikimedia": "^0.32.3",
+				"eslint-config-wikimedia": "0.32.3",
 				"eslint-plugin-jasmine": "^4.1.3",
 				"grunt": "1.6.1",
 				"grunt-banana-checker": "0.13.0",
@@ -149,9 +149,9 @@
 			}
 		},
 		"node_modules/@cypress/request": {
-			"version": "3.0.9",
-			"resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.9.tgz",
-			"integrity": "sha512-I3l7FdGRXluAS44/0NguwWlO83J18p0vlr2FYHrJkWdNYhgVoiYo61IXPqaOsL+vNxU1ZqMACzItGK3/KKDsdw==",
+			"version": "3.0.10",
+			"resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.10.tgz",
+			"integrity": "sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ==",
 			"dev": true,
 			"dependencies": {
 				"aws-sign2": "~0.7.0",
@@ -167,7 +167,7 @@
 				"json-stringify-safe": "~5.0.1",
 				"mime-types": "~2.1.19",
 				"performance-now": "^2.1.0",
-				"qs": "6.14.0",
+				"qs": "~6.14.1",
 				"safe-buffer": "^5.1.2",
 				"tough-cookie": "^5.0.0",
 				"tunnel-agent": "^0.6.0",
@@ -2062,13 +2062,13 @@
 			}
 		},
 		"node_modules/cypress": {
-			"version": "15.7.1",
-			"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.7.1.tgz",
-			"integrity": "sha512-U3sYnJ+Cnpgr6IPycxsznTg//mGVXfPGeGV+om7VQCyp5XyVkhG4oPr3X3hTq1+OB0Om0O5DxusYmt7cbvwqMQ==",
+			"version": "15.8.2",
+			"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.8.2.tgz",
+			"integrity": "sha512-KGpuiE8o9l9eyVLPkig574t8zOXkEDKzI0a+RQwy4cfXzpaLipvTOv0t+QEEkLiw/8HbgMNZ0fbPKakJAB3USA==",
 			"dev": true,
 			"hasInstallScript": true,
 			"dependencies": {
-				"@cypress/request": "^3.0.9",
+				"@cypress/request": "^3.0.10",
 				"@cypress/xvfb": "^1.2.4",
 				"@types/sinonjs__fake-timers": "8.1.1",
 				"@types/sizzle": "^2.3.2",
@@ -2105,7 +2105,7 @@
 				"proxy-from-env": "1.0.0",
 				"request-progress": "^3.0.0",
 				"supports-color": "^8.1.1",
-				"systeminformation": "5.27.7",
+				"systeminformation": "^5.27.14",
 				"tmp": "~0.2.4",
 				"tree-kill": "1.2.2",
 				"untildify": "^4.0.0",
@@ -6047,9 +6047,9 @@
 			}
 		},
 		"node_modules/qs": {
-			"version": "6.14.0",
-			"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
-			"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
+			"version": "6.14.1",
+			"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
+			"integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
 			"dev": true,
 			"dependencies": {
 				"side-channel": "^1.1.0"
@@ -7317,9 +7317,9 @@
 			"dev": true
 		},
 		"node_modules/systeminformation": {
-			"version": "5.27.7",
-			"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.27.7.tgz",
-			"integrity": "sha512-saaqOoVEEFaux4v0K8Q7caiauRwjXC4XbD2eH60dxHXbpKxQ8kH9Rf7Jh+nryKpOUSEFxtCdBlSUx0/lO6rwRg==",
+			"version": "5.30.2",
+			"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.30.2.tgz",
+			"integrity": "sha512-Rrt5oFTWluUVuPlbtn3o9ja+nvjdF3Um4DG0KxqfYvpzcx7Q9plZBTjJiJy9mAouua4+OI7IUGBaG9Zyt9NgxA==",
 			"dev": true,
 			"os": [
 				"darwin",
@@ -8131,9 +8131,9 @@
 			"requires": {}
 		},
 		"@cypress/request": {
-			"version": "3.0.9",
-			"resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.9.tgz",
-			"integrity": "sha512-I3l7FdGRXluAS44/0NguwWlO83J18p0vlr2FYHrJkWdNYhgVoiYo61IXPqaOsL+vNxU1ZqMACzItGK3/KKDsdw==",
+			"version": "3.0.10",
+			"resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.10.tgz",
+			"integrity": "sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ==",
 			"dev": true,
 			"requires": {
 				"aws-sign2": "~0.7.0",
@@ -8149,7 +8149,7 @@
 				"json-stringify-safe": "~5.0.1",
 				"mime-types": "~2.1.19",
 				"performance-now": "^2.1.0",
-				"qs": "6.14.0",
+				"qs": "~6.14.1",
 				"safe-buffer": "^5.1.2",
 				"tough-cookie": "^5.0.0",
 				"tunnel-agent": "^0.6.0",
@@ -9503,12 +9503,12 @@
 			"dev": true
 		},
 		"cypress": {
-			"version": "15.7.1",
-			"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.7.1.tgz",
-			"integrity": "sha512-U3sYnJ+Cnpgr6IPycxsznTg//mGVXfPGeGV+om7VQCyp5XyVkhG4oPr3X3hTq1+OB0Om0O5DxusYmt7cbvwqMQ==",
+			"version": "15.8.2",
+			"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.8.2.tgz",
+			"integrity": "sha512-KGpuiE8o9l9eyVLPkig574t8zOXkEDKzI0a+RQwy4cfXzpaLipvTOv0t+QEEkLiw/8HbgMNZ0fbPKakJAB3USA==",
 			"dev": true,
 			"requires": {
-				"@cypress/request": "^3.0.9",
+				"@cypress/request": "^3.0.10",
 				"@cypress/xvfb": "^1.2.4",
 				"@types/sinonjs__fake-timers": "8.1.1",
 				"@types/sizzle": "^2.3.2",
@@ -9545,7 +9545,7 @@
 				"proxy-from-env": "1.0.0",
 				"request-progress": "^3.0.0",
 				"supports-color": "^8.1.1",
-				"systeminformation": "5.27.7",
+				"systeminformation": "^5.27.14",
 				"tmp": "~0.2.4",
 				"tree-kill": "1.2.2",
 				"untildify": "^4.0.0",
@@ -12439,9 +12439,9 @@
 			"dev": true
 		},
 		"qs": {
-			"version": "6.14.0",
-			"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
-			"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
+			"version": "6.14.1",
+			"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
+			"integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
 			"dev": true,
 			"requires": {
 				"side-channel": "^1.1.0"
@@ -13329,9 +13329,9 @@
 			"dev": true
 		},
 		"systeminformation": {
-			"version": "5.27.7",
-			"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.27.7.tgz",
-			"integrity": "sha512-saaqOoVEEFaux4v0K8Q7caiauRwjXC4XbD2eH60dxHXbpKxQ8kH9Rf7Jh+nryKpOUSEFxtCdBlSUx0/lO6rwRg==",
+			"version": "5.30.2",
+			"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.30.2.tgz",
+			"integrity": "sha512-Rrt5oFTWluUVuPlbtn3o9ja+nvjdF3Um4DG0KxqfYvpzcx7Q9plZBTjJiJy9mAouua4+OI7IUGBaG9Zyt9NgxA==",
 			"dev": true
 		},
 		"table": {
-- 
2.47.3

$ date
--- stdout ---
Fri Jan  9 04:15:10 UTC 2026

--- end ---
$ git clone file:///srv/git/mediawiki-extensions-WikibaseQualityConstraints.git /src/repo --depth=1 -b master
--- stderr ---
Cloning into '/src/repo'...
--- stdout ---

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

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

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

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

--- end ---
$ git show-ref refs/heads/master
--- stdout ---
2696ebfd4f14fc6bfc79a231a6e048a804d789f0 refs/heads/master

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@cypress/request": {
      "name": "@cypress/request",
      "severity": "high",
      "isDirect": false,
      "via": [
        "qs"
      ],
      "effects": [],
      "range": "<=3.0.9",
      "nodes": [
        "node_modules/@cypress/request"
      ],
      "fixAvailable": true
    },
    "cypress": {
      "name": "cypress",
      "severity": "high",
      "isDirect": true,
      "via": [
        "systeminformation"
      ],
      "effects": [],
      "range": "15.1.0 - 15.8.0",
      "nodes": [
        "node_modules/cypress"
      ],
      "fixAvailable": true
    },
    "qs": {
      "name": "qs",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1111755,
          "name": "qs",
          "dependency": "qs",
          "title": "qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion",
          "url": "https://github.com/advisories/GHSA-6rw7-vpxm-498p",
          "severity": "high",
          "cwe": [
            "CWE-20"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<6.14.1"
        }
      ],
      "effects": [
        "@cypress/request"
      ],
      "range": "<6.14.1",
      "nodes": [
        "node_modules/qs"
      ],
      "fixAvailable": true
    },
    "systeminformation": {
      "name": "systeminformation",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1111529,
          "name": "systeminformation",
          "dependency": "systeminformation",
          "title": "systeminformation has a Command Injection vulnerability in fsSize() function on Windows",
          "url": "https://github.com/advisories/GHSA-wphj-fx3q-84ch",
          "severity": "high",
          "cwe": [
            "CWE-78"
          ],
          "cvss": {
            "score": 8.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
          },
          "range": "<5.27.14"
        }
      ],
      "effects": [
        "cypress"
      ],
      "range": "<5.27.14",
      "nodes": [
        "node_modules/systeminformation"
      ],
      "fixAvailable": true
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 4,
      "critical": 0,
      "total": 4
    },
    "dependencies": {
      "prod": 1,
      "dev": 673,
      "optional": 5,
      "peer": 2,
      "peerOptional": 0,
      "total": 673
    }
  }
}

--- 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: 47 installs, 0 updates, 0 removals
  - Locking composer/pcre (3.3.2)
  - Locking composer/semver (3.4.4)
  - Locking composer/spdx-licenses (1.5.9)
  - Locking composer/xdebug-handler (3.0.5)
  - Locking data-values/common (1.2.0)
  - Locking data-values/data-values (3.1.0)
  - Locking data-values/geo (4.6.0)
  - Locking data-values/interfaces (1.2.0)
  - Locking data-values/number (0.13.0)
  - Locking data-values/serialization (1.2.5)
  - Locking data-values/time (1.2.0)
  - Locking dealerdirect/phpcodesniffer-composer-installer (v1.2.0)
  - Locking doctrine/deprecations (1.1.5)
  - Locking felixfbecker/advanced-json-rpc (v3.2.1)
  - Locking mediawiki/mediawiki-codesniffer (v48.0.0)
  - Locking mediawiki/mediawiki-phan-config (0.17.0)
  - Locking mediawiki/minus-x (1.1.3)
  - Locking mediawiki/phan-taint-check-plugin (7.0.0)
  - Locking microsoft/tolerant-php-parser (v0.1.2)
  - Locking netresearch/jsonmapper (v4.5.0)
  - Locking phan/phan (5.5.1)
  - Locking php-parallel-lint/php-console-color (v1.0.1)
  - Locking php-parallel-lint/php-console-highlighter (v1.0.0)
  - Locking php-parallel-lint/php-parallel-lint (v1.4.0)
  - Locking phpcsstandards/phpcsextra (1.4.0)
  - Locking phpcsstandards/phpcsutils (1.1.1)
  - Locking phpdocumentor/reflection-common (2.2.0)
  - Locking phpdocumentor/reflection-docblock (5.6.6)
  - Locking phpdocumentor/type-resolver (1.12.0)
  - Locking phpstan/phpdoc-parser (2.3.0)
  - Locking psr/container (2.0.2)
  - Locking psr/log (3.0.2)
  - Locking sabre/event (5.1.7)
  - Locking serialization/serialization (4.1.0)
  - Locking squizlabs/php_codesniffer (3.13.2)
  - Locking symfony/console (v7.4.3)
  - 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-php80 (v1.33.0)
  - Locking symfony/service-contracts (v3.6.1)
  - Locking symfony/string (v8.0.1)
  - Locking tysonandre/var_representation_polyfill (0.1.3)
  - Locking webmozart/assert (2.1.1)
  - Locking wikimedia/purtle (v2.0.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 47 installs, 0 updates, 0 removals
    0 [>---------------------------]    0 [->--------------------------]
  - Installing squizlabs/php_codesniffer (3.13.2): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v1.2.0): Extracting archive
  - Installing composer/pcre (3.3.2): Extracting archive
  - Installing data-values/interfaces (1.2.0): Extracting archive
  - Installing data-values/data-values (3.1.0): Extracting archive
  - Installing data-values/geo (4.6.0): Extracting archive
  - Installing data-values/common (1.2.0): Extracting archive
  - Installing data-values/number (0.13.0): Extracting archive
  - Installing serialization/serialization (4.1.0): Extracting archive
  - Installing data-values/serialization (1.2.5): Extracting archive
  - Installing data-values/time (1.2.0): Extracting archive
  - Installing phpcsstandards/phpcsutils (1.1.1): Extracting archive
  - Installing phpcsstandards/phpcsextra (1.4.0): 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 (v48.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 (v8.0.1): 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.1): Extracting archive
  - Installing symfony/console (v7.4.3): 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 (2.1.1): 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.12.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.6.6): Extracting archive
  - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
  - Installing psr/log (3.0.2): Extracting archive
  - Installing composer/xdebug-handler (3.0.5): Extracting archive
  - Installing phan/phan (5.5.1): Extracting archive
  - Installing mediawiki/phan-taint-check-plugin (7.0.0): Extracting archive
  - Installing mediawiki/mediawiki-phan-config (0.17.0): Extracting archive
  - Installing mediawiki/minus-x (1.1.3): Extracting archive
  - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
  - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.4.0): Extracting archive
  - Installing wikimedia/purtle (v2.0.0): Extracting archive
  0/45 [>---------------------------]   0%
 28/45 [=================>----------]  62%
 44/45 [===========================>]  97%
 45/45 [============================] 100%
1 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
19 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils

--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
  "auditReportVersion": 2,
  "vulnerabilities": {
    "@cypress/request": {
      "name": "@cypress/request",
      "severity": "high",
      "isDirect": false,
      "via": [
        "qs"
      ],
      "effects": [],
      "range": "<=3.0.9",
      "nodes": [
        "node_modules/@cypress/request"
      ],
      "fixAvailable": true
    },
    "cypress": {
      "name": "cypress",
      "severity": "high",
      "isDirect": true,
      "via": [
        "systeminformation"
      ],
      "effects": [],
      "range": "15.1.0 - 15.8.0",
      "nodes": [
        "node_modules/cypress"
      ],
      "fixAvailable": true
    },
    "qs": {
      "name": "qs",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1111755,
          "name": "qs",
          "dependency": "qs",
          "title": "qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion",
          "url": "https://github.com/advisories/GHSA-6rw7-vpxm-498p",
          "severity": "high",
          "cwe": [
            "CWE-20"
          ],
          "cvss": {
            "score": 7.5,
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
          },
          "range": "<6.14.1"
        }
      ],
      "effects": [
        "@cypress/request"
      ],
      "range": "<6.14.1",
      "nodes": [
        "node_modules/qs"
      ],
      "fixAvailable": true
    },
    "systeminformation": {
      "name": "systeminformation",
      "severity": "high",
      "isDirect": false,
      "via": [
        {
          "source": 1111529,
          "name": "systeminformation",
          "dependency": "systeminformation",
          "title": "systeminformation has a Command Injection vulnerability in fsSize() function on Windows",
          "url": "https://github.com/advisories/GHSA-wphj-fx3q-84ch",
          "severity": "high",
          "cwe": [
            "CWE-78"
          ],
          "cvss": {
            "score": 8.1,
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
          },
          "range": "<5.27.14"
        }
      ],
      "effects": [
        "cypress"
      ],
      "range": "<5.27.14",
      "nodes": [
        "node_modules/systeminformation"
      ],
      "fixAvailable": true
    }
  },
  "metadata": {
    "vulnerabilities": {
      "info": 0,
      "low": 0,
      "moderate": 0,
      "high": 4,
      "critical": 0,
      "total": 4
    },
    "dependencies": {
      "prod": 1,
      "dev": 673,
      "optional": 5,
      "peer": 2,
      "peerOptional": 0,
      "total": 673
    }
  }
}

--- 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
--- stdout ---
{
  "added": 673,
  "removed": 0,
  "changed": 0,
  "audited": 674,
  "funding": 146,
  "audit": {
    "auditReportVersion": 2,
    "vulnerabilities": {
      "@cypress/request": {
        "name": "@cypress/request",
        "severity": "high",
        "isDirect": false,
        "via": [
          "qs"
        ],
        "effects": [],
        "range": "<=3.0.9",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "cypress": {
        "name": "cypress",
        "severity": "high",
        "isDirect": false,
        "via": [
          "systeminformation"
        ],
        "effects": [],
        "range": "15.1.0 - 15.8.0",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "qs": {
        "name": "qs",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1111755,
            "name": "qs",
            "dependency": "qs",
            "title": "qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion",
            "url": "https://github.com/advisories/GHSA-6rw7-vpxm-498p",
            "severity": "high",
            "cwe": [
              "CWE-20"
            ],
            "cvss": {
              "score": 7.5,
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
            },
            "range": "<6.14.1"
          }
        ],
        "effects": [
          "@cypress/request"
        ],
        "range": "<6.14.1",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      },
      "systeminformation": {
        "name": "systeminformation",
        "severity": "high",
        "isDirect": false,
        "via": [
          {
            "source": 1111529,
            "name": "systeminformation",
            "dependency": "systeminformation",
            "title": "systeminformation has a Command Injection vulnerability in fsSize() function on Windows",
            "url": "https://github.com/advisories/GHSA-wphj-fx3q-84ch",
            "severity": "high",
            "cwe": [
              "CWE-78"
            ],
            "cvss": {
              "score": 8.1,
              "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
            },
            "range": "<5.27.14"
          }
        ],
        "effects": [
          "cypress"
        ],
        "range": "<5.27.14",
        "nodes": [
          ""
        ],
        "fixAvailable": true
      }
    },
    "metadata": {
      "vulnerabilities": {
        "info": 0,
        "low": 0,
        "moderate": 0,
        "high": 4,
        "critical": 0,
        "total": 4
      },
      "dependencies": {
        "prod": 1,
        "dev": 673,
        "optional": 5,
        "peer": 2,
        "peerOptional": 0,
        "total": 673
      }
    }
  }
}

--- end ---
{"added": 673, "removed": 0, "changed": 0, "audited": 674, "funding": 146, "audit": {"auditReportVersion": 2, "vulnerabilities": {"@cypress/request": {"name": "@cypress/request", "severity": "high", "isDirect": false, "via": ["qs"], "effects": [], "range": "<=3.0.9", "nodes": [""], "fixAvailable": true}, "cypress": {"name": "cypress", "severity": "high", "isDirect": false, "via": ["systeminformation"], "effects": [], "range": "15.1.0 - 15.8.0", "nodes": [""], "fixAvailable": true}, "qs": {"name": "qs", "severity": "high", "isDirect": false, "via": [{"source": 1111755, "name": "qs", "dependency": "qs", "title": "qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion", "url": "https://github.com/advisories/GHSA-6rw7-vpxm-498p", "severity": "high", "cwe": ["CWE-20"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<6.14.1"}], "effects": ["@cypress/request"], "range": "<6.14.1", "nodes": [""], "fixAvailable": true}, "systeminformation": {"name": "systeminformation", "severity": "high", "isDirect": false, "via": [{"source": 1111529, "name": "systeminformation", "dependency": "systeminformation", "title": "systeminformation has a Command Injection vulnerability in fsSize() function on Windows", "url": "https://github.com/advisories/GHSA-wphj-fx3q-84ch", "severity": "high", "cwe": ["CWE-78"], "cvss": {"score": 8.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "range": "<5.27.14"}], "effects": ["cypress"], "range": "<5.27.14", "nodes": [""], "fixAvailable": true}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 0, "high": 4, "critical": 0, "total": 4}, "dependencies": {"prod": 1, "dev": 673, "optional": 5, "peer": 2, "peerOptional": 0, "total": 673}}}}
$ /usr/bin/npm audit fix --only=dev
--- stderr ---
npm WARN invalid config only="dev" set in command line options
npm WARN invalid config Must be one of: null, prod, production
npm WARN deprecated supertest@5.0.0: Please upgrade to supertest v7.1.3+, see release notes at https://github.com/forwardemail/supertest/releases/tag/v7.1.3 - maintenance is supported by Forward Email @ https://forwardemail.net
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated superagent@6.1.0: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net
--- stdout ---

added 673 packages, and audited 674 packages in 8s

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

found 0 vulnerabilities

--- end ---
Verifying that tests still pass
$ /usr/bin/npm ci
--- stderr ---
npm WARN deprecated supertest@5.0.0: Please upgrade to supertest v7.1.3+, see release notes at https://github.com/forwardemail/supertest/releases/tag/v7.1.3 - maintenance is supported by Forward Email @ https://forwardemail.net
npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
npm WARN deprecated superagent@6.1.0: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net
--- stdout ---

added 673 packages, and audited 674 packages in 10s

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

found 0 vulnerabilities

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

> test
> grunt test

Running "eslint:all" (eslint) task

/src/repo/modules/gadget.js
  198:18  warning  OOUI button has no label. Even icon-only buttons should set a label with invisibleLabel set to true  mediawiki/no-unlabeled-buttonwidget

✖ 1 problem (0 errors, 1 warning)


Running "banana:WikibaseQualityConstraints" (banana) task
>> 2 message directories checked.

Running "jasmine_nodejs:all" (jasmine_nodejs) task

>> Executing 28 defined specs...

Test Suites & Specs:

1) wikibase.quality.constraints.suggestions.EntitySelectorHookHandler
   ✔ exports an invokable module

   2) getSearchHandler
      ✔ Returns a handler function

   3) returned search handler
      ✔ doesn't call passed callback for properties without qualifier context
      ✔ doesn't call passed callback for items with qualifier context
      ✔ calls passed callback

4) wikibase.quality.constraints.gadget

   5) _fullCheckAllIds
      ✔ chunks requests and combines their responses

   ✔ exports an invokable module

   6) _addReportsToStatement
      ✔ adds results to qualifiers
      ✔ adds results to references
      ✔ extracts result for statement with property id and statement id
      ✔ adds results to main snak

   7) snackCheck
      ✔ calls api with statement id
      ✔ adds reports to statement from response
      ✔ runs a full check

   8) _getEntityDataByStatementId
      ✔ extracts the entity data when the statementId exists
      ✔ returns null when the statementId isn't present

   9) setting and getting an entity
      ✔ gets the same entity as set

   10) _extractResultsForStatement
      ✔ finds constraint violation result in entity data

   11) fullCheck
      ✔ uses api response to update DOM statements
      ✔ calls api with correct parameters
      ✔ tracks usage

   12) config
      ✔ can be overwritten by constructor parameter
      ✔ has default values

   13) default behavior
      ✔ invokes mw loader and resumes once it is ready
      ✔ sets entity from newFromEntityLoadedHook
      ✔ runs a fullCheck once mw loader is done and entityView.rendered fires
      ✔ checks if wbIsEditView true
      ✔ gets entity id from wbEntityId

>> Done!


Summary:

Suites:  13 of 13
Specs:   28 of 28
Expects: 0 (0 failures)
Finished in 0.093 seconds

>> Successful!

Running "stylelint:all" (stylelint) task
>> Linted 4 files without errors

Done.

--- end ---
{"1111755": {"source": 1111755, "name": "qs", "dependency": "qs", "title": "qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion", "url": "https://github.com/advisories/GHSA-6rw7-vpxm-498p", "severity": "high", "cwe": ["CWE-20"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<6.14.1"}}
Upgrading n:@cypress/request from 3.0.9 -> 3.0.10
{"1111529": {"source": 1111529, "name": "systeminformation", "dependency": "systeminformation", "title": "systeminformation has a Command Injection vulnerability in fsSize() function on Windows", "url": "https://github.com/advisories/GHSA-wphj-fx3q-84ch", "severity": "high", "cwe": ["CWE-78"], "cvss": {"score": 8.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "range": "<5.27.14"}}
Upgrading n:cypress from 15.7.1, ^15.7.1 -> 15.8.2, ^15.7.1
{"1111755": {"source": 1111755, "name": "qs", "dependency": "qs", "title": "qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion", "url": "https://github.com/advisories/GHSA-6rw7-vpxm-498p", "severity": "high", "cwe": ["CWE-20"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<6.14.1"}}
Upgrading n:qs from 6.14.0 -> 6.14.1
{"1111529": {"source": 1111529, "name": "systeminformation", "dependency": "systeminformation", "title": "systeminformation has a Command Injection vulnerability in fsSize() function on Windows", "url": "https://github.com/advisories/GHSA-wphj-fx3q-84ch", "severity": "high", "cwe": ["CWE-78"], "cvss": {"score": 8.1, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "range": "<5.27.14"}}
Upgrading n:systeminformation from 5.27.7 -> 5.30.2
$ package-lock-lint /src/repo/package-lock.json
--- stdout ---
Checking /src/repo/package-lock.json

--- end ---
build: Updating npm dependencies

* @cypress/request: 3.0.9 → 3.0.10
  * https://github.com/advisories/GHSA-6rw7-vpxm-498p
* cypress: 15.7.1, ^15.7.1 → 15.8.2, ^15.7.1
  * https://github.com/advisories/GHSA-wphj-fx3q-84ch
* qs: 6.14.0 → 6.14.1
  * https://github.com/advisories/GHSA-6rw7-vpxm-498p
* systeminformation: 5.27.7 → 5.30.2
  * https://github.com/advisories/GHSA-wphj-fx3q-84ch

$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmpcsi4vn62
--- stdout ---
[master 3a34376] build: Updating npm dependencies
 1 file changed, 31 insertions(+), 31 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 3a3437693d3c2ea7e8f5f7abedcdbbc2643101b5 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 9 Jan 2026 04:15:53 +0000
Subject: [PATCH] build: Updating npm dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* @cypress/request: 3.0.9 → 3.0.10
  * https://github.com/advisories/GHSA-6rw7-vpxm-498p
* cypress: 15.7.1, ^15.7.1 → 15.8.2, ^15.7.1
  * https://github.com/advisories/GHSA-wphj-fx3q-84ch
* qs: 6.14.0 → 6.14.1
  * https://github.com/advisories/GHSA-6rw7-vpxm-498p
* systeminformation: 5.27.7 → 5.30.2
  * https://github.com/advisories/GHSA-wphj-fx3q-84ch

Change-Id: Iaba8f8e44725eb8c7d3b56a54dad91510d156989
---
 package-lock.json | 62 +++++++++++++++++++++++------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 717e5fa..1fe5a46 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
 				"cypress": "^15.7.1",
 				"cypress-axe": "^1.7.0",
 				"cypress-wikibase-api": "^0.0.7",
-				"eslint-config-wikimedia": "^0.32.3",
+				"eslint-config-wikimedia": "0.32.3",
 				"eslint-plugin-jasmine": "^4.1.3",
 				"grunt": "1.6.1",
 				"grunt-banana-checker": "0.13.0",
@@ -149,9 +149,9 @@
 			}
 		},
 		"node_modules/@cypress/request": {
-			"version": "3.0.9",
-			"resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.9.tgz",
-			"integrity": "sha512-I3l7FdGRXluAS44/0NguwWlO83J18p0vlr2FYHrJkWdNYhgVoiYo61IXPqaOsL+vNxU1ZqMACzItGK3/KKDsdw==",
+			"version": "3.0.10",
+			"resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.10.tgz",
+			"integrity": "sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ==",
 			"dev": true,
 			"dependencies": {
 				"aws-sign2": "~0.7.0",
@@ -167,7 +167,7 @@
 				"json-stringify-safe": "~5.0.1",
 				"mime-types": "~2.1.19",
 				"performance-now": "^2.1.0",
-				"qs": "6.14.0",
+				"qs": "~6.14.1",
 				"safe-buffer": "^5.1.2",
 				"tough-cookie": "^5.0.0",
 				"tunnel-agent": "^0.6.0",
@@ -2062,13 +2062,13 @@
 			}
 		},
 		"node_modules/cypress": {
-			"version": "15.7.1",
-			"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.7.1.tgz",
-			"integrity": "sha512-U3sYnJ+Cnpgr6IPycxsznTg//mGVXfPGeGV+om7VQCyp5XyVkhG4oPr3X3hTq1+OB0Om0O5DxusYmt7cbvwqMQ==",
+			"version": "15.8.2",
+			"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.8.2.tgz",
+			"integrity": "sha512-KGpuiE8o9l9eyVLPkig574t8zOXkEDKzI0a+RQwy4cfXzpaLipvTOv0t+QEEkLiw/8HbgMNZ0fbPKakJAB3USA==",
 			"dev": true,
 			"hasInstallScript": true,
 			"dependencies": {
-				"@cypress/request": "^3.0.9",
+				"@cypress/request": "^3.0.10",
 				"@cypress/xvfb": "^1.2.4",
 				"@types/sinonjs__fake-timers": "8.1.1",
 				"@types/sizzle": "^2.3.2",
@@ -2105,7 +2105,7 @@
 				"proxy-from-env": "1.0.0",
 				"request-progress": "^3.0.0",
 				"supports-color": "^8.1.1",
-				"systeminformation": "5.27.7",
+				"systeminformation": "^5.27.14",
 				"tmp": "~0.2.4",
 				"tree-kill": "1.2.2",
 				"untildify": "^4.0.0",
@@ -6047,9 +6047,9 @@
 			}
 		},
 		"node_modules/qs": {
-			"version": "6.14.0",
-			"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
-			"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
+			"version": "6.14.1",
+			"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
+			"integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
 			"dev": true,
 			"dependencies": {
 				"side-channel": "^1.1.0"
@@ -7317,9 +7317,9 @@
 			"dev": true
 		},
 		"node_modules/systeminformation": {
-			"version": "5.27.7",
-			"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.27.7.tgz",
-			"integrity": "sha512-saaqOoVEEFaux4v0K8Q7caiauRwjXC4XbD2eH60dxHXbpKxQ8kH9Rf7Jh+nryKpOUSEFxtCdBlSUx0/lO6rwRg==",
+			"version": "5.30.2",
+			"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.30.2.tgz",
+			"integrity": "sha512-Rrt5oFTWluUVuPlbtn3o9ja+nvjdF3Um4DG0KxqfYvpzcx7Q9plZBTjJiJy9mAouua4+OI7IUGBaG9Zyt9NgxA==",
 			"dev": true,
 			"os": [
 				"darwin",
@@ -8131,9 +8131,9 @@
 			"requires": {}
 		},
 		"@cypress/request": {
-			"version": "3.0.9",
-			"resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.9.tgz",
-			"integrity": "sha512-I3l7FdGRXluAS44/0NguwWlO83J18p0vlr2FYHrJkWdNYhgVoiYo61IXPqaOsL+vNxU1ZqMACzItGK3/KKDsdw==",
+			"version": "3.0.10",
+			"resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.10.tgz",
+			"integrity": "sha512-hauBrOdvu08vOsagkZ/Aju5XuiZx6ldsLfByg1htFeldhex+PeMrYauANzFsMJeAA0+dyPLbDoX2OYuvVoLDkQ==",
 			"dev": true,
 			"requires": {
 				"aws-sign2": "~0.7.0",
@@ -8149,7 +8149,7 @@
 				"json-stringify-safe": "~5.0.1",
 				"mime-types": "~2.1.19",
 				"performance-now": "^2.1.0",
-				"qs": "6.14.0",
+				"qs": "~6.14.1",
 				"safe-buffer": "^5.1.2",
 				"tough-cookie": "^5.0.0",
 				"tunnel-agent": "^0.6.0",
@@ -9503,12 +9503,12 @@
 			"dev": true
 		},
 		"cypress": {
-			"version": "15.7.1",
-			"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.7.1.tgz",
-			"integrity": "sha512-U3sYnJ+Cnpgr6IPycxsznTg//mGVXfPGeGV+om7VQCyp5XyVkhG4oPr3X3hTq1+OB0Om0O5DxusYmt7cbvwqMQ==",
+			"version": "15.8.2",
+			"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.8.2.tgz",
+			"integrity": "sha512-KGpuiE8o9l9eyVLPkig574t8zOXkEDKzI0a+RQwy4cfXzpaLipvTOv0t+QEEkLiw/8HbgMNZ0fbPKakJAB3USA==",
 			"dev": true,
 			"requires": {
-				"@cypress/request": "^3.0.9",
+				"@cypress/request": "^3.0.10",
 				"@cypress/xvfb": "^1.2.4",
 				"@types/sinonjs__fake-timers": "8.1.1",
 				"@types/sizzle": "^2.3.2",
@@ -9545,7 +9545,7 @@
 				"proxy-from-env": "1.0.0",
 				"request-progress": "^3.0.0",
 				"supports-color": "^8.1.1",
-				"systeminformation": "5.27.7",
+				"systeminformation": "^5.27.14",
 				"tmp": "~0.2.4",
 				"tree-kill": "1.2.2",
 				"untildify": "^4.0.0",
@@ -12439,9 +12439,9 @@
 			"dev": true
 		},
 		"qs": {
-			"version": "6.14.0",
-			"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
-			"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
+			"version": "6.14.1",
+			"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
+			"integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
 			"dev": true,
 			"requires": {
 				"side-channel": "^1.1.0"
@@ -13329,9 +13329,9 @@
 			"dev": true
 		},
 		"systeminformation": {
-			"version": "5.27.7",
-			"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.27.7.tgz",
-			"integrity": "sha512-saaqOoVEEFaux4v0K8Q7caiauRwjXC4XbD2eH60dxHXbpKxQ8kH9Rf7Jh+nryKpOUSEFxtCdBlSUx0/lO6rwRg==",
+			"version": "5.30.2",
+			"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.30.2.tgz",
+			"integrity": "sha512-Rrt5oFTWluUVuPlbtn3o9ja+nvjdF3Um4DG0KxqfYvpzcx7Q9plZBTjJiJy9mAouua4+OI7IUGBaG9Zyt9NgxA==",
 			"dev": true
 		},
 		"table": {
-- 
2.47.3


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