Skip to content

Commit b886b5c

Browse files
authored
Merge pull request #1592 from data-driven-forms/renovate/npm-lodash-vulnerability
chore(deps): update lodash to 4.18.1 [SECURITY]
2 parents 7961c53 + 0731e16 commit b886b5c

8 files changed

Lines changed: 21 additions & 79 deletions

File tree

package-lock.json

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

packages/ant-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"dependencies": {
3636
"@data-driven-forms/common": "*",
37-
"lodash": "^4.17.23"
37+
"lodash": "^4.18.1"
3838
}
3939
}

packages/blueprint-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@data-driven-forms/common": "*",
4343
"clsx": "^1.1.0",
44-
"lodash": "^4.17.23",
44+
"lodash": "^4.18.1",
4545
"react-jss": "^10.5.0"
4646
}
4747
}

packages/carbon-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@data-driven-forms/common": "*",
3838
"clsx": "^1.1.1",
39-
"lodash": "^4.17.23",
39+
"lodash": "^4.18.1",
4040
"react-jss": "^10.5.0"
4141
}
4242
}

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@data-driven-forms/react-form-renderer": "^4.1.10",
2424
"clsx": "^1.0.4",
25-
"lodash": "^4.17.23"
25+
"lodash": "^4.18.1"
2626
},
2727
"peerDependencies": {
2828
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",

packages/mui-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"@mui/system": "^5.10.4",
4242
"clsx": "^1.0.4",
4343
"date-fns": "^2.16.1",
44-
"lodash": "^4.17.23"
44+
"lodash": "^4.18.1"
4545
}
4646
}

packages/pf4-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"dependencies": {
4141
"@data-driven-forms/common": "*",
4242
"downshift": "^5.4.7",
43-
"lodash": "^4.17.23"
43+
"lodash": "^4.18.1"
4444
}
4545
}

packages/react-form-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"final-form": "^4.20.10",
3232
"final-form-arrays": "^3.0.2",
3333
"final-form-focus": "^1.1.2",
34-
"lodash": "^4.17.23",
34+
"lodash": "^4.18.1",
3535
"react-final-form": "^6.5.0",
3636
"react-final-form-arrays": "^3.1.1"
3737
},

0 commit comments

Comments
 (0)