mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Pure lockfile-only updates — no package.json changes. Dependabot surfaced these as separate PRs because they sit below pgAdmin's direct deps in the resolution tree, so the manifest-level bumps applied in #9954 did not pull them along. web/yarn.lock: - @babel/plugin-transform-modules-systemjs 7.29.0 -> 7.29.4 (#9923) - devalue 5.7.0 -> 5.8.1 (#9937) - fast-uri 3.1.0 -> 3.1.2 (#9922) - svelte 5.55.1 -> 5.55.8 (#9938) (5.55.8 supersedes the 5.55.7 dependabot was tracking when the PR opened; both are within the same ^5.0.0 range.) runtime/yarn.lock: - fast-uri 3.1.0 -> 3.1.2 (#9924) All resolutions stay within their existing semver ranges declared by the parent packages — no manifest constraints touched. Refreshed via `yarn up -R <pkg>` in each workspace.