fix(security): remediate vulnerable deps in Lambda functions [AIS-36]#11031
Merged
Conversation
Bump direct deps and add npm overrides to enforce minimum safe version floors across all affected Lambda functions per Wiz findings: - axios >=1.15.2, body-parser >=1.20.3, fast-xml-parser >=4.5.5 - lodash >=4.18.0 (direct dep bump in ecommerce-app-base) - minimatch >=3.1.4, node-fetch 2.7.0, node-forge >=1.4.0 - protobufjs >=7.5.5, qs >=6.7.3, simple-git >=3.36.0 - tar >=7.5.11, underscore >=1.13.8 Lock files regenerated for ga4, netlify, slack, and ecommerce-app-base. Lock files for ai-image-tagging, smartling, and typeform require CI (private @contentful registry) -- overrides are in place. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…g and typeform [AIS-36] Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… typeform lambdas [AIS-36] Enforces override floors (minimatch >=5.1.8 and others) that were previously inert under npm ci due to stale lock files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Josh Lewis (lewisjcs)
approved these changes
Jun 18, 2026
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.
AIS-36
Summary
node-fetchto2.7.0as a direct dep in ai-image-tagging, smartling, and typeform lambdaslodashto^4.18.0as a direct dep inecommerce-app-baseoverridesin all 7 affected Lambdapackage.jsonfiles to enforce minimum safe version floors for all Wiz-flagged packages:axios >=1.15.2,body-parser >=1.20.3,fast-xml-parser >=4.5.5,jws >=3.2.3,lodash >=4.18.0,minimatch >=3.1.4,node-forge >=1.4.0,protobufjs >=7.5.5,qs >=6.7.3,simple-git >=3.36.0,tar >=7.5.11,underscore >=1.13.8google-analytics-4,netlify,slack, andecommerce-app-base; lock files forai-image-tagging,smartling, andtypeformrequire CI (private@contentfulregistry) — overrides are in place and will be enforced on next deployTest plan
npm auditingoogle-analytics-4/lambda,netlify/lambda, andslack/lambdashows no critical/high findings for the listed packagesteststage and verify function starts successfullyprdstage and confirm Wiz findings clear (per AIS-36 DoD)Generated with Claude Code