NPM Resource Changed PR-6.1-dev Pending

User tests: Successful: Unsuccessful:

avatar richard67
richard67
7 Aug 2026

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

This pull request (PR) fixes 8 high severity security vulnerabilities in NPM development dependencies reported by npm audit by using npm audit fix.

Except of the postcss dependency, all updated dependencies are development dependencies.

In addition, this PR updates the browserlist with command npm run browserlist:update because it was reported to be outdated by npm.

The remaining low severity issue for the esbuild might become fixable in the next days, we should check that later.

Testing Instructions

It needs a development environment with a git clone, composer and npm.

  1. If not done before, run composer install and npm ci.
  2. Run npm audit to check all dependencies and check the result.

Actual result BEFORE applying this Pull Request

# npm audit report

brace-expansion  <=1.1.17 || 3.0.0 - 5.0.8
Severity: high
brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups - https://github.com/advisories/GHSA-3jxr-9vmj-r5cp
brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups - https://github.com/advisories/GHSA-3jxr-9vmj-r5cp
brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash - https://github.com/advisories/GHSA-mh99-v99m-4gvg
brace-expansion: DoS via unbounded expansion length causing an out-of-memory process crash - https://github.com/advisories/GHSA-mh99-v99m-4gvg
brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation - https://github.com/advisories/GHSA-rgw5-rvv9-x895
brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation - https://github.com/advisories/GHSA-rgw5-rvv9-x895
fix available via `npm audit fix`
node_modules/brace-expansion
node_modules/glob/node_modules/brace-expansion

esbuild  0.27.3 - 0.28.0
esbuild allows arbitrary file read when running the development server on Windows - https://github.com/advisories/GHSA-g7r4-m6w7-qqqr
fix available via `npm audit fix --force`
Will install esbuild@0.28.1, which is a breaking change
node_modules/esbuild

fast-uri  3.0.0 - 3.1.4
Severity: high
fast-uri vulnerable to host confusion via literal backslash authority delimiter - https://github.com/advisories/GHSA-v2hh-gcrm-f6hx
fast-uri vulnerable to host confusion via backslash authority introducer - https://github.com/advisories/GHSA-7p8r-x3mc-p8w7
fast-uri vulnerable to host confusion via failed IDN canonicalization - https://github.com/advisories/GHSA-4c8g-83qw-93j6
fix available via `npm audit fix`
node_modules/fast-uri

immutable  5.0.0-beta.1 - 5.1.7
Severity: high
Immutable.js `List` 32-bit trie overflow → unrecoverable DoS - https://github.com/advisories/GHSA-v56q-mh7h-f735
Immutabl: Hash-collision algorithmic complexity denial of service in Immutable.Map/Set - https://github.com/advisories/GHSA-xvcm-6775-5m9r
fix available via `npm audit fix`
node_modules/immutable

js-yaml  4.0.0 - 4.3.0
Severity: high
js-yaml: YAML merge-key chains can force quadratic CPU consumption - https://github.com/advisories/GHSA-52cp-r559-cp3m
JS-YAML: Quadratic CPU consumption in !!omap resolution (3.x and 4.x) — CVE-2026-59870 fix not backported - https://github.com/advisories/GHSA-5p4m-2wfm-xmqj
fix available via `npm audit fix`
node_modules/js-yaml

linkify-it  <=5.0.1
Severity: high
linkify-it: Quadratic-complexity DoS via the `mailto:` validator scan-loop on attacker text - https://github.com/advisories/GHSA-v245-v573-v5vm
fix available via `npm audit fix`
node_modules/linkify-it
  mailparser  2.1.0 - 3.9.12
  Depends on vulnerable versions of linkify-it
  node_modules/mailparser

postcss  <=8.5.22
Severity: high
PostCSS: Path Traversal in Previous Source Map Auto-Loading (sourceMappingURL) leads to Arbitrary .map File Disclosure - https://github.com/advisories/GHSA-r28c-9q8g-f849
PostCSS: incomplete fix of GHSA-6g55-p6wh-862q — attacker-controlled sourceMappingURL reads arbitrary .map files when `from` is unset - https://github.com/advisories/GHSA-fxqj-rqcc-2cmp
fix available via `npm audit fix`
node_modules/postcss

systeminformation  <=5.31.6
Severity: high
systeminformation: OS command injection in networkInterfaces() via interfaces(5) source-directive path on Linux - https://github.com/advisories/GHSA-5xpp-75jx-m839
fix available via `npm audit fix`
node_modules/systeminformation

9 vulnerabilities (1 low, 8 high)

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

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

Expected result AFTER applying this Pull Request

# npm audit report

esbuild  0.27.3 - 0.28.0
esbuild allows arbitrary file read when running the development server on Windows - https://github.com/advisories/GHSA-g7r4-m6w7-qqqr
fix available via `npm audit fix --force`
Will install esbuild@0.28.1, which is a breaking change
node_modules/esbuild

1 low severity vulnerability

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

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar richard67 richard67 - open - 7 Aug 2026
avatar richard67 richard67 - change - 7 Aug 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 7 Aug 2026
Category NPM Change
avatar brianteeman brianteeman - test_item - 7 Aug 2026 - Tested successfully
avatar brianteeman
brianteeman - comment - 7 Aug 2026

I have tested this item ✅ successfully on d3cbf5d


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48210.

avatar brianteeman
brianteeman - comment - 7 Aug 2026

I have tested this item ✅ successfully on d3cbf5d


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/48210.

avatar richard67 richard67 - change - 7 Aug 2026
The description was changed
avatar richard67 richard67 - edited - 7 Aug 2026
avatar richard67 richard67 - change - 7 Aug 2026
The description was changed
avatar richard67 richard67 - edited - 7 Aug 2026
avatar HLeithner HLeithner - close - 7 Aug 2026
avatar HLeithner HLeithner - merge - 7 Aug 2026
avatar HLeithner HLeithner - change - 7 Aug 2026
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2026-08-07 21:03:25
Closed_By HLeithner
Labels Added: NPM Resource Changed PR-6.1-dev
avatar HLeithner
HLeithner - comment - 7 Aug 2026

thanks

Add a Comment

Login with GitHub to post a comment