Skip to content

Commit 339da45

Browse files
authored
CVE-2025-13465 Lodash has Prototype Pollution Vulnerability in _.unset and _.omit functions (#141)
1 parent a54ecaf commit 339da45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openig-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"grunt-serve": "0.1.6",
2222
"grunt-sync": "0.8.1",
2323
"less-plugin-clean-css": "1.5.1",
24-
"lodash": ">=4.17.21",
24+
"lodash": ">=4.17.23",
2525
"requirejs": "2.3.7",
2626
"es5-ext": "0.10.53"
2727
},
@@ -34,6 +34,6 @@
3434
"fresh": ">=0.5.2",
3535
"send": ">=0.19.0",
3636
"dot": ">=1.1.3",
37-
"lodash": ">=4.17.21"
37+
"lodash": ">=4.17.23"
3838
}
3939
}

0 commit comments

Comments
 (0)