mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Resolves open Dependabot security advisories for transitive npm dependencies that have no direct manifest entry (so Dependabot cannot auto-open fix PRs for them). tar (6 x HIGH): an old tar@6.2.1 was pulled in via ttf2woff2@4.0.5 -> node-gyp@9.4.1 (and node-gyp's make-fetch-happen@10 -> cacache@16 chain). ttf2woff2 6+ switched to an ESM/default export that breaks @vusion/webfonts-generator's callable usage, so rather than bump ttf2woff2 we override its node-gyp to ^11.2.0 via a scoped resolution. That modernises the whole sub-tree (node-gyp 11, make-fetch-happen 14/15, cacache 19/20) onto tar@7.5.16 while keeping ttf2woff2 at 4.0.5 so webfont generation still works. flatted (1 x HIGH): bumped 3.4.1 -> 3.4.2 in the Electron runtime (GHSA-rf6f-7fwh-wjgh).