Skip to content

Commit 1ac38d0

Browse files
sunnywuclaude
andcommitted
UID2-6871: Fix CVE-2026-4800 by upgrading lodash to 4.18.1
Add lodash override (^4.18.0) in package.json overrides for both react-client-side apps to resolve CVE-2026-4800 in the transitive lodash@4.17.21 dependency. Regenerated lockfiles confirm lodash@4.18.1 is now installed in place of 4.17.21. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 046d1df commit 1ac38d0

4 files changed

Lines changed: 42 additions & 8 deletions

File tree

web-integrations/google-secure-signals/react-client-side/package-lock.json

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-integrations/google-secure-signals/react-client-side/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"underscore": "^1.13.8",
3737
"flatted": "^3.4.2",
3838
"path-to-regexp@0": "0.1.13",
39-
"picomatch": "^2.3.2"
39+
"picomatch": "^2.3.2",
40+
"lodash": "^4.18.0"
4041
},
4142
"scripts": {
4243
"start": "node server.js",

web-integrations/javascript-sdk/react-client-side/package-lock.json

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-integrations/javascript-sdk/react-client-side/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"underscore": "^1.13.8",
3737
"flatted": "^3.4.2",
3838
"path-to-regexp@0": "0.1.13",
39-
"picomatch": "^2.3.2"
39+
"picomatch": "^2.3.2",
40+
"lodash": "^4.18.0"
4041
},
4142
"scripts": {
4243
"start": "node server.js",

0 commit comments

Comments
 (0)