Skip to content

Commit 007c1cd

Browse files
authored
Merge pull request #186 from IABTechLab/syw-UID2-6871-fix-lodash-cve-2026-4800
UID2-6871: Fix CVE-2026-4800 lodash arbitrary code execution
2 parents 046d1df + 1ac38d0 commit 007c1cd

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)