This run took 92 seconds.
From d8eb6b144e2960eca751b0ebb37150b0b7cd4343 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 22 Jan 2026 04:55:11 +0000
Subject: [PATCH] build: Updating lodash to 4.17.23
* https://github.com/advisories/GHSA-xxjr-mmjv-4gpg
Change-Id: I4a1ffdde6c59b1d52515ff7b65ed6a9a40cef3fd
---
package-lock.json | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 569a9e6..8c2ee6e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11093,11 +11093,10 @@
}
},
"node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
- "dev": true,
- "license": "MIT"
+ "version": "4.17.23",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
+ "dev": true
},
"node_modules/lodash.debounce": {
"version": "4.0.8",
--
2.47.3
$ date
--- stdout ---
Thu Jan 22 04:53:59 UTC 2026
--- end ---
$ git clone file:///srv/git/mediawiki-extensions-CognitiveProcessDesigner.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 ---
4eea7fca84e03aa2b2c41ef0b25be6928ebfbb7f refs/heads/master
--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
"auditReportVersion": 2,
"vulnerabilities": {
"lodash": {
"name": "lodash",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1112455,
"name": "lodash",
"dependency": "lodash",
"title": "Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions",
"url": "https://github.com/advisories/GHSA-xxjr-mmjv-4gpg",
"severity": "moderate",
"cwe": [
"CWE-1321"
],
"cvss": {
"score": 6.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"
},
"range": ">=4.0.0 <=4.17.22"
}
],
"effects": [],
"range": "4.0.0 - 4.17.21",
"nodes": [
"node_modules/lodash"
],
"fixAvailable": true
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 1,
"high": 0,
"critical": 0,
"total": 1
},
"dependencies": {
"prod": 40,
"dev": 1168,
"optional": 3,
"peer": 0,
"peerOptional": 0,
"total": 1207
}
}
}
--- 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: 43 installs, 0 updates, 0 removals
- Locking composer/installers (v2.3.0)
- 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 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 (v49.0.0)
- Locking mediawiki/mediawiki-phan-config (0.18.0)
- Locking mediawiki/minus-x (2.0.0)
- Locking mediawiki/phan-taint-check-plugin (8.0.0)
- Locking microsoft/tolerant-php-parser (v0.1.2)
- Locking mwstake/mediawiki-component-processmanager (3.1.3)
- Locking mwstake/mediawiki-componentloader (1.0.1)
- Locking netresearch/jsonmapper (v4.5.0)
- Locking phan/phan (5.5.2)
- 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.2.2)
- 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.1)
- Locking psr/container (2.0.2)
- Locking psr/log (3.0.2)
- Locking sabre/event (5.1.7)
- Locking squizlabs/php_codesniffer (3.13.5)
- Locking symfony/console (v7.4.3)
- Locking symfony/deprecation-contracts (v3.6.0)
- Locking symfony/filesystem (v3.4.47)
- 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/process (v6.4.31)
- 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.2)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 43 installs, 0 updates, 0 removals
0 [>---------------------------] 0 [->--------------------------]
- Installing composer/installers (v2.3.0): Extracting archive
- Installing squizlabs/php_codesniffer (3.13.5): Extracting archive
- Installing dealerdirect/phpcodesniffer-composer-installer (v1.2.0): Extracting archive
- Installing composer/pcre (3.3.2): Extracting archive
- Installing phpcsstandards/phpcsutils (1.2.2): 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 (v49.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.2): Extracting archive
- Installing phpstan/phpdoc-parser (2.3.1): 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.2): Extracting archive
- Installing mediawiki/phan-taint-check-plugin (8.0.0): Extracting archive
- Installing mediawiki/mediawiki-phan-config (0.18.0): Extracting archive
- Installing mediawiki/minus-x (2.0.0): Extracting archive
- Installing symfony/process (v6.4.31): Extracting archive
- Installing symfony/filesystem (v3.4.47): Extracting archive
- Installing mwstake/mediawiki-componentloader (1.0.1): Extracting archive
- Installing mwstake/mediawiki-component-processmanager (3.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
0/40 [>---------------------------] 0%
27/40 [==================>---------] 67%
39/40 [===========================>] 97%
40/40 [============================] 100%
1 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
20 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": {
"lodash": {
"name": "lodash",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1112455,
"name": "lodash",
"dependency": "lodash",
"title": "Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions",
"url": "https://github.com/advisories/GHSA-xxjr-mmjv-4gpg",
"severity": "moderate",
"cwe": [
"CWE-1321"
],
"cvss": {
"score": 6.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"
},
"range": ">=4.0.0 <=4.17.22"
}
],
"effects": [],
"range": "4.0.0 - 4.17.21",
"nodes": [
"node_modules/lodash"
],
"fixAvailable": true
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 1,
"high": 0,
"critical": 0,
"total": 1
},
"dependencies": {
"prod": 40,
"dev": 1168,
"optional": 3,
"peer": 0,
"peerOptional": 0,
"total": 1207
}
}
}
--- 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": 1207,
"removed": 0,
"changed": 0,
"audited": 1208,
"funding": 180,
"audit": {
"auditReportVersion": 2,
"vulnerabilities": {
"lodash": {
"name": "lodash",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1112455,
"name": "lodash",
"dependency": "lodash",
"title": "Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions",
"url": "https://github.com/advisories/GHSA-xxjr-mmjv-4gpg",
"severity": "moderate",
"cwe": [
"CWE-1321"
],
"cvss": {
"score": 6.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"
},
"range": ">=4.0.0 <=4.17.22"
}
],
"effects": [],
"range": "4.0.0 - 4.17.21",
"nodes": [
""
],
"fixAvailable": true
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 0,
"moderate": 1,
"high": 0,
"critical": 0,
"total": 1
},
"dependencies": {
"prod": 40,
"dev": 1168,
"optional": 3,
"peer": 0,
"peerOptional": 0,
"total": 1207
}
}
}
}
--- end ---
{"added": 1207, "removed": 0, "changed": 0, "audited": 1208, "funding": 180, "audit": {"auditReportVersion": 2, "vulnerabilities": {"lodash": {"name": "lodash", "severity": "moderate", "isDirect": false, "via": [{"source": 1112455, "name": "lodash", "dependency": "lodash", "title": "Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions", "url": "https://github.com/advisories/GHSA-xxjr-mmjv-4gpg", "severity": "moderate", "cwe": ["CWE-1321"], "cvss": {"score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"}, "range": ">=4.0.0 <=4.17.22"}], "effects": [], "range": "4.0.0 - 4.17.21", "nodes": [""], "fixAvailable": true}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 1, "high": 0, "critical": 0, "total": 1}, "dependencies": {"prod": 40, "dev": 1168, "optional": 3, "peer": 0, "peerOptional": 0, "total": 1207}}}}
$ /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 osenv@0.1.5: This package is no longer supported.
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
npm WARN deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated sinon@12.0.1: 16.1.1
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---
added 1206 packages, and audited 1207 packages in 15s
180 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 osenv@0.1.5: This package is no longer supported.
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
npm WARN deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated sinon@12.0.1: 16.1.1
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---
> cognitive-process-designer@4.0.0 postinstall
> cp -R resources/js/cpd/bpmnlint-plugin-mediawiki-cpd node_modules && npx bpmnlint-pack-config -c .bpmnlintrc -o bpmn-lint.config.js -t es && cp node_modules/bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css resources/styles/ext && cp node_modules/bpmn-js/dist/assets/bpmn-js.css resources/styles/ext && cp node_modules/bpmn-js/dist/assets/diagram-js.css resources/styles/ext && cp node_modules/bpmn-js-color-picker/colors/color-picker.css resources/styles/ext && cp node_modules/bpmn-js-bpmnlint/dist/assets/css/bpmn-js-bpmnlint.css resources/styles/ext
added 1206 packages, and audited 1207 packages in 28s
180 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
--- end ---
$ /usr/bin/npm test
--- stderr ---
PASS tests/jest/CpdLinker.test.ts
PASS tests/jest/CpdXml.test.ts
Test Suites: 2 passed, 2 total
Tests: 10 passed, 10 total
Snapshots: 0 total
Time: 5.244 s
Ran all test suites.
--- stdout ---
> cognitive-process-designer@4.0.0 test
> jest && grunt test
Running "eslint:all" (eslint) task
/src/repo/Gruntfile.js
2:18 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/bpmn-lint.config.js
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/composer.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/data/Content/PageTemplates/manifest.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/extension.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ar.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/bg.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/bn.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ccp.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/cs.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/de.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/diq.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/en.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/es.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/fa.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/fr.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/gl.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/he.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/hy.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ia.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/it.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/kab.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ko.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/krc.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ky.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/lb.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/mk.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ml.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ms.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ne.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/nl.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/pa.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ps.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/pt-br.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/pt.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/qqq.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ru.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/sa.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/se.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/sh-latn.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/skr-arab.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/sl.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/smn.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/sms.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/sr-ec.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/sr-el.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/sv.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/ta.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/tr.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/tsg.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/uk.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/yue-hant.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/zh-hans.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/i18n/zh-hant.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/jest.setup.js
3:31 warning Missing return type on function @typescript-eslint/explicit-function-return-type
5:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type
10:25 warning Missing return type on function @typescript-eslint/explicit-function-return-type
14:2 warning Missing return type on function @typescript-eslint/explicit-function-return-type
28:39 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/package-lock.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/package.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/resources/js/cpd/bpmn-extension/descriptionPage.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/resources/js/cpd/bpmnlint-plugin-mediawiki-cpd/rules/label-required-except-gateways.js
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/resources/js/cpd/bpmnlint-plugin-mediawiki-cpd/rules/non-unique-labels.js
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/resources/js/cpd/bpmnlint-plugin-mediawiki-cpd/rules/non-unique-participant-labels.js
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/resources/js/dist/cpd.bpmnDiffer.bundle.js
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/resources/js/dist/cpd.modeler.bundle.js
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/resources/js/dist/cpd.viewer.bundle.js
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/resources/js/ext.cpd.DiagramUsageInformationPage.js
1:10 warning Missing return type on function @typescript-eslint/explicit-function-return-type
7:45 warning Missing return type on function @typescript-eslint/explicit-function-return-type
13:72 warning Missing return type on function @typescript-eslint/explicit-function-return-type
21:61 warning Missing return type on function @typescript-eslint/explicit-function-return-type
25:73 warning Missing return type on function @typescript-eslint/explicit-function-return-type
60:79 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/resources/js/ext.cpd.NewProcessDialog.js
3:28 warning Missing return type on function @typescript-eslint/explicit-function-return-type
14:59 warning Missing return type on function @typescript-eslint/explicit-function-return-type
32:51 warning Missing return type on function @typescript-eslint/explicit-function-return-type
52:60 warning Missing return type on function @typescript-eslint/explicit-function-return-type
54:36 warning Unexpected empty arrow function @typescript-eslint/no-empty-function
57:61 warning Missing return type on function @typescript-eslint/explicit-function-return-type
61:54 warning Missing return type on function @typescript-eslint/explicit-function-return-type
68:49 warning Missing return type on function @typescript-eslint/explicit-function-return-type
82:54 warning Missing return type on function @typescript-eslint/explicit-function-return-type
86:34 warning Unexpected empty arrow function @typescript-eslint/no-empty-function
89:43 warning Missing return type on function @typescript-eslint/explicit-function-return-type
101:52 warning Missing return type on function @typescript-eslint/explicit-function-return-type
109:55 warning Missing return type on function @typescript-eslint/explicit-function-return-type
118:51 warning Missing return type on function @typescript-eslint/explicit-function-return-type
125:66 warning Missing return type on function @typescript-eslint/explicit-function-return-type
129:52 warning Missing return type on function @typescript-eslint/explicit-function-return-type
138:60 warning Missing return type on function @typescript-eslint/explicit-function-return-type
145:2 warning Prefer .then to .done no-jquery/no-done-fail
145:2 warning Prefer .then to .fail no-jquery/no-done-fail
176:47 warning Missing return type on function @typescript-eslint/explicit-function-return-type
184:49 warning Missing return type on function @typescript-eslint/explicit-function-return-type
190:54 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/resources/js/ext.cpd.special.OrphanedDescriptionPagesGrid.js
5:13 warning Missing return type on function @typescript-eslint/explicit-function-return-type
6:48 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/resources/js/ui/ProcessInputWidget.js
6:33 warning Missing return type on function @typescript-eslint/explicit-function-return-type
20:72 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/resources/js/ve/ce/CPDProcessNode.js
7:32 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/resources/js/ve/dm/CPDProcessNode.js
7:32 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/resources/js/ve/ui/CPDProcessNodeInspector.js
7:41 warning Missing return type on function @typescript-eslint/explicit-function-return-type
33:62 warning Missing return type on function @typescript-eslint/explicit-function-return-type
62:64 warning Missing return type on function @typescript-eslint/explicit-function-return-type
73:62 warning Missing return type on function @typescript-eslint/explicit-function-return-type
97:67 warning Missing return type on function @typescript-eslint/explicit-function-return-type
114:62 warning Missing return type on function @typescript-eslint/explicit-function-return-type
121:64 warning Missing return type on function @typescript-eslint/explicit-function-return-type
144:80 warning Missing return type on function @typescript-eslint/explicit-function-return-type
148:65 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/resources/js/ve/ui/CPDProcessNodeInspectorTool.js
7:45 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/resources/js/ve/ve.ui.DiffElement.js
1:21 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/resources/vue/init.js
1:3 warning Missing return type on function @typescript-eslint/explicit-function-return-type
5:2 warning Missing return type on function @typescript-eslint/explicit-function-return-type
26:2 warning Missing return type on function @typescript-eslint/explicit-function-return-type
/src/repo/sql/tables.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/tests/phpunit/fixtures/elementsData.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
/src/repo/tsconfig.json
0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to override
✖ 119 problems (0 errors, 119 warnings)
Running "stylelint:all" (stylelint) task
>> Linted 18 files without errors
Running "banana:CognitiveProcessDesigner" (banana) task
>> 1 message directory checked.
Done.
--- end ---
{"1112455": {"source": 1112455, "name": "lodash", "dependency": "lodash", "title": "Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions", "url": "https://github.com/advisories/GHSA-xxjr-mmjv-4gpg", "severity": "moderate", "cwe": ["CWE-1321"], "cvss": {"score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"}, "range": ">=4.0.0 <=4.17.22"}}
Upgrading n:lodash from 4.17.21 -> 4.17.23
$ package-lock-lint /src/repo/package-lock.json
--- stdout ---
Checking /src/repo/package-lock.json
--- end ---
build: Updating lodash to 4.17.23
* https://github.com/advisories/GHSA-xxjr-mmjv-4gpg
$ git add .
--- stdout ---
--- end ---
$ git commit -F /tmp/tmpmstrb21o
--- stdout ---
[master d8eb6b1] build: Updating lodash to 4.17.23
1 file changed, 4 insertions(+), 5 deletions(-)
--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From d8eb6b144e2960eca751b0ebb37150b0b7cd4343 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 22 Jan 2026 04:55:11 +0000
Subject: [PATCH] build: Updating lodash to 4.17.23
* https://github.com/advisories/GHSA-xxjr-mmjv-4gpg
Change-Id: I4a1ffdde6c59b1d52515ff7b65ed6a9a40cef3fd
---
package-lock.json | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 569a9e6..8c2ee6e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11093,11 +11093,10 @@
}
},
"node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
- "dev": true,
- "license": "MIT"
+ "version": "4.17.23",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
+ "dev": true
},
"node_modules/lodash.debounce": {
"version": "4.0.8",
--
2.47.3
--- end ---