fix(deps): resolve high severity audit vulnerabilities - #18159
Open
denolfe wants to merge 1 commit into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
denolfe
marked this pull request as ready for review
September 10, 2026 18:44
Contributor
📦 esbuild Bundle Analysis for payloadThis analysis was generated by esbuild-bundle-analyzer. 🤖
Largest pathsThese visualization shows top 20 largest paths in the bundle.Meta file: packages/next/meta_index.json, Out file: esbuild/index.js
Meta file: packages/payload/meta_index.json, Out file: esbuild/index.js
Meta file: packages/payload/meta_shared.json, Out file: esbuild/exports/shared.js
Meta file: packages/richtext-lexical/meta_client.json, Out file: esbuild/exports/client_optimized/index.js
Meta file: packages/ui/meta_client.json, Out file: esbuild/exports/client_optimized/index.js
Meta file: packages/ui/meta_shared.json, Out file: esbuild/exports/shared_optimized/index.js
DetailsNext to the size is how much the size has increased or decreased compared with the base branch of this PR.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the high-severity advisories reported by
pnpm audit --prod(run via.github/workflows/audit-dependencies.sh high).build:corepasses. One finding is left open:effect(see the last bullet). Every applied fix is a direct bump, a peer-range floor raise, or a lockfile refresh where the patched version already fell inside the parent's^range. Nopnpm.overrideswere added.Key Changes
sharp0.34.2to0.35.4across the templates, and0.32.6to0.35.4in the rootdevDependencies. Fixes advisories including GHSA-f88m-g3jw-g9cj (inherited libvips CVEs).nextpeer floor>=16.2.6to>=16.3.3inpackages/nextandpackages/ui. pnpm auto-installs a peer at the range floor, so the old floor pulled vulnerablenext@16.2.6. That copy also bundled the flaggedsharp,postcss, andnanoid, so raising the floor cleared all four. Fixes GHSA-89xv-2m56-2m9x (SSRF in Server Actions), GHSA-r28c-9q8g-f849 (postcss path traversal), and GHSA-xwg4-73v4-xw9w (nanoid integer overflow).nodemailer^9.0.1to^9.1.1inemail-nodemailerandpayload-cloud. Fixes GHSA-2x7j-588g-ccc2 (addressparser DoS).tar^7.5.7to^7.5.22increate-payload-app. Fixes advisories including GHSA-r292-9mhp-454m (recursion stack-overflow DoS).package.jsonchange)hono(GHSA-88fw-hqm2-52qc),immutable(GHSA-xvcm-6775-5m9r),ip-address(GHSA-mwp4-54f8-5fhr),brace-expansion(GHSA-rgw5-rvv9-x895),fast-uri(GHSA-fph4-wmhf-6fwf),js-yaml(GHSA-pm4m-ph32-ghv5),browserslist(GHSA-c83g-rgw3-j3cx).effectuploadthing@7.3.0pinseffect@3.17.7exactly, and no uploadthing release moves toeffect >=3.20.0. Clearing it needs apnpmoverride, deferred for now. The audit does not exit 0 until this is resolved.